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

removed personal.tex and added german as stadart option

parent 185a1c78
Branches
No related tags found
No related merge requests found
...@@ -146,17 +146,9 @@ ...@@ -146,17 +146,9 @@
%</article|report|standalone> %</article|report|standalone>
% %
%<*article|report|standalone> %<*article|report>
%% title matters ---------------------------------------------------------------------------------- %% title matters ----------------------------------------------------------------------------------
% %
%<*standalone>
\newcommand*{\@titlehead}{}%
\newcommand{\titlehead}[1]{\gdef\@titlehead{#1}}%
\newcommand*{\@subject}{}%
\newcommand*{\subject}[1]{\gdef\@subject{#1}}%
\newcommand*{\@subtitle}{}%
\newcommand*{\subtitle}[1]{\gdef\@subtitle{#1}}%
%</standalone>
\newcommand*{\@matrikelnr}{}% \newcommand*{\@matrikelnr}{}%
\newcommand{\matrikelnr}[1]{\gdef\@matrikelnr{#1}}% \newcommand{\matrikelnr}[1]{\gdef\@matrikelnr{#1}}%
\newcommand*{\@professor}{}% \newcommand*{\@professor}{}%
...@@ -165,13 +157,8 @@ ...@@ -165,13 +157,8 @@
\newcommand{\keywords}[1]{\gdef\@keywords{#1}}% \newcommand{\keywords}[1]{\gdef\@keywords{#1}}%
\let\@author\@empty \let\@author\@empty
\let\@keywords\@empty \let\@keywords\@empty
\InputIfFileExists{personal.tex}{
\ClassInfo{\myClassName}{personal.tex was found. Using it...}
}{
\ClassInfo{\myClassName}{no personal.tex! Configre the titlepage yourself}
}
%</article|report|standalone> %</article|report>
% %
%<*article|report|standalone> %<*article|report|standalone>
%% typesetting indexes upright or standart %% typesetting indexes upright or standart
......
...@@ -108,11 +108,6 @@ ...@@ -108,11 +108,6 @@
\newcommand{\keywords}[1]{\gdef\@keywords{#1}}% \newcommand{\keywords}[1]{\gdef\@keywords{#1}}%
\let\@author\@empty \let\@author\@empty
\let\@keywords\@empty \let\@keywords\@empty
\InputIfFileExists{personal.tex}{
\ClassInfo{\myClassName}{personal.tex was found. Using it...}
}{
\ClassInfo{\myClassName}{no personal.tex! Configre the titlepage yourself}
}
%% typesetting indexes upright or standart %% typesetting indexes upright or standart
\def\subinrm#1{\sb{\mathrm{#1}}} \def\subinrm#1{\sb{\mathrm{#1}}}
......
...@@ -108,11 +108,6 @@ ...@@ -108,11 +108,6 @@
\newcommand{\keywords}[1]{\gdef\@keywords{#1}}% \newcommand{\keywords}[1]{\gdef\@keywords{#1}}%
\let\@author\@empty \let\@author\@empty
\let\@keywords\@empty \let\@keywords\@empty
\InputIfFileExists{personal.tex}{
\ClassInfo{\myClassName}{personal.tex was found. Using it...}
}{
\ClassInfo{\myClassName}{no personal.tex! Configre the titlepage yourself}
}
%% typesetting indexes upright or standart %% typesetting indexes upright or standart
\def\subinrm#1{\sb{\mathrm{#1}}} \def\subinrm#1{\sb{\mathrm{#1}}}
......
...@@ -82,27 +82,6 @@ ...@@ -82,27 +82,6 @@
\PassOptionsToPackage{free-standing-units,abbreviations}{siunitx} \PassOptionsToPackage{free-standing-units,abbreviations}{siunitx}
\PassOptionsToPackage{european,EFvoltages,straightvoltages,betterproportions}{circuitikz} \PassOptionsToPackage{european,EFvoltages,straightvoltages,betterproportions}{circuitikz}
%% title matters ----------------------------------------------------------------------------------
\newcommand*{\@titlehead}{}%
\newcommand{\titlehead}[1]{\gdef\@titlehead{#1}}%
\newcommand*{\@subject}{}%
\newcommand*{\subject}[1]{\gdef\@subject{#1}}%
\newcommand*{\@subtitle}{}%
\newcommand*{\subtitle}[1]{\gdef\@subtitle{#1}}%
\newcommand*{\@matrikelnr}{}%
\newcommand{\matrikelnr}[1]{\gdef\@matrikelnr{#1}}%
\newcommand*{\@professor}{}%
\newcommand{\professor}[1]{\gdef\@professor{#1}}%
\newcommand*{\@keywords}{}%
\newcommand{\keywords}[1]{\gdef\@keywords{#1}}%
\let\@author\@empty
\let\@keywords\@empty
\InputIfFileExists{personal.tex}{
\ClassInfo{\myClassName}{personal.tex was found. Using it...}
}{
\ClassInfo{\myClassName}{no personal.tex! Configre the titlepage yourself}
}
%% typesetting indexes upright or standart %% typesetting indexes upright or standart
\def\subinrm#1{\sb{\mathrm{#1}}} \def\subinrm#1{\sb{\mathrm{#1}}}
{\catcode`\_=13 \global\let_=\subinrm} {\catcode`\_=13 \global\let_=\subinrm}
......
% \extratitle{SCHMUTZTITEL}
\author{
Max Mustermann,
Mira Musterfrau
}
\matrikelnr{
1234567,
9876543
}
\titlehead{titlehead}
\subject{Subject}
\title{Title}
\subtitle{Subtitle}
\date{\today}
\professor{Professor}
\keywords{test, baum}
\documentclass[twoside,f1,ngerman]{HsH-report} \documentclass[twoside,f1]{HsH-report}
\usepackage{color} \usepackage{color}
\usepackage{lipsum} \usepackage{lipsum}
...@@ -7,6 +7,24 @@ ...@@ -7,6 +7,24 @@
\usepackage{soul} \usepackage{soul}
\addbibresource{bib/localBibliography.bib} \addbibresource{bib/localBibliography.bib}
%% documents personal data:
\author{
Max Mustermann,
Mira Musterfrau
}
\matrikelnr{
1234567,
9876543
}
\titlehead{titlehead}
\subject{Subject}
\title{Title}
\subtitle{Subtitle}
\date{\today}
\professor{Professor}
\keywords{test, baum}
\begin{document} \begin{document}
\pagenumbering{Roman} \pagenumbering{Roman}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment