issue-template/codex-XXX.tex

60 lines
1.0 KiB
TeX

\documentclass[twoside]{report}
\input{include/packages}
\input{include/commands}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Variables %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\kauthors{}
\def\ktitle{}
\def\kissue{0XX}
\def\kpubdate{October 2025}
\def\kpubyear{2025}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Just for This Issue %%%%%%%%%%%%%%%%%%%%%%
\usepackage{tikz}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Include URLS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Be sure to load this package last, so leave it in the main file
% [hidelinks option to hide big red box. Thanks /u/0b0101011001001011
\usepackage[hidelinks]{hyperref} % Inlcude URLs, but load this package last
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Let's get it started %%%%%%%%%%%%%%%%%%%%%
\begin{document}
\input{include/titlepage}
\input{include/impressum}
\tableofcontents
\input{include/chap01}
\input{include/chap02}
\input{include/chap03}
\input{include/chap04}
\input{include/chap05}
\input{include/chap06}
\input{include/coda}
\end{document}