-
Notifications
You must be signed in to change notification settings - Fork 0
/
bode_template.tex
55 lines (44 loc) · 1.18 KB
/
bode_template.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
\documentclass{article}
\usepackage[all]{background}
\usepackage[utf8]{inputenc}
\usepackage{url}
\usepackage{pgffor} % loops
\usepackage{graphicx}
\usepackage{geometry}
\usepackage[hidelinks]{hyperref}
\pagenumbering{gobble} % remove page number
% \usepackage[dvipsnames]{xcolor}
% \definecolor{mygray}{RGB}{216,216,216}
\geometry {
a4paper,
total={170mm,257mm},
left=10mm,
right=10mm,
top=18mm,
bottom=18mm
}
\SetBgContents{
\url{https://github.com/urbanij/bode-template}
}
\SetBgPosition{current page.east}% Select location
\SetBgVshift{-1.4cm}% Add vertical shift (results in a shift in x direction due to rotation)
\SetBgOpacity{0.40}% Select opacity
\SetBgAngle{-90.0}% Select rotation of logo
\SetBgScale{1.0}% Select scale factor of logo
\begin{document}
\begin{figure}
\centering
\includegraphics[scale=2.0]{semilog.pdf}
\end{figure}
\vfill
\begin{figure}
\centering
\includegraphics[scale=2.0]{semilog.pdf}
\end{figure}
% \foreach \n in {0,...,1}{
% \begin{figure}[h!]
% \centering
% \includegraphics[scale=2.0]{semilog.pdf}
% \end{figure}
% }
\end{document}