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

Makro "\scaleTitleFontSize"

parent 79b085d1
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
\Author{Gerhold}{Dosenkohl}[Muster Universität Forschungsstadt] \Author{Gerhold}{Dosenkohl}[Muster Universität Forschungsstadt]
\Author*{Ellen}{Bogen}[XYZ GmbH] \Author*{Ellen}{Bogen}[XYZ GmbH]
%%\scaleFontSizes{1.05} %%\scaleFontSizes{1.05}% Werte nahe an "1" wählen!
%%\scaleTitleFontSize{0.92}% Werte nahe an "1" wählen!
\title{Das Liebesleben der Maikäfer} \title{Das Liebesleben der Maikäfer}
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ptbposter} \ProvidesClass{ptbposter}
[2015/03/18 v0.2c PTB-Poster-Klasse (RN)] [2015/03/18 v0.2d PTB-Poster-Klasse (RN)]
\PassOptionsToPackage{paper=a0paper}{geometry} \PassOptionsToPackage{paper=a0paper}{geometry}
...@@ -277,10 +277,20 @@ ...@@ -277,10 +277,20 @@
%% vorher: 0.5 * \PTB@default@fsize / 0.5 * 1.2 * \PTB@default@fsize %% vorher: 0.5 * \PTB@default@fsize / 0.5 * 1.2 * \PTB@default@fsize
\fi \fi
\edef\titleFontSize{\noexpand\@setfontsize\noexpand\titleFontSize{106.6}{127.92}}
\edef\authorFontSize{\noexpand\@setfontsize\noexpand\authorFontSize{53.3}{63.96}} \edef\authorFontSize{\noexpand\@setfontsize\noexpand\authorFontSize{53.3}{63.96}}
\edef\footFontSize{\noexpand\@setfontsize\noexpand\footFontSize{19.27}{23.124}} \edef\footFontSize{\noexpand\@setfontsize\noexpand\footFontSize{19.27}{23.124}}
\newcommand*\scaleTitleFontSize[1]{%
\@ovri=106.6pt %
\@ovri=#1\@ovri
\@ovdy=1.2\@ovri
\edef\titleFontSize{%
\noexpand\@setfontsize\noexpand\titleFontSize{\@ovri}{\@ovdy}}
}
\scaleTitleFontSize{1}
\renewcommand*\labelitemi{$\m@th\circ$} \renewcommand*\labelitemi{$\m@th\circ$}
\renewcommand*\labelitemii{$\m@th\triangleright$} \renewcommand*\labelitemii{$\m@th\triangleright$}
\renewcommand*\labelitemiii{$\m@th\diamond$} \renewcommand*\labelitemiii{$\m@th\diamond$}
......
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