From 06dd5cd5dcb3df61985abc63cedcb5e1c06e5859 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 3 Jun 2018 17:25:15 +0200 Subject: [PATCH] correct the paths to the general files --- projekthandbuch/projekthandbuch.org | 2 +- projekthandbuch/projekthandbuch_main.tex | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projekthandbuch/projekthandbuch.org b/projekthandbuch/projekthandbuch.org index 233ca11..00324cd 100644 --- a/projekthandbuch/projekthandbuch.org +++ b/projekthandbuch/projekthandbuch.org @@ -3,7 +3,7 @@ #+author: Andreas Zweili #+latex_class: article #+latex_class_options: [a4paper,11pt] -#+latex_header: \input{style} +#+latex_header: \input{general/style} #+otions: H:5 todo:t #+language: de #+startup: align diff --git a/projekthandbuch/projekthandbuch_main.tex b/projekthandbuch/projekthandbuch_main.tex index bbc286d..314ad53 100644 --- a/projekthandbuch/projekthandbuch_main.tex +++ b/projekthandbuch/projekthandbuch_main.tex @@ -1,6 +1,6 @@ \documentclass[a4paper, 11pt]{article} -\include{style} -\bibliography{bibliography} +\include{general/style} +\bibliography{general/bibliography} %\include{glossary} \begin{document}