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

"CMYK" vorerst wieder abgeschaltet

parent b294fdb3
No related branches found
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
......@@ -8,7 +8,7 @@ DOC2 = ptbposter-doc-2
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
......
No preview for this file type
No preview for this file type
......@@ -4,7 +4,9 @@
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\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@leftmargin % Abstand zum Rahmen
......@@ -216,12 +218,15 @@
\newcommand*\PTB@fax{}
\newcommand*\fax[1]{\gdef\PTB@fax{#1}}
\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}
%%%\definecolor{PTBcolor}{HTML}{00ACDF}
\definecolor{PTBcolor}{cmyk}{1,0.32549,0.12549,0.12549}
\ifPTB@useCMYK
\definecolor{PTBcolor}{cmyk}{1,0.32549,0.12549,0.12549}
% 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{pict2e,picture,ifdraft,booktabs}
......@@ -231,10 +236,10 @@
\PTB@tempdima=-0.077\PTB@scale@base
\put(\PTB@leftmargin,\PTB@tempdima){%
\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}}%
\hfill
\raisebox{-.01\height}{%
\raisebox{-.01\height}{% TODO: Text (Arial?) verwenden
\includegraphics[width=.612\linewidth]{ptbposter-logo-B.mps}}%
}%
}%
......
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