mirror of
https://github.com/fsr/nopanic
synced 2024-11-15 00:43:12 +01:00
fix graphic includes
This commit is contained in:
parent
3002fb57d5
commit
96d8e5904e
|
@ -13,7 +13,7 @@
|
|||
\usepackage{multicol}
|
||||
\usepackage{lscape}
|
||||
\setlength{\multicolsep}{0.5em}
|
||||
|
||||
\usepackage{adjustbox}
|
||||
% fancy fone awesome boxes
|
||||
\usepackage{awesomebox}
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
|||
\usepackage{microtype}
|
||||
\usepackage[autostyle=true]{csquotes}
|
||||
|
||||
|
||||
\PassOptionsToPackage{hyphens}{url}
|
||||
\usepackage[colorlinks=false, pdfborder={0 0 0}]{hyperref}
|
||||
\hypersetup{
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
\parbox[b][\paperheight]{\paperwidth}{%
|
||||
\vfill
|
||||
\centering
|
||||
\includegraphics[width=\dimen107,height=\dimen108,keepaspectratio,trim=0 0 1.003\dimen107 0,clip]{img/campusplan_highlighted.pdf}%
|
||||
\adjincludegraphics[height=\pageheight,keepaspectratio,trim={0 0 {.5\width} 0},clip]{img/campusplan_highlighted.pdf}%
|
||||
\vfill
|
||||
}}}
|
||||
\mbox{}
|
||||
|
@ -14,7 +14,7 @@
|
|||
\parbox[b][\paperheight]{\paperwidth}{%
|
||||
\vfill
|
||||
\centering
|
||||
\includegraphics[width=\dimen107,height=\dimen108,keepaspectratio,trim=1.003\dimen107 0 0 0,clip]{img/campusplan_highlighted.pdf}%
|
||||
\adjincludegraphics[height=\pageheight,keepaspectratio,trim={{.5\width} 0 0 0},clip]{img/campusplan_highlighted.pdf}%
|
||||
\vfill
|
||||
}}}
|
||||
\mbox{}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
\vfill
|
||||
\centering
|
||||
\refstepcounter{dummy}
|
||||
\includegraphics[width=\dimen107,height=\dimen108,keepaspectratio]{img/we_want_you.jpg}%
|
||||
\includegraphics[width=\pagewidth]{img/we_want_you.jpg}%
|
||||
\label{we_want_you}
|
||||
\vfill
|
||||
}}}
|
||||
|
|
Loading…
Reference in a new issue