latex template

Basic template for modular LaTeX documents in the German language.

Category

Other

License

Free to use (MIT)

File

document.tex

document.texRead-only preview
\documentclass[a4paper, 11pt]{report}

% Configuration
\usepackage{configuration}

% Opening
\title{Der Titel}
\author{Der Name}
\date{\today}

\begin{document}

\maketitle

% Chapters
\input{./tex/intro.tex}
\input{./tex/conclusion.tex}

% Bibliography
\clearpage
\input{./tex/bibliography.tex}

% Appendix
\clearpage
\input{./tex/appendix.tex}

\end{document}
Preview
latex template preview
latex template LaTeX Template | Bibby | Bibby AI