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 @@
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\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
......@@ -19,6 +19,7 @@
\newdimen\PTB@textvsep % Abstand Textbereich zum blauen Rahmen
\newdimen\PTB@framewidth % Breite 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@maxtitleheight % Maximale Höhe des Titels
......@@ -193,6 +194,8 @@
]{microtype}
\fi
\providecommand*\microtypesetup[1]{}
\RequirePackage{babel}
\AtEndOfClass{%
......@@ -299,8 +302,7 @@
\put(\PTB@leftmargin,\PTB@tempdima){\parbox[b]{\PTB@framewidth}{% Autoren
\PTB@authors@justification\sffamily\authorFontSize\@author}}%
% hier wird \@thanks gefüllt
\PTB@tempdima=0.00168208578994\PTB@scale@base
\linethickness{\PTB@tempdima}\color{PTBcolor}%
\linethickness{\PTB@framethickness}\color{PTBcolor}%\color{PTBcolor}%
\PTB@tempdima=-0.0883095039717\PTB@scale@base
\put(\PTB@leftmargin,\PTB@tempdima){%
\line(1,0){\dimexpr\paperwidth-2\PTB@leftmargin}}%
......@@ -480,6 +482,7 @@
\else
\setlength\PTB@topmargin{0.180824222418\PTB@scale@base}%
\fi
\setlength\PTB@framethickness{0.00168208578994\PTB@scale@base}%
\ifPTB@landscape
\setlength\PTB@framewidth{0.950378471315\PTB@scale@base}% 3215pt (1130mm) bei A0
\ifx\@author\@empty
......
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