update installer and add booklet
This commit is contained in:
9
converters/bookletify.latex
Normal file
9
converters/bookletify.latex
Normal file
@@ -0,0 +1,9 @@
|
||||
\documentclass[a4paper]{article}
|
||||
|
||||
\usepackage{pdfpages}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\includepdf[pages=-, nup=2x1, frame, signature*=4, landscape, angle=180]{?pdf?}
|
||||
|
||||
\end{document}
|
||||
@@ -23,5 +23,5 @@ pandoc --to=latex --template "${BASE_DIR}/converters/template.latex" -o "$TEX_FI
|
||||
cd "$BASE_DIR"
|
||||
|
||||
sed --in-place \
|
||||
-e "s|\*title\*|$title|" \
|
||||
-e "s|?title?|$title|" \
|
||||
"$TEX_FILE"
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
\usepackage[sfdefault]{roboto}
|
||||
\newfontfamily\fontUbuntu[]{Ubuntu}
|
||||
% \usepackage[none]{ubuntu}
|
||||
|
||||
% \usepackage[style=ieee]{biblatex}
|
||||
% \usepackage{csquotes}
|
||||
@@ -67,7 +66,7 @@
|
||||
\begin{titlepage}
|
||||
\null\vfill
|
||||
\begin{center}
|
||||
{\Huge\fontUbuntu *title* \par}
|
||||
{\Huge\fontUbuntu ?title? \par}
|
||||
\vskip 3em
|
||||
% \includegraphics{assets/eriks.50.png}
|
||||
\vskip 3em
|
||||
@@ -91,12 +90,12 @@
|
||||
|
||||
\pagestyle{fancy}
|
||||
\fancyhead{} % clear all header fields
|
||||
\fancyhead[LO]{\color{gray}\fontUbuntu *title*}
|
||||
\fancyhead[LO]{\color{gray}\fontUbuntu ?title?}
|
||||
\fancyhead[RO]{\color{gray}\fontUbuntu Superlight Personal Carrier}
|
||||
\fancyfoot{} % clear all footer fields
|
||||
\fancyfoot[LO]{\color{gray}\fontUbuntu ...}
|
||||
\fancyfoot[CO]{\color{gray}\fontUbuntu Hoogeschool Rotterdam}
|
||||
\fancyfoot[RO]{\color{gray}\fontUbuntu pagina \thepage}
|
||||
\fancyfoot[LO]{\color{gray}\fontUbuntu E.L.F. van Reenen, G. Belfor, C. Tan en M.E. Morabiti}
|
||||
\fancyfoot[CO]{\color{gray}\fontUbuntu }
|
||||
\fancyfoot[RO]{\color{gray}\fontUbuntu \thepage}
|
||||
|
||||
|
||||
$if(lof)$
|
||||
|
||||
Reference in New Issue
Block a user