Minimal changes to latex template

master
Gandalf 2021-04-07 22:36:11 +02:00
parent 14f97e1765
commit 9c5d58d331
3 changed files with 7 additions and 2 deletions

View File

@ -67,6 +67,9 @@ then
;;
"$OPT2")
# Prüfen, ob parent handel existiert.
# Dieses vorschlagen, oder manueller Eintrag
# Im Zweifel mit address.sh -g
;;
esac
fi

View File

@ -1,3 +1,4 @@
INH,handle,az,stand
ME,me,foo,
AG,AGdn,bar,+
ME,,blubb,0
JC,JCkalk,blebleb,+
SG,SGk,foo,

1 INH handle az stand
2 ME me foo blubb 0
3 AG JC AGdn JCkalk bar blebleb +
4 SG SGk foo

View File

@ -60,6 +60,7 @@
\newcommand\FullAdress{\Name\\\Adresse\\per Fax: \FaxNr}
\ifthenelse{\equal{\Opening}{}}{\renewcommand\Opening{Damen und Herren}}
\ifthenelse{\equal{\Closing}{}}{\renewcommand\Closing{Mit der Ihnen gebührenden Hochachtung}}
\ifthenelse{\equal{#1}{JC}}{\addtoreffields{bgnr}}{}
}
\newcommand*{\receive}{\@ifstar{\receivestar}{\receivenostar}}