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
f8ee05d9
Commit
f8ee05d9
authored
4 years ago
by
Jan Wille
Browse files
Options
Downloads
Patches
Plain Diff
german option ergänzt
parent
65ac32ee
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!6
Development
,
!5
Development
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
plt/examplePlot.pdf
+0
-0
0 additions, 0 deletions
plt/examplePlot.pdf
src/HsH-report.cls
+9
-3
9 additions, 3 deletions
src/HsH-report.cls
src/HsH-standalone.cls
+4
-0
4 additions, 0 deletions
src/HsH-standalone.cls
src/personal.tex
+1
-1
1 addition, 1 deletion
src/personal.tex
with
14 additions
and
4 deletions
plt/examplePlot.pdf
0 → 100644
+
0
−
0
View file @
f8ee05d9
File added
This diff is collapsed.
Click to expand it.
src/HsH-report.cls
+
9
−
3
View file @
f8ee05d9
...
...
@@ -11,7 +11,12 @@
\providecommand
{
\abs
}
[1]
{
\ensuremath
{
\left\vert
#1
\right\vert
}}
% Makro für Betragsstriche
\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
...
...
@@ -53,10 +58,11 @@
\PassOptionsToPackage
{
utf8
}{
inputenc
}
\PassOptionsToPackage
{
T1
}{
fontenc
}
\PassOptionsToPackage
{
left=3cm,right=2.5cm,top=3cm,bottom=3cm
}{
geometry
}
\PassOptionsToPackage
{
backend=biber,style=alphabetic,sorting=nyt
}{
biblatex
}
\PassOptionsToPackage
{
babel, german=quotes
}{
csquotes
}
\PassOptionsToPackage
{
headsepline
}{
scrlayer-scrpage
}
\PassOptionsToPackage
{
backend=biber,style=alphabetic,sorting=nyt
}{
biblatex
}
\PassOptionsToPackage
{
free-standing-units
}{
siunitx
}
\PassOptionsToPackage
{
babel, german=quotes
}{
csquotes
}
\PassOptionsToPackage
{
european,EFvoltages,straightvoltages
}{
circuitikz
}
%used packages:
...
...
This diff is collapsed.
Click to expand it.
src/HsH-standalone.cls
+
4
−
0
View file @
f8ee05d9
...
...
@@ -12,6 +12,10 @@
\newif\if
@german
%
\DeclareOption
{
german
}{
%
\PassOptionsToPackage
{
ngerman
}{
babel
}
\@
germantrue
}
\DeclareOption
{
ngerman
}{
%
\PassOptionsToPackage
{
\CurrentOption
}{
babel
}
\@
germantrue
...
...
This diff is collapsed.
Click to expand it.
src/personal.tex
+
1
−
1
View file @
f8ee05d9
...
...
@@ -6,5 +6,5 @@
\subject
{
Grund der Arbeit
}
\title
{
Mustertitel
}
\subtitle
{
Untertitle
}
\date
{
\today
}
\date
{
\today
\\
Zweite Abgabe: 123
}
\publishers
{
HERAUSGEBER
}
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