the-codex-007/codex-007.tex

60 lines
1.0 KiB
TeX

\documentclass[twoside]{report}
\input{parts/packages}
\input{parts/commands}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Variables %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\kauthors{}
\def\ktitle{}
\def\kissue{007}
\def\kpubdate{January 2026}
\def\kpubyear{2026}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 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{parts/titlepage}
\input{parts/impressum}
\tableofcontents
\input{chapters/chap01}
\input{chapters/chap02}
\input{chapters/chap03}
\input{chapters/chap04}
\input{chapters/chap05}
\input{chapters/chap06}
\input{chapters/coda}
\end{document}