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

störendes Leerzeichen

parent 065e3629
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
\setcounter{errorcontextlines}{100} \listfiles \setcounter{errorcontextlines}{100} \listfiles
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ptbletter}[2018/01/10 v0.2d PTB-Brief-Klasse (RN)] \ProvidesClass{ptbletter}[2018/01/17 v0.3a-pre PTB-Brief-Klasse (RN)]
\let\ptb@tempdima=\@ovxx \let\ptb@tempdima=\@ovxx
\let\ptb@tempdimb=\@ovyy \let\ptb@tempdimb=\@ovyy
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
\newif\ifptb@serif \ptb@seriftrue \newif\ifptb@serif \ptb@seriftrue
\newcommand*\ptb@lang{main=ngerman} \newcommand*\ptb@lang{main=ngerman}
\newcount\ptb@head \ptb@head=2
\newcommand*\ptb@tempa{} \newcommand*\ptb@tempa{}
\newcommand*\ptb@tempb{} \newcommand*\ptb@tempb{}
...@@ -28,6 +29,9 @@ ...@@ -28,6 +29,9 @@
\DeclareOption{BLN}{\ptb@BLNtrue} \DeclareOption{BLN}{\ptb@BLNtrue}
\DeclareOption{sanserif}{\ptb@seriffalse} \DeclareOption{sanserif}{\ptb@seriffalse}
\DeclareOption{serif}{\ptb@seriftrue} \DeclareOption{serif}{\ptb@seriftrue}
\DeclareOption{head0}{\ptb@head=0}
\DeclareOption{head1}{\ptb@head=1}
\DeclareOption{head2}{\ptb@head=2}
\DeclareOption{visualize}{% \DeclareOption{visualize}{%
\PassOptionsToClass{\CurrentOption}{scrlttr2} \PassOptionsToClass{\CurrentOption}{scrlttr2}
...@@ -148,12 +152,12 @@ ...@@ -148,12 +152,12 @@
\setkomafont{refname}{\sffamily\tiny} \setkomafont{refname}{\sffamily\tiny}
\setkomafont{refvalue}{\normalfont\footnotesize} \setkomafont{refvalue}{\normalfont\footnotesize}
\setkomavar{firsthead}{ \setkomavar{firsthead}{%
\begin{minipage}[b]{\linewidth}% \begin{minipage}[b]{\linewidth}%
\sffamily\bfseries\huge \sffamily\bfseries\huge%
Physikalisch-Technische Bundesanstalt\\[3bp] Physikalisch-Technische Bundesanstalt\\[3bp]%
%%%\large %%%\large
Braunschweig und Berlin\\ Braunschweig und Berlin
\end{minipage}% \end{minipage}%
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment