cm.template/main.tex.jinja

71 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2023-05-29 11:28:29 +02:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2023-09-18 11:47:55 +02:00
% Course -- VAR{course_name} --- VAR{cursus} --- VAR{semester}
2023-05-29 11:28:29 +02:00
%
2023-09-18 11:47:55 +02:00
% Author: VAR{author_name} <VAR{author_email}>
2023-08-26 11:48:50 +02:00
% Version: 0.1.0
2023-05-29 11:28:29 +02:00
% Date: 2023
2023-08-26 11:48:50 +02:00
% License: CC-By-SA 4.0+ International
2023-05-29 11:28:29 +02:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[
2023-09-18 11:47:55 +02:00
a4paper,
fontsize=10pt,
fleqn,
oneside
]{scrbook}
\usepackage{mus}
\titlehead{VAR{cursus}}
\title{VAR{course_name}}
\author{VAR{author_name}}
\teacher{VAR{teacher_name}}
\cursus{VAR{cursus}}
\university{VAR{university}}
\semester{VAR{semester}}
\date{VAR{date}}
2023-08-26 11:48:50 +02:00
\input{definitions}
2023-05-29 11:28:29 +02:00
\hypersetup{
2023-09-18 11:47:55 +02:00
pdftitle={
Course - VAR{course_name}
},
pdfauthor={
VAR{author_name}
},
pdfsubject={},
pdfkeywords={},
pdfcreator={LaTeX}
2023-05-29 11:28:29 +02:00
}
2023-08-26 11:48:50 +02:00
\addbibresource{references}
\usepackage[
2023-09-18 11:47:55 +02:00
type={CC},
modifier={by-sa},
version={4.0},
2023-08-26 11:48:50 +02:00
]{doclicense}
2023-05-29 11:28:29 +02:00
2023-08-26 11:48:50 +02:00
\input{preamble}
\input{glossary}
\input{definitions}
\makeindex%
\makeglossary%
2023-05-29 11:28:29 +02:00
\begin{document}
2023-09-18 11:47:55 +02:00
\maketitlefullpage
2023-05-29 11:28:29 +02:00
\tableofcontents
2023-08-26 11:48:50 +02:00
\doclicenseThis%
\input{content/introduction}
2023-05-29 11:28:29 +02:00
2023-08-26 11:48:50 +02:00
\input{content/chapters/include}
2023-05-29 11:28:29 +02:00
2023-08-26 11:48:50 +02:00
\input{content/conclusion}
2023-05-29 11:28:29 +02:00
2023-08-26 11:48:50 +02:00
\end{document}