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
f6c7d58c
Commit
f6c7d58c
authored
4 years ago
by
Jan Wille
Browse files
Options
Downloads
Plain Diff
Merge branch 'development'
parents
bbc06fdf
e63fad60
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/HsH-report.cls
+1
-0
1 addition, 0 deletions
src/HsH-report.cls
src/HsH-standalone.cls
+1
-0
1 addition, 0 deletions
src/HsH-standalone.cls
src/config.tex
+5
-5
5 additions, 5 deletions
src/config.tex
with
7 additions
and
5 deletions
src/HsH-report.cls
+
1
−
0
View file @
f6c7d58c
...
...
@@ -75,6 +75,7 @@
\RequirePackage
{
babel
}
% required for german names
\RequirePackage
{
hyperref
}
% references and lists are clikable
\RequirePackage
{
bookmark
}
% generat bookmarkes
\RequirePackage
{
amsmath
}
% a lot of nice Math
\RequirePackage
{
scrlayer-scrpage
}
% required for header and footer
\RequirePackage
{
scrhack
}
% compatability with listings
\RequirePackage
{
csquotes
}
% quotations
...
...
This diff is collapsed.
Click to expand it.
src/HsH-standalone.cls
+
1
−
0
View file @
f6c7d58c
...
...
@@ -68,6 +68,7 @@
\RequirePackage
{
lmodern
}
% font
\RequirePackage
{
graphicx
}
% required for importing images
\RequirePackage
{
babel
}
% required for german names
\RequirePackage
{
amsmath
}
% a lot of nice Math
\if
@german
\RequirePackage
{
ziffer
}
\fi
% german dezimal numbers
% typesetting indexes upright or standart
...
...
This diff is collapsed.
Click to expand it.
src/config.tex
+
5
−
5
View file @
f6c7d58c
...
...
@@ -3,7 +3,7 @@
\ifx\KOMAScriptVersion\undefined\else
% check if KOMA is used
\g
@addto@macro
\@
floatboxreset
\centering
% center all floats
\setcapwidth
[c]
{
0.8
\textwidth
}
% center all captions
%\setcapwidth[
c
]{0.8\textwidth} % leftalign all captions
%\setcapwidth[
l
]{0.8\textwidth} % leftalign all captions
\fi
\@
ifpackageloaded
{
biblatex
}{
\ExecuteBibliographyOptions
{
...
...
@@ -31,7 +31,7 @@
keywordstyle=
\color
{
red
}
,
stringstyle=
\color
{
blue
}
,
showstringspaces=false,
basicstyle=
\
footnotesize
,
basicstyle=
\
ttfamily
,
tabsize=4,
literate=
{
Ö
}{{
\"
O
}}
1
{
Ä
}{{
\"
A
}}
1
{
Ü
}{{
\"
U
}}
1
{
ß
}{{
\ss
}}
1
{
ü
}{{
\"
u
}}
1
{
ä
}{{
\"
a
}}
1
{
ö
}{{
\"
o
}}
1,
escapeinside=
{
(*@
}{
@*)
}
,
...
...
@@ -63,14 +63,14 @@
MyPlots/.style =
{
% Style für alle Plots
width=.6
\textwidth
,
grid=major,
% Gitter für haupt Ticks
grid style=
{
dashed,gray!50
}
,
% Hinergrund Gitter
legend pos=outer north east,
% Positon der Legende
grid style=
{
dashed,gray!50
}
,
% Hin
t
ergrund Gitter
legend pos=outer north east,
% Posit
i
on der Legende
FM1/.style =
{
blue, thick, mark=x, mark size=1.5,samples=100
}
,
% Format 1
FM2/.style =
{
orange, thick, mark=*, mark size=1,samples=100
}
,
% Format 2
FM3/.style =
{
green, thick, mark=square*, mark size=1,samples=100
}
,
% Format 3
FM4/.style =
{
red, thick, mark=diamond*, mark size=1,samples=100
}
,
% Format 4
FM5/.style =
{
pink, thick, mark=triangel*, mark size=1,samples=100
}
,
% Format 5
errBars/.style =
{
error bars/.cd, y dir=both, y explicit,
% ermöglich Fehlerbalken
errBars/.style =
{
error bars/.cd, y dir=both, y explicit,
% ermöglich
t
Fehlerbalken
error mark options=
{
mark size=1pt,rotate=90
}}
,
}
}
...
...
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