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

README

parent 94e5f239
No related branches found
No related tags found
No related merge requests found
......@@ -45,4 +45,4 @@ pdflatex test-addressLabels.tex
## Arbeitsanweisung
## ptbposter
## ptbposter
Die LaTeX-Dokumentenklasse »ptbposter« ist geeignet, mit Hilfe des
Textsatzsystems TeX Poster im Hoch- und Querformat den offiziellen Vorgaben
der PTB entsprechend qualitativ hochwertig zu setzen.
Zu näheren Einzelheiten sind in den pdf-Dateien der Beispiele
([Hochformat](ptbposter-test-hoch.pdf) und
[Querformat](ptbposter-test-quer.pdf)) sowie in deren Quellen zu finden.
Rolf Niepraschk
AG 7.54
......@@ -2,7 +2,7 @@
Die \LaTeX"=Dokumentenklasse "`ptbposter"' ist geeignet, mit Hilfe des
Textsatzsystems \TeX\ Poster im Hoch- und Querformat den offiziellen
Vorgaben entsprechend qualitativ hochwertig zu setzen.
Vorgaben der PTB entsprechend qualitativ hochwertig zu setzen.
\begin{multicols}{\columnNumbers}
......@@ -13,7 +13,7 @@ Vorgaben entsprechend qualitativ hochwertig zu setzen.
\item \textbf{landscape}: Setzt das Poster im Querformat.
\item \textbf{serif}: Wählt die Serifenschrift für den Textbereich (Standard).
\item \textbf{sanserif}: Wählt die serifenlose Schrift für den Textbereich.
(Ist derzeit nicht zu empfehlen, da noch experimentell.)
(Ist derzeit nicht zu empfehlen, da noch unvollkommen.)
\end{itemize}
Alle anderen Optionen werden an die intern benutzte Dokumentenklasse
......
No preview for this file type
No preview for this file type
......@@ -23,6 +23,9 @@
\newcommand\PTB@tempd{}
\newcommand\PTB@tempe{}
\let\PTB@tempdima=\@ovxx
\let\PTB@tempdimb=\@ovyy
\DeclareOption{portrait}{%
\setlength\PTB@leftmargin{0.5\dimexpr 841mm-780mm}
\edef\PTB@tempa{\noexpand\PassOptionsToPackage{portrait,
......@@ -40,7 +43,7 @@
\PTB@tempa
}
\DeclareOption{sanserif}{% noch experimentell! Besser: luaTeX/xeTeX
\DeclareOption{sanserif}{% noch experimentell! Besser: luaTeX/xeTeX + OTF
\AtEndOfClass{%
\renewcommand\familydefault{\sfdefault}
\RequirePackage{sfmath}
......@@ -80,8 +83,8 @@
]{scrartcl}
\newcommand*\scaleFontSizes[1]{%
\@ovri=\PTB@default@fsize %
\changefontsizes{#1\@ovri}%
\PTB@tempdima=\PTB@default@fsize %
\changefontsizes{#1\PTB@tempdima}%
}
\scaleFontSizes{1}%
......@@ -179,24 +182,24 @@
\begin{tabular}[t]{@{}l@{}}
Physikalisch-Technische Bundesanstalt \\
Braunschweig und Berlin \\[\f@baselineskip]
\ifx\first@author\@empty\else \textbf{\first@author}\\ \fi
\ifx\PTB@department\@empty\else \PTB@department\\ \fi
\ifx\PTB@workingGroup\@empty\else \PTB@workingGroup\\ \fi
\ifx\first@author\@empty\else \textbf{\first@author}\\\fi
\ifx\PTB@department\@empty\else \PTB@department\\\fi
\ifx\PTB@workingGroup\@empty\else \PTB@workingGroup\\\fi
\end{tabular}%
}
\put(307mm,-17mm){%
\begin{tabular}[t]{@{}ll@{}}
\ifx\PTB@street\@empty\else\multicolumn{2}{@{}l@{}}{\PTB@street}\\\fi
\ifx\PTB@location\@empty\else\multicolumn{2}{@{}l@{}}{\PTB@location}\\\fi
\ifx\PTB@phone\@empty\else Telefon:&\PTB@phone\\ \fi
\ifx\PTB@fax\@empty\else Fax:&\PTB@fax\\ \fi
\ifx\PTB@email\@empty\else E-Mail:&\href{mailto:\PTB@email}{\PTB@email}\\ \fi
\ifx\PTB@phone\@empty\else Telefon:&\PTB@phone\\\fi
\ifx\PTB@fax\@empty\else Fax:&\PTB@fax\\\fi
\ifx\PTB@email\@empty\else E-Mail:&\href{mailto:\PTB@email}{\PTB@email}\\\fi
\multicolumn{2}{@{}l@{}}{www.ptb.de}
\end{tabular}%
}
\put(444mm,-17mm){%
\begin{tabular}[t]{@{}l@{}}
\@thanks % wurde bei der Ausführung von \@autor gefüllt.
\@thanks % wurde bei der Ausführung von \@author gefüllt.
\end{tabular}%
}
}
......@@ -304,11 +307,11 @@
\def\footFontSize{\@setfontsize\footFontSize{19.2}{23.04}}
\newcommand*\scaleTitleFontSize[1]{%
\@ovri=106.6pt %
\@ovri=#1\@ovri
\@ovdy=1.2\@ovri
\xdef\titleFontSize{%
\noexpand\@setfontsize\noexpand\titleFontSize{\the\@ovri}{\the\@ovdy}}%
\PTB@tempdima=106.6pt %
\PTB@tempdima=#1\PTB@tempdima
\PTB@tempdimb=1.2\PTB@tempdima
\xdef\titleFontSize{\noexpand\@setfontsize\noexpand{}
\titleFontSize{\the\PTB@tempdima}{\the\PTB@tempdimb}}%
}
\scaleTitleFontSize{1}
......@@ -316,7 +319,8 @@
\renewcommand*\labelitemi{$\m@th\circ$}
\renewcommand*\labelitemii{$\m@th\triangleright$}
\renewcommand*\labelitemiii{$\m@th\diamond$}
\renewcommand*\labelitemiv{\makebox[.5em]{\scalebox{1.5}{\textbullet}}}
%\renewcommand*\labelitemiv{\makebox[.5em]{\scalebox{1.5}{\textbullet}}}%
\renewcommand*\labelitemiv{\textbullet}%
\setlength\leftmargini{1.5em}
\setlength\leftmarginii{1.4em}
\setlength\leftmarginiii{1.3em}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment