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

Makro "PTB@framethickness"

parent 5e557bd2
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ptbposter} \ProvidesClass{ptbposter}
[2019/02/25 v0.7a PTB-Poster-Klasse (RN)] [2019/05/09 v0.7b PTB-Poster-Klasse (RN)]
\newif\ifPTB@useCMYK \PTB@useCMYKfalse % vorerst \newif\ifPTB@useCMYK \PTB@useCMYKfalse % vorerst
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
\newdimen\PTB@textvsep % Abstand Textbereich zum blauen Rahmen \newdimen\PTB@textvsep % Abstand Textbereich zum blauen Rahmen
\newdimen\PTB@framewidth % Breite des blauen Rahmens \newdimen\PTB@framewidth % Breite des blauen Rahmens
\newdimen\PTB@frameheight % Höhe des blauen Rahmens \newdimen\PTB@frameheight % Höhe des blauen Rahmens
\newdimen\PTB@framethickness % Dicke des blauen Rahmens
\newdimen\PTB@scale@base % Bezugsgröße für papierabhängige Größenberechnung \newdimen\PTB@scale@base % Bezugsgröße für papierabhängige Größenberechnung
\newdimen\PTB@maxtitleheight % Maximale Höhe des Titels \newdimen\PTB@maxtitleheight % Maximale Höhe des Titels
...@@ -193,6 +194,8 @@ ...@@ -193,6 +194,8 @@
]{microtype} ]{microtype}
\fi \fi
\providecommand*\microtypesetup[1]{}
\RequirePackage{babel} \RequirePackage{babel}
\AtEndOfClass{% \AtEndOfClass{%
...@@ -299,8 +302,7 @@ ...@@ -299,8 +302,7 @@
\put(\PTB@leftmargin,\PTB@tempdima){\parbox[b]{\PTB@framewidth}{% Autoren \put(\PTB@leftmargin,\PTB@tempdima){\parbox[b]{\PTB@framewidth}{% Autoren
\PTB@authors@justification\sffamily\authorFontSize\@author}}% \PTB@authors@justification\sffamily\authorFontSize\@author}}%
% hier wird \@thanks gefüllt % hier wird \@thanks gefüllt
\PTB@tempdima=0.00168208578994\PTB@scale@base \linethickness{\PTB@framethickness}\color{PTBcolor}%\color{PTBcolor}%
\linethickness{\PTB@tempdima}\color{PTBcolor}%
\PTB@tempdima=-0.0883095039717\PTB@scale@base \PTB@tempdima=-0.0883095039717\PTB@scale@base
\put(\PTB@leftmargin,\PTB@tempdima){% \put(\PTB@leftmargin,\PTB@tempdima){%
\line(1,0){\dimexpr\paperwidth-2\PTB@leftmargin}}% \line(1,0){\dimexpr\paperwidth-2\PTB@leftmargin}}%
...@@ -480,6 +482,7 @@ ...@@ -480,6 +482,7 @@
\else \else
\setlength\PTB@topmargin{0.180824222418\PTB@scale@base}% \setlength\PTB@topmargin{0.180824222418\PTB@scale@base}%
\fi \fi
\setlength\PTB@framethickness{0.00168208578994\PTB@scale@base}%
\ifPTB@landscape \ifPTB@landscape
\setlength\PTB@framewidth{0.950378471315\PTB@scale@base}% 3215pt (1130mm) bei A0 \setlength\PTB@framewidth{0.950378471315\PTB@scale@base}% 3215pt (1130mm) bei A0
\ifx\@author\@empty \ifx\@author\@empty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment