-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoverview.tex
More file actions
65 lines (43 loc) · 1.24 KB
/
Copy pathoverview.tex
File metadata and controls
65 lines (43 loc) · 1.24 KB
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
56
57
58
59
%!TEX root = booklet.tex
% start on even (left) page
% such that the 3x two schedule pages/days are adjacent to / facing eachother
% \ifthispageodd{}{}
~\cleardoublepage
\section{Schedule at a Glance}
% \vspace{-2mm}%
\ifodd\value{page}
\includegraphics[height=\textwidth,width=.97\textheight,angle=90]{schedule/p1.pdf}%
\else
\includegraphics[height=\textwidth,width=.97\textheight,angle=270]{schedule/p1.pdf}%
\fi
\newpage
\vspace{-10mm}%
\ifodd\value{page}
\includegraphics[angle=90,width=\textwidth]{schedule/p2.pdf}%
\else
\includegraphics[angle=270,width=\textwidth]{schedule/p2.pdf}%
\fi
\newpage
\ifodd\value{page}
\includegraphics[angle=270,width=\textwidth]{schedule/p3.pdf}%
\else
\includegraphics[angle=90,width=\textwidth]{schedule/p3.pdf}%
\fi
\newpage
\ifodd\value{page}
\includegraphics[angle=90,width=\textwidth]{schedule/p4.pdf}%
\else
\includegraphics[angle=270,width=\textwidth]{schedule/p4.pdf}%
\fi
\newpage
\ifodd\value{page}
\includegraphics[angle=270,width=\textwidth]{schedule/p5.pdf}%
\else
\includegraphics[angle=90,width=\textwidth]{schedule/p5.pdf}%
\fi
\newpage
\ifodd\value{page}
\includegraphics[angle=90,width=\textwidth]{schedule/p6.pdf}%
\else
\includegraphics[angle=270,width=\textwidth]{schedule/p6.pdf}%
\fi