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

"raggedTitel"

parent 31b2e878
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -51,6 +51,7 @@ zu entnehmen.
"`xelatex"' zu verwenden.
\item \textbf{boldTitel}: Im Titel fette Schriftstärke verwenden.
\item \textbf{centerTitel}: Den Titel zentriert setzen.
\item \textbf{raggedTitel}: Den Titel mit "`Flatterrand"' setzen.
\item \textbf{centerAuthors}: Die Autoren zentriert setzen.
\end{itemize}
......
......@@ -70,6 +70,9 @@
\DeclareOption{centerTitel}{%
\global\let\PTB@title@justification=\centering
}
\DeclareOption{raggedTitel}{%
\global\let\PTB@title@justification=\raggedright
}
\DeclareOption{centerAuthors}{%
\global\let\PTB@authors@justification=\centering
}
......
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