Skip to content
Snippets Groups Projects
Commit cde80f41 authored by Jan Wille's avatar Jan Wille
Browse files

cherry-picked fixes

parent 2a531632
No related branches found
Tags v1.0
No related merge requests found
......@@ -45,10 +45,10 @@
}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{standalone}}
\ExecuteOptions{fontsize=11pt,a4paper,ngerman,sans} % standart options
\ExecuteOptions{margin=0.25cm,fontsize=11pt,a4paper,ngerman,sans} % standart options
\ProcessOptions\relax
\LoadClass[margin=0.25cm,multi=tikzpicture,multi=circuitikz]{standalone}
\LoadClass[multi=tikzpicture,multi=circuitikz]{standalone}
\newcommand*{\@titlehead}{}%
......@@ -57,8 +57,10 @@
\newcommand*{\subject}[1]{\gdef\@subject{#1}}%
\newcommand*{\@subtitle}{}%
\newcommand*{\subtitle}[1]{\gdef\@subtitle{#1}}%
\newcommand*{\@publishers}{}%
\newcommand{\publishers}[1]{\gdef\@publishers{#1}}%
\newcommand*{\@matrikelnr}{}%
\newcommand{\matrikelnr}[1]{\gdef\@matrikelnr{#1}}%
\newcommand*{\@professor}{}%
\newcommand{\professor}[1]{\gdef\@professor{#1}}%
\InputIfFileExists{personal.tex}{
\ClassInfo{\myClassName}{personal.tex was found. Using it...}
}{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment