Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LaTeX Template HsH
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Wille
LaTeX Template HsH
Commits
090a0ed1
Commit
090a0ed1
authored
4 years ago
by
Jan Wille
Browse files
Options
Downloads
Plain Diff
Merge branch 'development'
parents
10bdc09f
9331c3c5
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
src/HsH-article.cls
+501
-0
501 additions, 0 deletions
src/HsH-article.cls
src/HsH-report.cls
+15
-12
15 additions, 12 deletions
src/HsH-report.cls
src/HsH-standalone.cls
+7
-4
7 additions, 4 deletions
src/HsH-standalone.cls
with
525 additions
and
18 deletions
README.md
+
2
−
2
View file @
090a0ed1
...
@@ -7,12 +7,12 @@ them with specific configurations and presets as well as providing commonly need
...
@@ -7,12 +7,12 @@ them with specific configurations and presets as well as providing commonly need
**Provides classes are:**
**Provides classes are:**
HsH-article
(planed)
HsH-article
HsH-report
HsH-report
HsH-book (planed)
HsH-book (planed)
HsH-standalone
HsH-standalone
**Version:**
BETA 0.
2
,
02.1
1.202
0
**Version:**
BETA 0.
3
,
24.0
1.202
1
## Check out the **Example-Branche**
## Check out the **Example-Branche**
...
...
This diff is collapsed.
Click to expand it.
src/HsH-article.cls
0 → 100644
+
501
−
0
View file @
090a0ed1
\typeout
{
Adapted from KOMA script for use in Hochschule Hannover <2022-01-22> Jan Wille
}
\NeedsTeXFormat
{
LaTeX2e
}
\newcommand
{
\myClassName
}{
HsH-article
}
\ProvidesClass
{
\myClassName
}
[2021/01/22 HsH Article based on KOMA]
\LoadClass
[bibliography=totoc,listof=totoc]
{
scrartcl
}
\newcommand
{
\HsHlogoPath
}{
HSH-Logo.pdf
}
\newcommand
{
\HsHlogoPage
}{
1
}
\newcommand
{
\includeHsHlogohere
}{
\includegraphics
[width=5cm,page=\HsHlogoPage]
{
\HsHlogoPath
}}
\newif\if
@german
%
\DeclareOption
{
german
}{
%
\PassOptionsToPackage
{
ngerman
}{
babel
}
\renewcaptionname
{
ngerman
}{
\figurename
}{
Abb.
}
%Figure
\renewcaptionname
{
ngerman
}{
\tablename
}{
Tab.
}
%Table
\@
germantrue
}
\DeclareOption
{
ngerman
}{
%
\PassOptionsToPackage
{
\CurrentOption
}{
babel
}
\renewcaptionname
{
ngerman
}{
\figurename
}{
Abb.
}
%Figure
\renewcaptionname
{
ngerman
}{
\tablename
}{
Tab.
}
%Table
\@
germantrue
}
\DeclareOption
{
english
}{
%
\PassOptionsToPackage
{
\CurrentOption
}{
babel
}
\renewcaptionname
{
english
}{
\figurename
}{
Fig.
}
%Figure
\renewcaptionname
{
english
}{
\tablename
}{
Tab.
}
%Table
}
\DeclareOption
{
f1
}{
%
\renewcommand
{
\HsHlogoPage
}{
2
}
}
\DeclareOption
{
f2
}{
%
\renewcommand
{
\HsHlogoPage
}{
3
}
}
\DeclareOption
{
f3
}{
%
\renewcommand
{
\HsHlogoPage
}{
4
}
}
\DeclareOption
{
f4
}{
%
\renewcommand
{
\HsHlogoPage
}{
5
}
}
\DeclareOption
{
f5
}{
%
\renewcommand
{
\HsHlogoPage
}{
6
}
}
\DeclareOption*
{
\PassOptionsToClass
{
\CurrentOption
}{
scrreprt
}}
\@
ifclasswith
{
\myClassName
}{
english
}{}{
\@
ifclasswith
{
\myClassName
}{
ngerman
}{}{
\ExecuteOptions
{
ngerman
}}}
\ProcessOptions\relax
% standart options for packages
\PassOptionsToPackage
{
utf8
}{
inputenc
}
\PassOptionsToPackage
{
T1
}{
fontenc
}
\PassOptionsToPackage
{
left=3cm,right=2.5cm,top=3cm,bottom=3cm
}{
geometry
}
\PassOptionsToPackage
{
hidelinks
}{
hyperref
}
\PassOptionsToPackage
{
headsepline
}{
scrlayer-scrpage
}
\PassOptionsToPackage
{
babel
}{
csquotes
}
\if
@german
\PassOptionsToPackage
{
german=quotes
}{
csquotes
}
\fi
\PassOptionsToPackage
{
backend=biber,style=alphabetic,sorting=nyt
}{
biblatex
}
\PassOptionsToPackage
{
free-standing-units,abbreviations
}{
siunitx
}
\PassOptionsToPackage
{
european,EFvoltages,straightvoltages
}{
circuitikz
}
% used packages:
\RequirePackage
{
inputenc
}
% inputencoding, utf8 recomendet
\RequirePackage
{
fontenc
}
% outputencoding, T1 recomendet
\RequirePackage
{
lmodern
}
% font
\RequirePackage
{
babel
}
% required for german names
\RequirePackage
{
geometry
}
% required for changing layout
\RequirePackage
{
scrlayer-scrpage
}
% required for header and footer
\RequirePackage
{
scrhack
}
% compatability with listings
\RequirePackage
{
pgffor
}
% foreach loops
\RequirePackage
{
graphicx
}
% required for importing images
\RequirePackage
{
hyperref
}
% references and lists are clikable
\RequirePackage
{
bookmark
}
% generat bookmarkes
\RequirePackage
{
amsmath
}
% a lot of nice Math
\RequirePackage
{
csquotes
}
% quotations
\if
@german
\RequirePackage
{
ziffer
}
\fi
% german dezimal numbers
% config for title, header and footer
\InputIfFileExists
{
personal.tex
}{
\ClassInfo
{
\myClassName
}{
personal.tex was found. Using it...
}
}{
\ClassInfo
{
\myClassName
}{
no personal.tex! Configre the titlepage yourselfe
}
}
\pagestyle
{
scrheadings
}
\clearpairofpagestyles
\automark
{
section
}
\ohead
{
\headmark
}
\ihead
{
\@
title
}
\ofoot*
{
\pagemark
}
% typesetting indexes upright or standart
\def\subinrm
#1
{
\sb
{
\mathrm
{
#1
}}}
{
\catcode
`
\_
=13
\global\let
_
=
\subinrm
}
\mathcode
`
_
="8000
\newcommand\upsubscripts
{
\catcode
`
\_
=12
}
% the toggle for upright subscripts
\newcommand\normalsubscripts
{
\catcode
`
\_
=8
}
% the toggle for italic subscripts
\upsubscripts
% setting upright as default
% styling for itemize
\renewcommand
{
\labelitemi
}{$
\bullet
$}
\renewcommand
{
\labelitemii
}{$
\circ
$}
\renewcommand
{
\labelitemiii
}{$
-
$}
\renewcommand
{
\labelitemiv
}{$
\cdot
$}
% do stuff
\setlength\parindent
{
0pt
}
% indentation of new paragraphs
\raggedbottom
\renewcommand
{
\fps
@figure
}{
h!t
}
% positioning of figures
\renewcommand
{
\fps
@table
}{
h!t
}
% Positonierung of tables
\renewcommand
{
\layercontentsmeasure
}{
\empty
}
% rulers when using draft disabled
\MakeOuterQuote
{
"
}
% easy quotationmarks
% custom commands
\providecommand
{
\abs
}
[1]
{
\ensuremath
{
\left\vert
#1
\right\vert
}}
% Makro for vertical lines around absolute values
\newcommand\declarationAuthorship
{
\thispagestyle
{
plain
}
\vspace*
{
\fill
}
{
\rule
{
\textwidth
}{
0.1pt
}}
\vspace
{
0.5cm
}
\renewcommand
{
\thanks
}{
\sbox
0
}
\if
@german
{
\newcommand
{
\pronomen
}{
ich
}
\newcommand
{
\plutalendung
}{}
\newcommand
{
\genitiv
}{
mir
}
\foreach
\x
[count=
\i
] in
\@
author
{
\ifnum\i
>1
\gdef\pronomen
{
wir
}
\gdef\plutalendung
{
n
}
\gdef\genitiv
{
uns
}
\else\fi
}
\begin{center}
\huge
\textbf
{
Selbstständigkeitserklärung
}
\\
\end{center}
\vspace
{
1cm
}
\normalsize
Hiermit bestätige
\plutalendung\space\pronomen
, dass die folgende Arbeit eigenständig von
\genitiv\space
allein erstellt und unter
Berücksichtigung der zur Verfügung gestellten Aufgabenstellung sowie dem Arbeitsmaterial unter Angabe aller verwendeten Quellen erarbeitet
wurde. Die Regelungen und Konsequenzen eines Plagiats, inklusieve disziplinarischer Maßnahmen, sind
\genitiv\space
bewusst. Insbesondere wurden
alle Zitate und gedanklichen Übernahmen als solche kenntlich gemacht.
}
\else
{
\newcommand
{
\pronomen
}{
I
}
\newcommand
{
\pronomenf
}{
I
}
\newcommand
{
\genitiv
}{
my
}
\newcommand
{
\proniomeverb
}{
am
}
\foreach
\x
[count=
\i
] in
\@
author
{
\ifnum\i
>1
\gdef\pronomenf
{
We
}
\gdef\pronomen
{
we
}
\gdef\genitiv
{
our
}
\gdef\proniomeverb
{
are
}
\else\fi
}
\begin{center}
\huge
\textbf
{
Declaration of Authorship
}
\\
\end{center}
\vspace
{
1cm
}
\normalsize
\pronomenf\space
hereby certify that the work
\pronomen\space\proniomeverb\space
submitting is entirely of
\genitiv\space
own making except
where otherwise indicated.
\pronomenf\space\proniomeverb\space
aware of regulations concerning plagiarism, including disciplinary actions that
may result from it. Any use of the works of any other author, in any form, is properly acknowledged at their point of use.
}
\fi
\begin{flushright}
\foreach
\x
[count=
\i
] in
\@
author
{
\begin{tabular}
[t]
{
r
}
\\
[3em]
\rule
{
4cm
}{
0.4pt
}
\\
{
\footnotesize\x
}
\end{tabular}
}
\end{flushright}
}
% load config at beginning of document
\AtBeginDocument
{
\makeatletter
\InputIfFileExists
{
config.tex
}{
\ClassInfo
{
\myClassName
}{
config.tex was found. Using it...
}
}{
\ClassInfo
{
\myClassName
}{
no config.tex!! I hope you configered it yourself.
}
}
\makeatother
}
% reconfig Titlepage
\renewcommand\maketitle
[1][1]
{
%
\expandafter\ifnum
\csname
scr@v@3.12
\endcsname
>
\scr
@compatibility
\relax
\else
\def\and
{
%
\end{tabular}
%
\hskip
1em
\@
plus.17fil
%
\begin{tabular}
[t]
{
c
}
%
}
%
\fi
\if
@titlepage
\begin{titlepage}
\setcounter
{
page
}{
%
#1
%
}
%
\if
@titlepageiscoverpage
\edef\titlepage
@restore
{
%
\noexpand\endgroup
\noexpand\global\noexpand\@
colht
\the\@
colht
\noexpand\global\noexpand\@
colroom
\the\@
colroom
\noexpand\global\vsize\the\vsize
\noexpand\global\noexpand\@
titlepageiscoverpagefalse
\noexpand\let\noexpand\titlepage
@restore
\noexpand\relax
}
%
\begingroup
\topmargin
=
\dimexpr
\coverpagetopmargin
-1in
\relax
\oddsidemargin
=
\dimexpr
\coverpageleftmargin
-1in
\relax
\evensidemargin
=
\dimexpr
\coverpageleftmargin
-1in
\relax
\textwidth
=
\dimexpr
\paperwidth
-
\coverpageleftmargin
-
\coverpagerightmargin\relax
\textheight
=
\dimexpr
\paperheight
-
\coverpagetopmargin
-
\coverpagebottommargin\relax
\headheight
=0pt
\headsep
=0pt
\footskip
=
\baselineskip
\@
colht=
\textheight
\@
colroom=
\textheight
\vsize
=
\textheight
\columnwidth
=
\textwidth
\hsize
=
\columnwidth
\linewidth
=
\hsize
\else
\let\titlepage
@restore
\relax
\fi
\let\footnotesize\small
\let\footnoterule\relax
\let\footnote\thanks
\renewcommand*\thefootnote
{
\@
fnsymbol
\c
@footnote
}
%
\let\@
oldmakefnmark
\@
makefnmark
\renewcommand*
{
\@
makefnmark
}{
\rlap\@
oldmakefnmark
}
%
\ifx\@
extratitle
\@
empty
\ifx\@
frontispiece
\@
empty
\else
\if
@twoside
\mbox
{}
\next
@tpage
\fi
\noindent\@
frontispiece
\next
@tdpage
\fi
\else
\noindent\@
extratitle
\ifx\@
frontispiece
\@
empty
\else
\next
@tpage
\noindent\@
frontispiece
\fi
\next
@tdpage
\fi
\setparsizes
{
\z
@
}{
\z
@
}{
\z
@
\@
plus 1fil
}
\par
@updaterelative
% Customised: -----------------------------------------------------------
\IfFileExists
{
\HsHlogoPath
}{}{
\ClassError
{
\myClassName
}{
HsH-Logo.pdf not found!
}{
The HsH Logo is necasary for the titlepage! Try putting it next to your source file or use
\HsHlogoPath
to define the file location
}
}
\vspace*
{
1cm
}
\begin{minipage}
[t]
{
\textwidth
}
%
\ifx\@
titlehead
\@
empty
\else
\usekomafont
{
titlehead
}{
\@
titlehead
}
%
\fi
\hfill
\includeHsHlogohere
\end{minipage}
\raisebox
{
10pt
}{
\rule
{
\textwidth
}{
0.5pt
}}
% end Customised: --------------------------------------------------------
\null\vfill
\begin{center}
\ifx\@
subject
\@
empty
\else
{
\usekomafont
{
subject
}{
\@
subject
\par
}}
%
\vskip
3em
\fi
{
\usekomafont
{
title
}{
\huge
\@
title
\par
}}
%
\vskip
1em
{
\ifx\@
subtitle
\@
empty
\else\usekomafont
{
subtitle
}{
\@
subtitle
\par
}
\fi
}
%
\vskip
2em
{
%
\usekomafont
{
author
}{
%
\lineskip
0.75em
\begin{tabular}
[t]
{
c
}
\parbox
{
\linewidth
}{
\centering\@
author
}
\end{tabular}
\par
}
%
}
%
\vskip
1.5em
{
\usekomafont
{
date
}{
\@
date
\par
}}
%
\vskip
\z
@
\@
plus3fill
{
\usekomafont
{
publishers
}{
\@
publishers
\par
}}
%
\vskip
3em
\end{center}
\par
\@
thanks
\global\let\@
thanks
\@
empty
\vfill\null
\if
@twoside
\@
tempswatrue
\expandafter\ifnum
\@
nameuse
{
scr@v@3.12
}
>
\scr
@compatibility
\relax
\else
\ifx\@
uppertitleback
\@
empty
\ifx\@
lowertitleback
\@
empty
\@
tempswafalse
\fi\fi
\fi
\if
@tempswa
\next
@tpage
\begin{minipage}
[t]
{
\textwidth
}
\@
uppertitleback
\end{minipage}
\par
\vfill
\begin{minipage}
[b]
{
\textwidth
}
\@
lowertitleback
\end{minipage}
\par
\@
thanks
\global\let\@
thanks
\@
empty
\fi
\else
\ifx\@
uppertitleback
\@
empty
\else
\ClassWarning
{
\KOMAClassName
}{
%
non empty
\string\uppertitleback\space
ignored
by
\string\maketitle\MessageBreak
in `twoside=false' mode
%
}
%
\fi
\ifx\@
lowertitleback
\@
empty
\else
\ClassWarning
{
\KOMAClassName
}{
%
non empty
\string\lowertitleback\space
ignored
by
\string\maketitle\MessageBreak
in `twoside=false' mode
%
}
%
\fi
\fi
\ifx\@
dedication
\@
empty
\else
\next
@tdpage
\null\vfill
{
\centering\usekomafont
{
dedication
}{
\@
dedication
\par
}}
%
\vskip
\z
@
\@
plus3fill
\@
thanks
\global\let\@
thanks
\@
empty
\cleardoubleemptypage
\fi
\ifx\titlepage
@restore
\relax\else\clearpage\titlepage
@restore
\fi
\end{titlepage}
\else
\par
\@
tempcnta=
%
#1
%
\relax\ifnum\@
tempcnta=1
\else
\ClassWarning
{
\KOMAClassName
}{
%
Optional argument of
\string\maketitle\space
ignored
\MessageBreak
in `titlepage=false' mode
%
}
%
\fi
\ifx\@
uppertitleback
\@
empty
\else
\ClassWarning
{
\KOMAClassName
}{
%
non empty
\string\uppertitleback\space
ignored
by
\string\maketitle\MessageBreak
in `titlepage=false' mode
%
}
%
\fi
\ifx\@
lowertitleback
\@
empty
\else
\ClassWarning
{
\KOMAClassName
}{
%
non empty
\string\lowertitleback\space
ignored
by
\string\maketitle\MessageBreak
in `titlepage=false' mode
%
}
%
\fi
\begingroup
\let\titlepage
@restore
\relax
\renewcommand*\thefootnote
{
\@
fnsymbol
\c
@footnote
}
%
\let\@
oldmakefnmark
\@
makefnmark
\renewcommand*
{
\@
makefnmark
}{
\rlap\@
oldmakefnmark
}
%
\next
@tdpage
\if
@twocolumn
\ifnum
\col
@number=
\@
ne
\ifx\@
extratitle
\@
empty
\ifx\@
frontispiece
\@
empty
\else\if
@twoside
\mbox
{}
\fi\fi
\else
\@
makeextratitle
\fi
\ifx\@
frontispiece
\@
empty
\ifx\@
extratitle
\@
empty
\else\next
@tdpage
\fi
\else
\next
@tpage
\@
makefrontispiece
\next
@tdpage
\fi
\@
maketitle
\else
\ifx\@
extratitle
\@
empty
\ifx\@
frontispiece
\@
empty
\else\if
@twoside
\mbox
{}
\fi\fi
\else
\twocolumn
[\@makeextratitle]
%
\fi
\ifx\@
frontispiece
\@
empty
\ifx\@
extratitle
\@
empty
\else\next
@tdpage
\fi
\else
\next
@tpage
\twocolumn
[\@makefrontispiece]
%
\next
@tdpage
\fi
\twocolumn
[\@maketitle]
%
\fi
\else
\ifx\@
extratitle
\@
empty
\ifx\@
frontispiece
\@
empty
\else
\mbox
{}
\fi
\else
\@
makeextratitle
\fi
\ifx\@
frontispiece
\@
empty
\ifx\@
extratitle
\@
empty
\else\next
@tdpage
\fi
\else
\next
@tpage
\@
makefrontispiece
\next
@tdpage
\fi
\@
maketitle
\fi
\ifx\titlepagestyle\@
empty
\else\thispagestyle
{
\titlepagestyle
}
\fi
\@
thanks
\global\let\@
thanks
\@
empty
\endgroup
\fi
\setcounter
{
footnote
}{
0
}
%
\expandafter\ifnum
\csname
scr@v@3.12
\endcsname
>
\scr
@compatibility
\relax
\let\thanks\relax
\let\maketitle\relax
\let\@
maketitle
\relax
\global\let\@
thanks
\@
empty
\global\let\@
author
\@
empty
\global\let\@
date
\@
empty
\global\let\@
title
\@
empty
\global\let\@
subtitle
\@
empty
\global\let\@
extratitle
\@
empty
\global\let\@
frontispiece
\@
empty
\global\let\@
titlehead
\@
empty
\global\let\@
subject
\@
empty
\global\let\@
publishers
\@
empty
\global\let\@
uppertitleback
\@
empty
\global\let\@
lowertitleback
\@
empty
\global\let\@
dedication
\@
empty
\global\let\author\relax
\global\let\title\relax
\global\let\extratitle\relax
\global\let\titlehead\relax
\global\let\subject\relax
\global\let\publishers\relax
\global\let\uppertitleback\relax
\global\let\lowertitleback\relax
\global\let\dedication\relax
\global\let\date\relax
\fi
\global\let\and\relax
}
%
\renewcommand*
{
\@
maketitle
}{
%
\global\@
topnum=
\z
@
\setparsizes
{
\z
@
}{
\z
@
}{
\z
@
\@
plus 1fil
}
\par
@updaterelative
% Customised: -----------------------------------------------------------
\IfFileExists
{
\HsHlogoPath
}{}{
\ClassError
{
\myClassName
}{
HsH-Logo.pdf not found!
}{
The HsH Logo is necasary for the titlepage! Try putting it next to your source file or use
\HsHlogoPath
to define the file location
}
}
\vspace*
{
1cm
}
\begin{minipage}
[t]
{
\textwidth
}
%
\ifx\@
titlehead
\@
empty
\else
\usekomafont
{
titlehead
}{
\@
titlehead
}
%
\fi
\hfill
\includeHsHlogohere
\end{minipage}
\raisebox
{
10pt
}{
\rule
{
\textwidth
}{
0.5pt
}}
% end Customised: --------------------------------------------------------
\null
\vskip
2em
%
\begin{center}
%
\ifx\@
subject
\@
empty
\else
{
\usekomafont
{
subject
}{
\@
subject
\par
}}
%
\vskip
1.5em
\fi
{
\usekomafont
{
title
}{
\huge
\@
title
\par
}}
%
\vskip
.5em
{
\ifx\@
subtitle
\@
empty
\else\usekomafont
{
subtitle
}
\@
subtitle
\par\fi
}
%
\vskip
1em
{
%
\usekomafont
{
author
}{
%
\lineskip
.5em
%
\begin{tabular}
[t]
{
c
}
\@
author
\end{tabular}
\par
}
%
}
%
\vskip
1em
%
{
\usekomafont
{
date
}{
\@
date
\par
}}
%
\vskip
\z
@
\@
plus 1em
{
\usekomafont
{
publishers
}{
\@
publishers
\par
}}
%
\ifx\@
dedication
\@
empty
\else
\vskip
2em
{
\usekomafont
{
dedication
}{
\@
dedication
\par
}}
%
\fi
\end{center}
%
\par
\vskip
2em
}
%
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/HsH-report.cls
+
15
−
12
View file @
090a0ed1
\typeout
{
Adapted from KOMA script for use in Hochschule Hannover <202
0
-0
8
-2
1
> Jan Wille
}
\typeout
{
Adapted from KOMA script for use in Hochschule Hannover <202
2
-0
1
-2
2
> Jan Wille
}
\NeedsTeXFormat
{
LaTeX2e
}
\NeedsTeXFormat
{
LaTeX2e
}
\newcommand
{
\myClassName
}{
HsH-report
}
\newcommand
{
\myClassName
}{
HsH-report
}
\ProvidesClass
{
\myClassName
}
[202
0
/0
9
/2
1
HsH Report based on KOMA]
\ProvidesClass
{
\myClassName
}
[202
1
/0
1
/2
2
HsH Report based on KOMA]
\LoadClass
[bibliography=totoc,listof=totoc]
{
scrreprt
}
\LoadClass
[bibliography=totoc,listof=totoc]
{
scrreprt
}
\newcommand
{
\HsHlogoPath
}{
HSH-Logo.pdf
}
\newcommand
{
\HsHlogoPath
}{
HSH-Logo.pdf
}
\newcommand
{
\HsHlogoPage
}{
1
}
\newcommand
{
\HsHlogoPage
}{
1
}
\newcommand
{
\includeHsHlogohere
}{
\includegraphics
[width=5cm,page=\HsHlogoPage]
{
\HsHlogoPath
}}
\newcommand
{
\includeHsHlogohere
}{
\includegraphics
[width=5cm,page=\HsHlogoPage]
{
\HsHlogoPath
}}
\providecommand
{
\abs
}
[1]
{
\ensuremath
{
\left\vert
#1
\right\vert
}}
% Makro für Betragsstriche
\newif\if
@german
%
\newif\if
@german
%
\DeclareOption
{
german
}{
%
\DeclareOption
{
german
}{
%
...
@@ -48,13 +48,7 @@
...
@@ -48,13 +48,7 @@
\@
ifclasswith
{
\myClassName
}{
english
}{}{
\@
ifclasswith
{
\myClassName
}{
ngerman
}{}{
\ExecuteOptions
{
ngerman
}}}
\@
ifclasswith
{
\myClassName
}{
english
}{}{
\@
ifclasswith
{
\myClassName
}{
ngerman
}{}{
\ExecuteOptions
{
ngerman
}}}
\ProcessOptions\relax
\ProcessOptions\relax
\InputIfFileExists
{
personal.tex
}{
% standart options for packages
\ClassInfo
{
\myClassName
}{
personal.tex was found. Using it...
}
}{
\ClassInfo
{
\myClassName
}{
no personal.tex! Configre the titlepage yourselfe
}
}
% enforced options for packages
\PassOptionsToPackage
{
utf8
}{
inputenc
}
\PassOptionsToPackage
{
utf8
}{
inputenc
}
\PassOptionsToPackage
{
T1
}{
fontenc
}
\PassOptionsToPackage
{
T1
}{
fontenc
}
\PassOptionsToPackage
{
left=3cm,right=2.5cm,top=3cm,bottom=3cm
}{
geometry
}
\PassOptionsToPackage
{
left=3cm,right=2.5cm,top=3cm,bottom=3cm
}{
geometry
}
...
@@ -84,10 +78,15 @@
...
@@ -84,10 +78,15 @@
\if
@german
\RequirePackage
{
ziffer
}
\fi
% german dezimal numbers
\if
@german
\RequirePackage
{
ziffer
}
\fi
% german dezimal numbers
% config for header and footer
% config for title, header and footer
\InputIfFileExists
{
personal.tex
}{
\ClassInfo
{
\myClassName
}{
personal.tex was found. Using it...
}
}{
\ClassInfo
{
\myClassName
}{
no personal.tex! Configre the titlepage yourselfe
}
}
\pagestyle
{
scrheadings
}
\pagestyle
{
scrheadings
}
\clearpairofpagestyles
\clearpairofpagestyles
\renewcommand*
{
\chapterpagestyle
}{
scrheadings
}
%
K
ap
i
te
lanfang standart Kopf/Fußzeile
\renewcommand*
{
\chapterpagestyle
}{
scrheadings
}
%
Ch
apte
rtitles get same header/footer as everything
\automark
{
chapter
}
\automark
{
chapter
}
\ohead
{
\headmark
}
\ohead
{
\headmark
}
\ihead
{
\@
title
}
\ihead
{
\@
title
}
...
@@ -116,6 +115,8 @@
...
@@ -116,6 +115,8 @@
\renewcommand
{
\layercontentsmeasure
}{
\empty
}
% rulers when using draft disabled
\renewcommand
{
\layercontentsmeasure
}{
\empty
}
% rulers when using draft disabled
\MakeOuterQuote
{
"
}
% easy quotationmarks
\MakeOuterQuote
{
"
}
% easy quotationmarks
% custom commands
\providecommand
{
\abs
}
[1]
{
\ensuremath
{
\left\vert
#1
\right\vert
}}
% Makro for vertical lines around absolute values
\newcommand\declarationAuthorship
{
\newcommand\declarationAuthorship
{
\thispagestyle
{
plain
}
\thispagestyle
{
plain
}
\vspace*
{
\fill
}
\vspace*
{
\fill
}
...
@@ -183,6 +184,7 @@
...
@@ -183,6 +184,7 @@
\endquotation
\endquotation
}
}
% load config at beginning of document
\AtBeginDocument
{
\AtBeginDocument
{
\makeatletter
\makeatletter
\InputIfFileExists
{
config.tex
}{
\InputIfFileExists
{
config.tex
}{
...
@@ -193,6 +195,7 @@
...
@@ -193,6 +195,7 @@
\makeatother
\makeatother
}
}
% reconfig Titlepage
\renewcommand\maketitle
[1][1]
{
%
\renewcommand\maketitle
[1][1]
{
%
\expandafter\ifnum
\csname
scr@v@3.12
\endcsname
>
\scr
@compatibility
\relax
\expandafter\ifnum
\csname
scr@v@3.12
\endcsname
>
\scr
@compatibility
\relax
\else
\else
...
...
This diff is collapsed.
Click to expand it.
src/HsH-standalone.cls
+
7
−
4
View file @
090a0ed1
\typeout
{
Adapted from KOMA script for use in Hochschule Hannover <2020-0
8
-2
1
> Jan Wille
}
\typeout
{
Adapted from KOMA script for use in Hochschule Hannover <2020-0
1
-2
2
> Jan Wille
}
\NeedsTeXFormat
{
LaTeX2e
}
\NeedsTeXFormat
{
LaTeX2e
}
\newcommand
{
\myClassName
}{
HsH-standalone
}
\newcommand
{
\myClassName
}{
HsH-standalone
}
\ProvidesClass
{
\myClassName
}
[2020/0
9
/2
1
HsH Report based on KOMA]
\ProvidesClass
{
\myClassName
}
[2020/0
1
/2
2
HsH Report based on KOMA]
\LoadClass
[multi=tikzpicture,multi=circuitikz]
{
standalone
}
\LoadClass
[multi=tikzpicture,multi=circuitikz]
{
standalone
}
\newcommand
{
\HsHlogoPath
}{
HSH-Logo.pdf
}
\newcommand
{
\HsHlogoPath
}{
HSH-Logo.pdf
}
\newcommand
{
\HsHlogoPage
}{
1
}
\newcommand
{
\HsHlogoPage
}{
1
}
\newcommand
{
\includeHsHlogohere
}{
\includegraphics
[width=5cm,page=\HsHlogoPage]
{
\HsHlogoPath
}}
\newcommand
{
\includeHsHlogohere
}{
\includegraphics
[width=5cm,page=\HsHlogoPage]
{
\HsHlogoPath
}}
\providecommand
{
\abs
}
[1]
{
\ensuremath
{
\left\vert
#1
\right\vert
}}
% Makro für Betragsstriche
\newif\if
@german
%
\newif\if
@german
%
...
@@ -82,6 +81,10 @@
...
@@ -82,6 +81,10 @@
% keep compatible
% keep compatible
\providecommand
{
\renewcaptionname
}
[3]
{}
\providecommand
{
\renewcaptionname
}
[3]
{}
% custom commands
\providecommand
{
\abs
}
[1]
{
\ensuremath
{
\left\vert
#1
\right\vert
}}
% Makro for vertical lines around absolute values
% load config at beginning of document
\AtBeginDocument
{
\AtBeginDocument
{
\makeatletter
\makeatletter
\InputIfFileExists
{
config.tex
}{
\InputIfFileExists
{
config.tex
}{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment