From 64c836e6159e5bebb3fb8d78affe9d4e17609cfc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 25 Mar 2015 15:22:13 +0100 Subject: [PATCH] LaTeX-Template letter.tex korrekte Variablennamen gesetzt rcv_name -> name --- templates/print/RB/letter.tex | 13 +++++++++---- templates/print/Standard/letter.tex | 13 +++++++++---- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/templates/print/RB/letter.tex b/templates/print/RB/letter.tex index 16454644f..67a26422c 100644 --- a/templates/print/RB/letter.tex +++ b/templates/print/RB/letter.tex @@ -45,13 +45,13 @@ \begin{minipage}{14cm} - <%rcv_name%> + <%name%> - <%rcv_contact_formal%> + <%contact_formal%> - <%rcv_countrycode%> <%rcv_zipcode%> <%rcv_city%> + <%countrycode%> <%zipcode%> <%city%> - <%rcv_country%> + <%country%> \end{minipage} \hfill @@ -62,6 +62,11 @@ \begin{minipage}{14cm} +\textbf{<%reference%>} + +\vspace{1cm} + + \textbf{<%subject%>} \vspace{1cm} diff --git a/templates/print/Standard/letter.tex b/templates/print/Standard/letter.tex index 16454644f..67a26422c 100644 --- a/templates/print/Standard/letter.tex +++ b/templates/print/Standard/letter.tex @@ -45,13 +45,13 @@ \begin{minipage}{14cm} - <%rcv_name%> + <%name%> - <%rcv_contact_formal%> + <%contact_formal%> - <%rcv_countrycode%> <%rcv_zipcode%> <%rcv_city%> + <%countrycode%> <%zipcode%> <%city%> - <%rcv_country%> + <%country%> \end{minipage} \hfill @@ -62,6 +62,11 @@ \begin{minipage}{14cm} +\textbf{<%reference%>} + +\vspace{1cm} + + \textbf{<%subject%>} \vspace{1cm} -- 2.20.1