diff --git a/gefahrgutformular/gefahrgutformular.cls b/gefahrgutformular/gefahrgutformular.cls index c6e7b39b85dfba467c38d655cd2aa0a69311c5cc..fb537bf8763bd909e1b4912c938d3f4e688264cf 100644 --- a/gefahrgutformular/gefahrgutformular.cls +++ b/gefahrgutformular/gefahrgutformular.cls @@ -86,9 +86,11 @@ \put(4bp,7bp){\resizebox{31bp}{!}{\textbf{\Large Q.212}}}% \vl@tempdimc=-17bp % \put(4bp,\vl@tempdimc){Organisationseinheit:}% - \put(4bp,2.5\vl@tempdimc){\vl@WorkingGroup}% - \put(171bp,\vl@tempdimc){Hausruf:}% + \put(4bp,2.5\vl@tempdimc){\vl@WorkingGroup}% + \put(171bp,\vl@tempdimc){Hausruf:}% + \put(171bp,2.5\vl@tempdimc){\vl@Telephon}% \put(332bp,\vl@tempdimc){Ort, Datum:}% + \put(332bp,2.5\vl@tempdimc){\vl@Place, \vl@Date}% }% \vl@tempdimb=644bp % \put(\vl@tempdima,\vl@tempdimb){\line(1,0){\textwidth}% @@ -99,20 +101,27 @@ Schienentransport Sicherheitsdatenblätter zwingend mitschicken)} Bei Gemischen Angabe der 2 Hauptkomponenten in~\%, bei Säuren und Laugen Konzentrationsangaben in~\% + \ifx\vl@Items\@empty\else + \begin{itemize}% + \vl@Items + \end{itemize}% + \fi }% } \put(347bp,\vl@tempdimc){% \parbox[t]{137bp}{% \textbf{Netto-Gewicht} in kg (bei mehr als einem Gut - Einzelgewichte): + Einzelgewichte):\par\medskip\vl@Weight }% } }% \vl@tempdimb=406bp % \put(\vl@tempdima,\vl@tempdimb){\line(1,0){\textwidth}% \vl@tempdimc=-17bp % - \put(4bp,\vl@tempdimc){\textbf{Ansprechpartner} (für Rückfragen)}% - \put(347bp,\vl@tempdimc){\textbf{Hausruf:}}% + \put(4bp,\vl@tempdimc){\textbf{Ansprechpartner} (für Rückfragen)}% + \put(4bp,2.1\vl@tempdimc){\vl@ContactPerson}% + \put(347bp,\vl@tempdimc){\textbf{Hausruf:}}% + \put(347bp,2.1\vl@tempdimc){\vl@ContactPersonTelephon}% }% \vl@tempdimb=363bp % \put(\vl@tempdima,\vl@tempdimb){\line(1,0){\textwidth}% @@ -127,13 +136,28 @@ \vl@tempdimb=295bp % \put(\vl@tempdima,\vl@tempdimb){\line(1,0){\textwidth}% \vl@tempdimc=-17bp % - \put(4bp,\vl@tempdimc){\textbf{Absender}~(vollständige Adresse)% - \hspace{92bp}\textbf{Empfänger}~(vollständige Adresse)}% + \put(4bp,\vl@tempdimc){% + \parbox[t]{236bp}{% + \textbf{Absender}~(vollständige Adresse)\par\medskip + \vl@SenderAddress + }% + } + \put(250bp,\vl@tempdimc){% + \parbox[t]{236bp}{% + \textbf{Empfänger}~(vollständige Adresse)\par\medskip + \vl@RecipientAddress + }% + } }% \vl@tempdimb=173bp % \put(\vl@tempdima,\vl@tempdimb){\line(1,0){\textwidth}% \vl@tempdimc=-17bp % \put(4bp,\vl@tempdimc){\textbf{Bemerkungen:}}% + \put(77bp,\vl@tempdimc){% + \parbox[t]{409bp}{% + \vl@Comment + }% + } }% \vl@tempdimb=124bp % \put(\vl@tempdima,\vl@tempdimb){\line(1,0){\textwidth}% @@ -142,6 +166,7 @@ \ifx\vl@SignatureGraphic\@empty\else \put(\vl@tempdimc,-17bp){\makebox(0,0)[c]{% \includegraphics[height=26bp]{\vl@SignatureGraphic}}}% + %%% https://ipfs-sec.stackexchange.cloudflare-ipfs.com/tex/A/question/208819.html \fi \put(\vl@tempdimc,-45bp){\makebox(0,0)[c]{Unterschrift}}% }% @@ -150,11 +175,13 @@ \vl@tempdimc=147bp % kurze waag. Linien \put(\vl@tempdima,525bp){\line(1,0){\vl@tempdimc}% \vl@tempdimb=-15bp % - \put(4bp,\vl@tempdimb){\textbf{Verpackung:}}% + \put(4bp,\vl@tempdimb){\textbf{Verpackung:}~\vl@Package}% }% \put(\vl@tempdima,502bp){\line(1,0){\vl@tempdimc}% \vl@tempdimb=-17bp % - \put(4bp,\vl@tempdimb){\textbf{Art:}}% + \put(4bp,\vl@tempdimb){% + \parbox[t]{139bp}{\textbf{Art:}\par\medskip\vl@Type}% + }% }% %------ Symbole ------ \vl@tempdima=145mm % @@ -178,7 +205,7 @@ \vl@tempdimb=644bp % \put(397bp,\vl@tempdimb){\line(0,-1){281bp}}% \vl@tempdimb=295bp % - \put(292bp,\vl@tempdimb){\line(0,-1){122bp}}% + \put(299bp,\vl@tempdimb){\line(0,-1){122bp}}% %------ interne Nummer ------ \put(15mm,27mm){\rotatebox[origin=c]{90}{\tiny \vl@doc@style@code}} }% diff --git a/gefahrgutformular/test-gefahrgutformular.pdf b/gefahrgutformular/test-gefahrgutformular.pdf index 9cce5483d2b42d77924446805febaa75359204a0..8b7c46d9daca05d66347352d93d6248a975b375e 100644 Binary files a/gefahrgutformular/test-gefahrgutformular.pdf and b/gefahrgutformular/test-gefahrgutformular.pdf differ diff --git a/gefahrgutformular/test-gefahrgutformular.tex b/gefahrgutformular/test-gefahrgutformular.tex index 9e65859cad44f08d2fa9c8403802458c47d1e6a1..5622c612389b704434f900df1bd085b5df2686df 100644 --- a/gefahrgutformular/test-gefahrgutformular.tex +++ b/gefahrgutformular/test-gefahrgutformular.tex @@ -1,14 +1,14 @@ \documentclass{gefahrgutformular} -\WorkingGroup{ 7.54} +\WorkingGroup{ 7.54 } \Telephon{7216} \Place{Berlin} \Date{2019-12-31} -\Weight{\Si{20}{\kilogram}} +\Weight{\SI{20}{\kilogram}} \Package{???} \Type{Paket} \ContactPerson{Ute Becker} -\ContactPersonTelephon{7216} +\ContactPersonTelephon{7467} \SignatureGraphic{SIG_Ute_Becker.png} \SenderAddress{% PTB\\ @@ -23,7 +23,8 @@ Pfeiffer-vacuum SAS\\ } \Comment{Im Dunkeln ist gut munkeln!} \Items{ - \item 6 Lecks; Druck \SI{1.5}{XXX} + \item 6 Lecks; Druck \SI{1.5}{\bar}; UN 1046; Helium \dots + \item 2 Lecks; Druck \SI{1.5}{\bar}; UN 1046; Wasserstoff \dots } \begin{document}