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

Makro "centerAuthors" neu.

parent fd7702ba
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -33,7 +33,8 @@ Anleitung.}
\section{Makros}
\begin{itemize}
\item \verb|\centerTitel|: Den Titel zentrieren.
\item \verb|\centerTitel|: Den Titel zentriert setzen.
\item \verb|\centerAuthors|: Die Autoren zentriert setzen.
\item \verb|\boldTitel|: Im Titel fette Schriftstärke verwenden.
\item \verb|\scaleFontSizes|: Skaliert alle Schriftgrößen im Textbereich um
den angegebenen Wert. Beispiel: Mit \verb|\scaleFontSizes{1.04}| wird der
......
......@@ -4,7 +4,7 @@
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ptbposter}
[2017/10/27 v0.6b PTB-Poster-Klasse (RN)]
[2017/10/27 v0.6c PTB-Poster-Klasse (RN)]
\newif\ifPTB@useCMYK \PTB@useCMYKfalse % vorerst
......@@ -158,6 +158,8 @@
\newcommand*\PTB@title@justification{\relax}
\newcommand*\centerTitel{\global\let\PTB@title@justification=\centering}
\newcommand*\PTB@authors@justification{\relax}
\newcommand*\centerAuthors{\global\let\PTB@authors@justification=\centering}
\newcommand*\PTB@title@series{\relax}
\newcommand*\boldTitel{\global\let\PTB@title@series=\bfseries}
......@@ -285,7 +287,7 @@
\PTB@tempdima=-0.172\PTB@scale@base
\def\and{, }%
\put(\PTB@leftmargin,\PTB@tempdima){\parbox[b]{\PTB@framewidth}{% Autoren
\sffamily\authorFontSize\@author}}%
\PTB@authors@justification\sffamily\authorFontSize\@author}}%
% hier wird \@thanks gefüllt
\PTB@tempdima=0.00168208578994\PTB@scale@base
\linethickness{\PTB@tempdima}\color{PTBcolor}%
......
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