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

Merge branch 'development'

parents fc585916 688a6815
Branches
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ them with specific configurations and presets as well as providing commonly need
HsH-book (planed)
HsH-standalone
**Version:** BETA 0.5, 14.03.2021
**Version:** BETA 0.5, 18.03.2021
## Check out the **Example-Branche**
......
\typeout{Adapted from KOMA script for use in Hochschule Hannover <2022-03-13> Jan Wille}
\typeout{Adapted from KOMA script for use in Hochschule Hannover <2022-03-18> Jan Wille}
\NeedsTeXFormat{LaTeX2e}
\newcommand{\myClassName}{HsH-article}
\ProvidesClass{\myClassName}[2021/03/13 HsH Report based on KOMA]
\ProvidesClass{\myClassName}[2021/03/18 HsH Report based on KOMA]
\newcommand{\HsHlogoPath}{HSH-Logo.pdf}
\newcommand{\HsHlogoPage}{1}
......@@ -180,10 +180,12 @@
% load config at beginning of document
\AtBeginDocument{
\makeatletter
\@ifpackageloaded{biblatex}{
\renewcommand*{\mkbibacro}[1]{\MakeUppercase{#1}} % solves fontype warning in San-Serif
}
\@ifpackageloaded{subfigure}{
\newcommand{\subfigureautorefname}{\figureautorefname}
}{}%
}
\InputIfFileExists{config.tex}{
\ClassInfo{\myClassName}{config.tex was found. Using it...}
}{
......
\typeout{Adapted from KOMA script for use in Hochschule Hannover <2021-03-13> Jan Wille}
\typeout{Adapted from KOMA script for use in Hochschule Hannover <2021-03-18> Jan Wille}
\NeedsTeXFormat{LaTeX2e}
\newcommand{\myClassName}{HsH-report}
\ProvidesClass{\myClassName}[2021/03/13 HsH-Report based on KOMA]
\ProvidesClass{\myClassName}[2021/03/18 HsH-Report based on KOMA]
\newcommand{\HsHlogoPath}{HSH-Logo.pdf}
\newcommand{\HsHlogoPage}{1}
......@@ -190,10 +190,12 @@
% load config at beginning of document
\AtBeginDocument{
\makeatletter
\@ifpackageloaded{biblatex}{
\renewcommand*{\mkbibacro}[1]{\MakeUppercase{#1}} % solves fontype warning in San-Serif
}
\@ifpackageloaded{subfigure}{
\newcommand{\subfigureautorefname}{\figureautorefname}
}{}%
}
\InputIfFileExists{config.tex}{
\ClassInfo{\myClassName}{config.tex was found. Using it...}
}{
......
\typeout{Adapted from KOMA script for use in Hochschule Hannover <2020-01-22> Jan Wille}
\typeout{Adapted from KOMA script for use in Hochschule Hannover <2021-03-18> Jan Wille}
\NeedsTeXFormat{LaTeX2e}
\newcommand{\myClassName}{HsH-standalone}
\ProvidesClass{\myClassName}[2020/03/13 HsH Report based on KOMA]
\ProvidesClass{\myClassName}[2021/03/18 HsH Report based on KOMA]
\newcommand{\HsHlogoPath}{HSH-Logo.pdf}
\newcommand{\HsHlogoPage}{1}
......@@ -100,7 +100,7 @@
\makeatletter
\@ifpackageloaded{subfigure}{
\newcommand{\subfigureautorefname}{\figureautorefname}
}{}%
}
\InputIfFileExists{config.tex}{
\ClassInfo{\myClassName}{config.tex was found. Using it...}
}{
......
......@@ -18,7 +18,7 @@
url=true,
isbn=false,
}
}{}%
}
\@ifpackageloaded{siunitx}{
\if@german % if german
\sisetup{output-decimal-marker={,}} % use comma as dezimal
......@@ -31,7 +31,7 @@
round-mode = places, % round numbers
round-precision = 3, % to 3 places
}
}{}%
}
\@ifpackageloaded{listings}{
\lstset{
commentstyle=\color{gray},
......@@ -43,16 +43,16 @@
literate={Ö}{{\"O}}1{Ä}{{\"A}}1{Ü}{{\"U}}1{ß}{{\ss}}1{ü}{{\"u}}1{ä}{{\"a}}1{ö}{{\"o}}1,
escapeinside={(*@}{@*)},
}
}{}%
}
\@ifpackageloaded{csvsimple}{
\csvstyle{every csv}{separator=semicolon}
}{}%
}
\@ifpackageloaded{circuitikz}{
\ctikzset{
font=\footnotesize,
bipole annotation style/.style={font=\tiny ,inner sep=1pt},
}
}{}%
}
\@ifpackageloaded{pgfplots}{
\usepgfplotslibrary{fillbetween} % mark areas under or between graphs
\usetikzlibrary{patterns} % for using pattern in plots
......@@ -78,9 +78,10 @@
error mark options={mark size=1pt,rotate=90}},
}
}
}{}%
}
\@ifpackageloaded{pgfplotstable}{
\pgfplotstableset{
col sep=semicolon, % global seperator for csv files
}
}{}%
}
\endinput % needed to end lats \@ifpackageloaded
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment