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

"CMYK" vorerst wieder abgeschaltet

parent b294fdb3
Branches
No related tags found
No related merge requests found
# Rolf Niepraschk, 2015/03/27, Rolf.Niepraschk@ptb.de # Rolf Niepraschk, 2015/09/27, Rolf.Niepraschk@ptb.de
.SUFFIXES : .tex .ltx .dvi .ps .pdf .eps .SUFFIXES : .tex .ltx .dvi .ps .pdf .eps
...@@ -8,7 +8,7 @@ DOC2 = ptbposter-doc-2 ...@@ -8,7 +8,7 @@ DOC2 = ptbposter-doc-2
ARCHNAME = ptbposter-$(shell date +%Y-%m-%d).zip ARCHNAME = ptbposter-$(shell date +%Y-%m-%d).zip
ADDINPUTS = ptbposter.cls ptbposter-logo-A.pdf ptbposter-logo-B.pdf ADDINPUTS = ptbposter.cls ptbposter-logo-A.mps ptbposter-logo-B.mps
all : $(DOC1).pdf $(DOC2).pdf all : $(DOC1).pdf $(DOC2).pdf
......
No preview for this file type
No preview for this file type
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ptbposter} \ProvidesClass{ptbposter}
[2016/09/26 v0.4b PTB-Poster-Klasse (RN)] [2016/09/28 v0.4b PTB-Poster-Klasse (RN)]
\newif\ifPTB@useCMYK \PTB@useCMYKfalse % vorerst
\newdimen\PTB@topmargin % Abstand zum Rahmen \newdimen\PTB@topmargin % Abstand zum Rahmen
\newdimen\PTB@leftmargin % Abstand zum Rahmen \newdimen\PTB@leftmargin % Abstand zum Rahmen
...@@ -216,12 +218,15 @@ ...@@ -216,12 +218,15 @@
\newcommand*\PTB@fax{} \newcommand*\PTB@fax{}
\newcommand*\fax[1]{\gdef\PTB@fax{#1}} \newcommand*\fax[1]{\gdef\PTB@fax{#1}}
\newcommand*\PTB@final@paper{} \newcommand*\PTB@final@paper{}
\newcommand*\scaletoPaper[1]{\gdef\PTB@final@paper{#1}} \newcommand*\scaletoPaper[1]{\gdef\PTB@final@paper{#1}}
%%%\definecolor{PTBcolor}{rgb}{0,0.67451,0.87451} \ifPTB@useCMYK
%%%\definecolor{PTBcolor}{HTML}{00ACDF} \definecolor{PTBcolor}{cmyk}{1,0.32549,0.12549,0.12549}
\definecolor{PTBcolor}{cmyk}{1,0.32549,0.12549,0.12549}
% icc:model: Europe ISO Coated FOGRA27 % icc:model: Europe ISO Coated FOGRA27
\else
%%%\definecolor{PTBcolor}{rgb}{0,0.67451,0.87451}
\definecolor{PTBcolor}{HTML}{00ACDF}
\fi
\RequirePackage[texcoord]{eso-pic} \RequirePackage[texcoord]{eso-pic}
\RequirePackage{pict2e,picture,ifdraft,booktabs} \RequirePackage{pict2e,picture,ifdraft,booktabs}
...@@ -231,10 +236,10 @@ ...@@ -231,10 +236,10 @@
\PTB@tempdima=-0.077\PTB@scale@base \PTB@tempdima=-0.077\PTB@scale@base
\put(\PTB@leftmargin,\PTB@tempdima){% \put(\PTB@leftmargin,\PTB@tempdima){%
\parbox[b]{.401\PTB@scale@base}{% \parbox[b]{.401\PTB@scale@base}{%
\textcolor{PTBcolor}{% \textcolor{PTBcolor}{% TODO: Tikz-Grafik erzeugen (autom.?) und verwenden
\includegraphics[width=.379\linewidth]{ptbposter-logo-A.mps}}% \includegraphics[width=.379\linewidth]{ptbposter-logo-A.mps}}%
\hfill \hfill
\raisebox{-.01\height}{% \raisebox{-.01\height}{% TODO: Text (Arial?) verwenden
\includegraphics[width=.612\linewidth]{ptbposter-logo-B.mps}}% \includegraphics[width=.612\linewidth]{ptbposter-logo-B.mps}}%
}% }%
}% }%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment