diff --git a/ptbposter/ptbposter-doc-1.tex b/ptbposter/ptbposter-doc-1.tex index ef59a5e9a0a5b55f1a4f349d0ac6e3395c4867b9..65b2e207a3090606d71e2809944c12573989bdde 100644 --- a/ptbposter/ptbposter-doc-1.tex +++ b/ptbposter/ptbposter-doc-1.tex @@ -1,5 +1,7 @@ -\documentclass{ptbposter} +\documentclass[ +%,english +]{ptbposter} \phone{+49-30-3481-7316} \fax{+49-30-3481-7503} diff --git a/ptbposter/ptbposter.cls b/ptbposter/ptbposter.cls index 1565d108d426839fe360ebc5f7611d6257e7e1a9..06c0a823dd3f7e25943681e4c4866e20ebf00456 100644 --- a/ptbposter/ptbposter.cls +++ b/ptbposter/ptbposter.cls @@ -3,7 +3,7 @@ \setcounter{errorcontextlines}{100} \listfiles \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesClass{ptbposter}[2019/06/26 v0.9c PTB-Poster (RN)] +\ProvidesClass{ptbposter}[2019/06/26 v0.9d PTB-Poster (RN)] \newif\ifPTB@useCMYK \PTB@useCMYKfalse % vorerst \newif\ifPTB@german@ \PTB@german@true @@ -337,7 +337,8 @@ \ifx\PTB@phone\@empty\else\ifPTB@german@ Telefon\else Phone\fi: &\PTB@phone\\\fi \ifx\PTB@fax\@empty\else Fax:&\PTB@fax\\\fi - \ifx\PTB@email\@empty\else E-Mail:&\href{mailto:\PTB@email}{\PTB@email}\\\fi + \ifx\PTB@email\@empty\else\ifPTB@german@ E-Mail\else E-mail\fi: + &\href{mailto:\PTB@email}{\PTB@email}\\\fi \multicolumn{2}{@{}l@{}}{\href{http://www.ptb.de/}{www.ptb.de}} \end{tabular}% }