diff --git a/Makefile b/Makefile index 5929387..238720d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ MAIN := framework.pdf -SRC := $(basename $(MAIN)).tex +SRC := config/$(basename $(MAIN)).tex DEP := \ config/headfoot.tex \ config/sourcelst.tex \ diff --git a/framework.tex b/config/framework.tex similarity index 89% rename from framework.tex rename to config/framework.tex index 1a4cdfc..218d209 100644 --- a/framework.tex +++ b/config/framework.tex @@ -24,11 +24,7 @@ citecolor = black]{hyperref}% \usepackage{scrpage2}% \newcommand*\euler{\mathrm{e}} - -\newcommand{\docname}{Measurement protocol} -\newcommand{\prjname}{agricola} -\newcommand{\docversion}{0.1} - +\input{title.tex} \input{config/font.tex} \input{config/sourcelst.tex} diff --git a/content.tex b/content.tex index 7e33a7c..c5df21e 100644 --- a/content.tex +++ b/content.tex @@ -2,4 +2,4 @@ \subsection{testtesttest} \subsubsection{testtesttesttest} bla - +bla diff --git a/title.tex b/title.tex new file mode 100644 index 0000000..9342dcc --- /dev/null +++ b/title.tex @@ -0,0 +1,3 @@ +\newcommand{\docname}{Measurement protocol} +\newcommand{\prjname}{agricola} +\newcommand{\docversion}{0.1}