mirror of
https://github.com/fsr/nopanic
synced 2024-11-15 08:53:11 +01:00
fix graphic includes
This commit is contained in:
parent
3002fb57d5
commit
96d8e5904e
|
@ -13,7 +13,7 @@
|
||||||
\usepackage{multicol}
|
\usepackage{multicol}
|
||||||
\usepackage{lscape}
|
\usepackage{lscape}
|
||||||
\setlength{\multicolsep}{0.5em}
|
\setlength{\multicolsep}{0.5em}
|
||||||
|
\usepackage{adjustbox}
|
||||||
% fancy fone awesome boxes
|
% fancy fone awesome boxes
|
||||||
\usepackage{awesomebox}
|
\usepackage{awesomebox}
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@
|
||||||
\usepackage{microtype}
|
\usepackage{microtype}
|
||||||
\usepackage[autostyle=true]{csquotes}
|
\usepackage[autostyle=true]{csquotes}
|
||||||
|
|
||||||
|
|
||||||
\PassOptionsToPackage{hyphens}{url}
|
\PassOptionsToPackage{hyphens}{url}
|
||||||
\usepackage[colorlinks=false, pdfborder={0 0 0}]{hyperref}
|
\usepackage[colorlinks=false, pdfborder={0 0 0}]{hyperref}
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
\parbox[b][\paperheight]{\paperwidth}{%
|
\parbox[b][\paperheight]{\paperwidth}{%
|
||||||
\vfill
|
\vfill
|
||||||
\centering
|
\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
|
\vfill
|
||||||
}}}
|
}}}
|
||||||
\mbox{}
|
\mbox{}
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
\parbox[b][\paperheight]{\paperwidth}{%
|
\parbox[b][\paperheight]{\paperwidth}{%
|
||||||
\vfill
|
\vfill
|
||||||
\centering
|
\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
|
\vfill
|
||||||
}}}
|
}}}
|
||||||
\mbox{}
|
\mbox{}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
\vfill
|
\vfill
|
||||||
\centering
|
\centering
|
||||||
\refstepcounter{dummy}
|
\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}
|
\label{we_want_you}
|
||||||
\vfill
|
\vfill
|
||||||
}}}
|
}}}
|
||||||
|
|
Loading…
Reference in a new issue