From 4a4f372605d56f2241699da6a5bf8dae7eda2b86 Mon Sep 17 00:00:00 2001 From: Nikolaus Gotsche Date: Wed, 5 Sep 2018 04:10:54 +0200 Subject: TOML Configuration added. texification working. outsourced some functions to my utilitys. billed tasks not yet checked --- templates/_main.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/_main.tex') diff --git a/templates/_main.tex b/templates/_main.tex index b07b221..8fd1eb2 100644 --- a/templates/_main.tex +++ b/templates/_main.tex @@ -15,7 +15,7 @@ \renewcommand{\familydefault}{\sfdefault} % include meta data -\include{_data} +\include{[[.Data]]} \setkomavar{fromname}{\senderName} \setkomavar{fromaddress}{\senderStreet \\ \senderZIP \ \senderCity} @@ -70,7 +70,7 @@ \fcolorbox{lightgray}{lightgray}{\parbox{\textwidth}{\large{Projekt: \textbf{\invoiceTitle}}}} \begin{invoice}{Euro}{0} - \input{_invoice} + \input{[[.Invoice]]} \end{invoice} \ps Im ausgewiesenen Betrag ist gemäß § 19 UStG keine Umsatzsteuer enthalten. -- cgit v1.2.3