corrects pagination. adds bash file for merge of the final pdf.
This commit is contained in:
26
cmds.tex
26
cmds.tex
@@ -3,14 +3,6 @@
|
||||
\newfontfamily{\linefont}{FoglihtenDeH02} %https://www.1001fonts.com/foglihtendeh0-font.html
|
||||
|
||||
\usepackage{blindtext}
|
||||
\usepackage{geometry} % https://www.overleaf.com/learn/latex/Page_size_and_margins
|
||||
\geometry{
|
||||
a5paper,
|
||||
left=10mm,
|
||||
right=10mm,
|
||||
top=5mm,
|
||||
bottom=5mm
|
||||
}
|
||||
|
||||
\backgroundsetup{contents={}}
|
||||
|
||||
@@ -41,7 +33,8 @@
|
||||
% a tabular* for each drink group
|
||||
\newenvironment{Group}[2]{%
|
||||
\heading{#1}
|
||||
\centering{\dsctxt{#2}}}
|
||||
\centering{\dsctxt{#2}}
|
||||
}
|
||||
|
||||
\newcommand*{\dsctxt}[1]{%
|
||||
\textcolor{desc}{\fontsize{11}{14}\selectfont#1}}
|
||||
@@ -51,25 +44,26 @@
|
||||
%\vspace{0.5mm} % if you uncomment this line, change the Glass yshift to -4mm (idk why such difference)
|
||||
\Large{\artfont #1 #2\\}}
|
||||
|
||||
\newcommand*{\illupage}[1]{\newpage
|
||||
\PageBackground{\bg}
|
||||
\newcommand*{\illupage}[2]{\newpage
|
||||
\PageBackground{#1}
|
||||
\begin{center}
|
||||
\includegraphics[width=\textwidth]{#1}
|
||||
\includegraphics[width=\textwidth]{#2}
|
||||
\end{center}}
|
||||
|
||||
\newcommand{\bg}{bg-border.png} % define used border background
|
||||
\newcommand{\bgl}{bg-border-l.png} % define used border background
|
||||
\newcommand{\bgr}{bg-border-r.png} % define used border background
|
||||
|
||||
\newcommand*{\titlef}[1]{%
|
||||
{\fontsize{70}{60}\headfont\textcolor{head}{#1}}\\\medskip}
|
||||
{\fontsize{60}{60}\headfont\textcolor{head}{#1}}\\\medskip}
|
||||
|
||||
\newcommand*{\heading}[1]{%
|
||||
\makebox[\textwidth]{\centering\linefont\fontsize{30}{10}\selectfont Q+=q {\fontsize{40}{60}{\headfont\textcolor{head}{#1}}} Q+=q\\\medskip}}
|
||||
|
||||
\newcommand*{\subheading}[1]{%
|
||||
{\centering\linefont\fontsize{20}{30}\selectfont Q++++=q {\LARGE{\artfont\selectfont\textcolor{head}{#1}}} Q++++=q\\}}
|
||||
{\centering\linefont\fontsize{20}{30}\selectfont Q+=q {\LARGE{\artfont\selectfont\textcolor{head}{#1}}} Q+=q\\}}
|
||||
|
||||
\newcommand*{\subsubheading}[1]{%
|
||||
{\centering\linefont\fontsize{20}{30}\selectfont Q++++=q {\Large{\artfont\selectfont\textcolor{head}{#1}}} Q++++=q\\}}
|
||||
{\centering\linefont\fontsize{20}{30}\selectfont Q+=q {\Large{\artfont\selectfont\textcolor{head}{#1}}} Q+=q\\}}
|
||||
|
||||
\newcommand*{\subsubsubheading}[1]{%
|
||||
{\Large{\artfont\selectfont\textcolor{head}{#1}}\\}}
|
||||
|
||||
Reference in New Issue
Block a user