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
c6759443
Commit
c6759443
authored
4 years ago
by
Jan Wille
Browse files
Options
Downloads
Patches
Plain Diff
config für pgfplots und ctikz
parent
b39e6e36
No related branches found
No related tags found
1 merge request
!2
make Master runable
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/config.tex
+29
-2
29 additions, 2 deletions
src/config.tex
test.tex
+1
-1
1 addition, 1 deletion
test.tex
with
31 additions
and
3 deletions
src/HsH-report.cls
+
1
−
0
View file @
c6759443
...
...
@@ -56,6 +56,7 @@
\PassOptionsToPackage
{
babel, german=quotes
}{
csquotes
}
\PassOptionsToPackage
{
headsepline
}{
scrlayer-scrpage
}
\PassOptionsToPackage
{
free-standing-units
}{
siunitx
}
\PassOptionsToPackage
{
european,EFvoltages,straightvoltages
}{
circuitikz
}
%used packages:
\RequirePackage
{
inputenc
}
% inputencoding, utf8 recomendet
...
...
This diff is collapsed.
Click to expand it.
src/config.tex
+
29
−
2
View file @
c6759443
\renewc
om
man
d
\abstractname
{
Abstract
}
%Abstract
\renewc
aptionname
{
nger
man
}{
\abstractname
}
{
Abstract
}
%Abstract
\@
ifpackageloaded
{
biblatex
}{
\ExecuteBibliographyOptions
{
sorting=nyt,
...
...
@@ -32,7 +32,7 @@
escapeinside=
{
(*@
}{
@*)
}
,
}
}{}
%
\@
ifpackageloaded
{
listings
}{
\@
ifpackageloaded
{
circuitikz
}{
\ctikzset
{
font=
\footnotesize
,
resistors/scale=0.7,
...
...
@@ -41,3 +41,30 @@
bipole annotation style/.style=
{
font=
\tiny
,inner sep=1pt
}
,
}
}{}
%
\@
ifpackageloaded
{
pgfplots
}{
\usepackage
{
pgfplotstable
}
\usepgfplotslibrary
{
fillbetween
}
% mark areas under or between graphs
\pgfplotsset
{
compat=1.16,
/pgf/number format/use comma,
/pgf/number format/read comma as period,
every tick label/.append style=
{
font=
\tiny
}
,
every axis legend/.append style=
{
font=
\footnotesize
}
,
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
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
error mark options=
{
mark size=1pt,rotate=90
}}
,
}
}
\pgfplotstableset
{
col sep=semicolon,
% global seperator for csv files
}
}{}
%
This diff is collapsed.
Click to expand it.
test.tex
+
1
−
1
View file @
c6759443
\documentclass
[11pt,a4paper,twoside,f1]
{
HsH-report
}
\documentclass
[11pt,a4paper,twoside,f1
,ngerman
]
{
HsH-report
}
\usepackage
{
color
}
\usepackage
{
lipsum
}
...
...
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