adds alot
This commit is contained in:
29
cmds.tex
29
cmds.tex
@@ -1,3 +1,6 @@
|
||||
\let\olddotfill\dotfill
|
||||
\renewcommand{\dotfill}{\scriptsize\olddotfill}
|
||||
|
||||
% colorize text
|
||||
\newcommand*{\ColText}[1]{\textcolor{desc}{#1}}
|
||||
|
||||
@@ -12,13 +15,21 @@
|
||||
% to format each entry
|
||||
\newcommand*{\Entry}[2]{%
|
||||
%\vspace{0.5mm} % if you uncomment this line, change the Glass yshift to -4mm (idk why such difference)
|
||||
\Large{\artfont #1 & #2}\\}
|
||||
\Large{\artfont #1 #2}\\}
|
||||
|
||||
\newcommand*{\illupage}[1]{\newpage
|
||||
\PageBackground{\bg}
|
||||
\begin{center}
|
||||
\includegraphics[width=\textwidth]{#1}
|
||||
\end{center}}
|
||||
|
||||
\newcommand{\bg}{bg-border.png} % define used border background
|
||||
|
||||
\newcommand*{\titlef}[1]{%
|
||||
{\fontsize{70}{60}{\textcolor{head}{#1}}}\\\medskip}
|
||||
{\fontsize{70}{60}\headfont\textcolor{head}{#1}}\\\medskip}
|
||||
|
||||
\newcommand*{\heading}[1]{%
|
||||
{\centering\linefont\fontsize{30}{10}\selectfont Q+=q {\fontsize{40}{60}{\headfont\textcolor{head}{#1}}} Q+=q\\\medskip}}
|
||||
\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\\}}
|
||||
@@ -32,10 +43,10 @@
|
||||
|
||||
% to format each subentry
|
||||
\newcommand*{\Expl}[1]{%
|
||||
\scriptsize #1}
|
||||
\small #1}
|
||||
|
||||
\newcommand*{\Price}[1]{%
|
||||
\normalsize #1 €}
|
||||
\normalsize #1 \texteuro}
|
||||
|
||||
% sets page Backround to #1
|
||||
\newcommand*{\PageBackground}[1]{%
|
||||
@@ -44,13 +55,13 @@
|
||||
}
|
||||
|
||||
\newcommand*{\PriceMultA}[4]{%
|
||||
\hspace*{0.5cm}\footnotesize #1 \dotfill\Price{#2}\\
|
||||
\hspace*{0.5cm}\footnotesize #3 \dotfill\Price{#4}\\
|
||||
\small #1 \dotfill\Price{#2}\\
|
||||
\small #3 \dotfill\Price{#4}\\
|
||||
}
|
||||
|
||||
\newcommand*{\PriceMultB}[4]{%
|
||||
\footnotesize #1 \dotfill\Price{#2}\\
|
||||
\footnotesize #3 \dotfill\Price{#4}\\
|
||||
\hspace*{0.5cm}\small #1 \dotfill\Price{#2}\\
|
||||
\hspace*{0.5cm}\small #3 \dotfill\Price{#4}\\
|
||||
}
|
||||
|
||||
\newcommand*{\parseprule}{%
|
||||
|
||||
Reference in New Issue
Block a user