Skip to content
Snippets Groups Projects
ptb-confirm.cls 2.95 KiB
Newer Older
Rolf Niepraschk's avatar
Rolf Niepraschk committed
% Rolf Niepraschk, Rolf.Niepraschk@ptb.de

\setcounter{errorcontextlines}{100}  \listfiles

\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ptb-confirm}[2018/08/15 v0.2e Bestaetigung (RN)]
Rolf Niepraschk's avatar
Rolf Niepraschk committed

\RequirePackage{eso-pic,graphicx,xcolor,tabularx,trimspaces,amsmath}
Rolf Niepraschk's avatar
Rolf Niepraschk committed

\DeclareOption*{\PassOptionsToClass{\CurrentOption}{ptbletter}}

\ProcessOptions\relax

\LoadClass[%
,BLN
]{ptbletter}

Rolf Niepraschk's avatar
Rolf Niepraschk committed
\RequirePackage{siunitx-PTB}

\providecommand*\vl@tempa{}
\providecommand*\vl@tempb{}
\providecommand*\vl@tempc{}
\providecommand*\vl@tempd{}
\providecommand*\vl@tempe{}
Rolf Niepraschk's avatar
Rolf Niepraschk committed

Rolf Niepraschk's avatar
Rolf Niepraschk committed
\newcommand*\vl@Setcommand[2]{% #1=macro, #2=value
  \@namedef{#1}{#2}%
}
Rolf Niepraschk's avatar
Rolf Niepraschk committed

\newcommand*\KindOfEnquiry[1]{\ptb@setcommand{vl@KindOfEnquiry}{#1}}
Rolf Niepraschk's avatar
Rolf Niepraschk committed
\newcommand*\DateOfEnquiry[1]{%
  \ptb@setcommand[\usekomavar{yourmail}]{vl@DateOfEnquiry}{#1}}
\newcommand*\Company[1]{\ptb@setcommand{vl@Company}{#1}}
\newcommand*\Name[1]{\ptb@setcommand{vl@Name}{#1}}
\newcommand*\Street[1]{\ptb@setcommand{vl@Street}{#1}}
\newcommand*\Zipcode[1]{\ptb@setcommand{vl@Zipcode}{#1}}
\newcommand*\Town[1]{\ptb@setcommand{vl@Town}{#1}}
\newcommand*\Land[1]{\ptb@setcommand{vl@Land}{#1}}
\newcommand*\Device[1]{\ptb@setcommand{vl@Device}{#1}}
Rolf Niepraschk's avatar
Rolf Niepraschk committed
\newcommand*\Condition[1]{\vl@Setcommand{vl@Condition}{#1}}
\newcommand*\ScheduleDate[1]{\ptb@setcommand{vl@ScheduleDate}{#1}}
Rolf Niepraschk's avatar
Rolf Niepraschk committed
\newcommand*\Fee[1]{\vl@Setcommand{vl@Fee}{#1}}
\newcommand*\missingEntries[1]{\ptb@setcommand{vl@missingEntries}{#1}}
Rolf Niepraschk's avatar
Rolf Niepraschk committed
\newcommand*\Duration[1]{\ptb@setcommand{vl@Duration}{#1}}
Rolf Niepraschk's avatar
Rolf Niepraschk committed

\newcommand\ConstantText[1]{\gdef\vl@ConstantText{#1}}

Rolf Niepraschk's avatar
Rolf Niepraschk committed
\newcommand*\vl@KindOfEnquiry{}
\newcommand*\vl@DateOfEnquiry{}
\newcommand*\vl@Company{}
\newcommand*\vl@Name{}
\newcommand*\vl@Street{}
\newcommand*\vl@Zipcode{}
\newcommand*\vl@Town{}
\newcommand*\vl@Land{}
\newcommand*\vl@Device{}
\newcommand*\vl@Condition{}
\newcommand*\vl@ScheduleDate{}
Rolf Niepraschk's avatar
Rolf Niepraschk committed
\newcommand*\vl@Fee{}
Rolf Niepraschk's avatar
Rolf Niepraschk committed
\newcommand*\vl@missingEntries{0}
Rolf Niepraschk's avatar
Rolf Niepraschk committed
\newcommand*\vl@Duration{?}
Rolf Niepraschk's avatar
Rolf Niepraschk committed
\newtoks\vl@devTabLines
Rolf Niepraschk's avatar
Rolf Niepraschk committed

Rolf Niepraschk's avatar
Rolf Niepraschk committed
\AtBeginDocument{% 
  \ifnum\number\vl@missingEntries>0 %
    \AddToShipoutPictureBG{%
      \AtTextCenter{%
        \makebox(0,0)[c]{\resizebox{\textwidth}{!}{%
          \rotatebox{54.7}{%
            \textnormal{\textsf{\textbf{%
              \color{lightgray}Fehler:~\vl@missingEntries}}}}}}%
      }%
    }%
  \fi
Rolf Niepraschk's avatar
Rolf Niepraschk committed
  \vl@devTabLines{}%
  \def\do#1{%
    \vl@devTabLines\expandafter{\the\vl@devTabLines & #1\\}%
Rolf Niepraschk's avatar
Rolf Niepraschk committed
  } 
Rolf Niepraschk's avatar
Rolf Niepraschk committed
  \RequirePackage{hyperref}
Rolf Niepraschk's avatar
Rolf Niepraschk committed
  \begin{letter}{%
    %\vl@Company \\
    \mbox{}%
    \ifx\vl@Company\@empty ~\else\vl@Company\fi \\
    \ifx\vl@Name\@empty ~\else\vl@Name\smallskip\fi \\ 
    \ifx\vl@Street\@empty ~\else\vl@Street\fi \\
    \vl@Zipcode\ \vl@Town
    \ifx\vl@Land\@empty\else ~\smallskip \\ \textls[75]{\MakeUppercase{\vl@Land}} \fi
Rolf Niepraschk's avatar
Rolf Niepraschk committed
  }
    \iflanguage{ngerman}{%
Rolf Niepraschk's avatar
Rolf Niepraschk committed
      %\sisetup{locale=DE}
      \subject{Antragsbestätigung~\usekomavar{myref}}%
Rolf Niepraschk's avatar
Rolf Niepraschk committed
      \input{ptb-confirm-de.lco}%
    }{%
Rolf Niepraschk's avatar
Rolf Niepraschk committed
      %\sisetup{locale=UK}
      \subject{Confirmation of Order~\usekomavar{myref}}%
Rolf Niepraschk's avatar
Rolf Niepraschk committed
      \input{ptb-confirm-en.lco}%
    }%
  \end{letter}
}%

\endinput