content frame added

This commit is contained in:
Thomas Klaehn 2015-06-25 10:39:48 +02:00
parent 2b9a9305f9
commit 036e45a6a2
3 changed files with 7 additions and 8 deletions

View File

@ -4,6 +4,7 @@ DEP := \
config/headfoot.tex \ config/headfoot.tex \
config/sourcelst.tex \ config/sourcelst.tex \
config/titlepage.tex \ config/titlepage.tex \
content.tex \
Makefile Makefile
all: $(MAIN) $(DEP) all: $(MAIN) $(DEP)

5
content.tex Normal file
View File

@ -0,0 +1,5 @@
\section{testtest}
\subsection{testtesttest}
\subsubsection{testtesttesttest}
bla

View File

@ -43,13 +43,6 @@ citecolor = black]{hyperref}%
\tableofcontents \tableofcontents
\input{config/headfoot.tex} \input{config/headfoot.tex}
\newpage \newpage
\section{One} \input{content.tex}
bla
\subsection{OneOne}
blabla
\newpage
\section{Two}
blablabla
\end{document} \end{document}