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

...

parent f0305348
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
\setcounter{errorcontextlines}{100} \listfiles \setcounter{errorcontextlines}{100} \listfiles
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ptbposter}[2025/03/12 1.1.0 PTB-Poster (RN)] \ProvidesClass{ptbposter}[2025/03/12 1.1.1 PTB-Poster (RN)]
\newif\ifPTB@useCMYK \PTB@useCMYKfalse % vorerst \newif\ifPTB@useCMYK \PTB@useCMYKfalse % vorerst
\newif\ifPTB@german@ \PTB@german@false \newif\ifPTB@german@ \PTB@german@false
...@@ -131,21 +131,9 @@ ...@@ -131,21 +131,9 @@
\ExecuteOptions{serif,raggedTitle,layout2020} \ExecuteOptions{serif,raggedTitle,layout2020}
\ProcessOptions\relax \ProcessOptions\relax
\PassOptionsToPackage{\PTB@babel@opt}{babel} \RequirePackage[\PTB@babel@opt]{babel}
\RequirePackage{babel}
\iflanguage{ngerman}{\PTB@german@true}{} \iflanguage{ngerman}{\PTB@german@true}{}
\iffalse
% The default language should be `ngerman', `english' should also be present.
\def\@tempa{english}\def\@tempb{english,ngerman}
\@for\CurrentOption:=\@classoptionslist\do{%
\ifx\CurrentOption\@tempa
\def\@tempb{ngerman}% Only add `english' if not already present.
\fi
}%
\edef\@classoptionslist{\@tempb,\@classoptionslist}
\fi
\LoadClass{scrartcl} \LoadClass{scrartcl}
\RequirePackage[verbose]{geometry}% \RequirePackage[verbose]{geometry}%
......
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