Updated main file to reflect subdirectory structure
This commit is contained in:
parent
2481fc629c
commit
2b7c919489
@ -1,7 +1,7 @@
|
||||
\documentclass[twoside]{report}
|
||||
|
||||
\input{include/packages}
|
||||
\input{include/commands}
|
||||
\input{parts/packages}
|
||||
\input{parts/commands}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
@ -30,28 +30,28 @@
|
||||
|
||||
\begin{document}
|
||||
|
||||
\input{include/titlepage}
|
||||
\input{parts/titlepage}
|
||||
|
||||
\input{include/impressum}
|
||||
\input{parts/impressum}
|
||||
|
||||
|
||||
|
||||
\tableofcontents
|
||||
|
||||
|
||||
\input{include/chap01}
|
||||
\input{chapters/chap01}
|
||||
|
||||
\input{include/chap02}
|
||||
\input{chapters/chap02}
|
||||
|
||||
\input{include/chap03}
|
||||
\input{chapters/chap03}
|
||||
|
||||
\input{include/chap04}
|
||||
\input{chapters/chap04}
|
||||
|
||||
\input{include/chap05}
|
||||
\input{chapters/chap05}
|
||||
|
||||
\input{include/chap06}
|
||||
\input{chapters/chap06}
|
||||
|
||||
\input{include/coda}
|
||||
\input{chapters/coda}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user