Skip to content
Snippets Groups Projects
Commit 9f1eaa35 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

"tabular" --> "xtabular"

parent cf3e1416
Branches
No related tags found
No related merge requests found
...@@ -22,16 +22,13 @@ ...@@ -22,16 +22,13 @@
\Town{Köln}%{{DB}} \Town{Köln}%{{DB}}
\Land{}%{{DB}} Leer, wenn Deutschland \Land{}%{{DB}} Leer, wenn Deutschland
\Device{{Testleck gegen Atmosphäre Helium}, \Device{{Testleck gegen Atmosphäre Helium XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX},
{Testleck gegen Atmosphäre R134a}}%{{DB}} {Testleck gegen Atmosphäre R134a}}%{{DB}}
%^-- besser zu enumerate-Liste wandeln %^-- besser zu enumerate-Liste wandeln
\Condition{\SI{23+-0.5}{\degreeCelsius}}%{{DB}} \Condition{\SI{23+-0.5}{\degreeCelsius}}%{{DB}}
\ScheduleDate{2017-08-28}%{{DB}} \ScheduleDate{2017-08-28}%{{DB}}
\Fee{1626.98} \Fee{1626.98}
\subject{Antragsbestätigung %{{DB}}
7.5-1V-17-54}
\date{2017-07-18}%{{DB}} \date{2017-07-18}%{{DB}}
\begin{document} \begin{document}
......
...@@ -9,12 +9,12 @@ Aufgrund Ihres Antrags vom \usekomavar{yourmail}, hier eingegangen per ...@@ -9,12 +9,12 @@ Aufgrund Ihres Antrags vom \usekomavar{yourmail}, hier eingegangen per
Kalibrierung durch: Kalibrierung durch:
\medskip\noindent \medskip\noindent
\begin{tabular}{@{}l@{~~}l@{}} \begin{tabularx}{\textwidth}{@{}l@{~~}X@{}}
Gerät(e): \the\vl@devTabLines Gerät(e): \the\vl@devTabLines
Kalibrierbedingungen: & \vl@Condition \\ Kalibrierbedingungen: & \vl@Condition \\
Vorgesehenes Datum: & \vl@ScheduleDate \\ Vorgesehenes Datum: & \vl@ScheduleDate \\
Gebühr: & \vl@Fee\,€ \\ Gebühr: & \vl@Fee\,€ \\
\end{tabular} \end{tabularx}
\medskip\noindent Ihr Antrag wird mit einem separaten Kostenbescheid \medskip\noindent Ihr Antrag wird mit einem separaten Kostenbescheid
abgerechnet. Die Höhe der festen Gebühr (Durchschnittsgebühr) basiert auf der abgerechnet. Die Höhe der festen Gebühr (Durchschnittsgebühr) basiert auf der
......
...@@ -9,12 +9,12 @@ According to your order of \usekomavar{yourmail}, received here via ...@@ -9,12 +9,12 @@ According to your order of \usekomavar{yourmail}, received here via
calibration: calibration:
\medskip\noindent \medskip\noindent
\begin{tabular}{@{}l@{~~}l@{}} \begin{tabularx}{\textwidth}{@{}l@{~~}X@{}}
Device(s): & \the\vl@devTabLines Device(s): & \the\vl@devTabLines
Calibration conditions: & \vl@Condition \\ Calibration conditions: & \vl@Condition \\
Scheduled date: & \vl@ScheduleDate \\ Scheduled date: & \vl@ScheduleDate \\
Calibration fee: & \vl@Fee\,€ \\ Calibration fee: & \vl@Fee\,€ \\
\end{tabular} \end{tabularx}
\medskip\noindent Your order will be settled with a separate invoice that uses \medskip\noindent Your order will be settled with a separate invoice that uses
fixed calibration fees according to the decree of the Ministry of Commerce of fixed calibration fees according to the decree of the Ministry of Commerce of
......
...@@ -4,10 +4,9 @@ ...@@ -4,10 +4,9 @@
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ptb-confirm} \ProvidesClass{ptb-confirm}
[2017/12/04 v0.2a Bestaetigung (RN)] [2017/12/05 v0.2b Bestaetigung (RN)]
\RequirePackage{eso-pic,graphicx,xcolor} \RequirePackage{eso-pic,graphicx,xcolor,tabularx,trimspaces,amsmath}
\RequirePackage{trimspaces,amsmath}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{ptbletter}} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{ptbletter}}
...@@ -77,8 +76,7 @@ ...@@ -77,8 +76,7 @@
\fi \fi
\vl@devTabLines{}% \vl@devTabLines{}%
\def\do#1{% \def\do#1{%
\vl@devTabLines\expandafter{\the\vl@devTabLines &}% \vl@devTabLines\expandafter{\the\vl@devTabLines & #1\\}%
\vl@devTabLines\expandafter{\the\vl@devTabLines #1\\}%
} }
\expandafter\docsvlist\expandafter{\vl@Device}% \expandafter\docsvlist\expandafter{\vl@Device}%
\begin{letter}{% \begin{letter}{%
......
...@@ -20,18 +20,17 @@ ...@@ -20,18 +20,17 @@
BoldFont=*-bold, BoldFont=*-bold,
ItalicFont=*-italic, ItalicFont=*-italic,
BoldItalicFont=*-bolditalic] BoldItalicFont=*-bolditalic]
\RequirePackage[TT={Scale=0.85}]{dejavu-otf}
\iffalse
\setmonofont{AnonymousPro-Regular}[%
Extension = .ttf,
BoldFont = AnonymousPro-Bold,
ItalicFont = AnonymousPro-Italic,
BoldItalicFont = AnonymousPro-BoldItalic,
Scale = MatchLowercase
]
\fi
\RequirePackage{newunicodechar}
\newunicodechar{^^^^20ac}{\officialeuro}
} }
\RequirePackage[TT={Scale=0.85}]{dejavu-otf}
\iffalse
\setmonofont{AnonymousPro-Regular}[%
Extension = .ttf,
BoldFont = AnonymousPro-Bold,
ItalicFont = AnonymousPro-Italic,
BoldItalicFont = AnonymousPro-BoldItalic,
Scale = MatchLowercase
]
\fi
\RequirePackage{newunicodechar}
\newunicodechar{^^^^20ac}{\officialeuro}
\endinput \endinput
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment