Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fluiddynamicsproject4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Felix Hilsky
Fluiddynamicsproject4
Commits
71af1079
Commit
71af1079
authored
4 years ago
by
Felix
Browse files
Options
Downloads
Patches
Plain Diff
support for Appendix package to get a title over the appendices
parent
1831d6bf
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tex/header/stdmath.sty
+8
-0
8 additions, 0 deletions
tex/header/stdmath.sty
tex/main.tex
+3
-1
3 additions, 1 deletion
tex/main.tex
with
11 additions
and
1 deletion
tex/header/stdmath.sty
+
8
−
0
View file @
71af1079
...
@@ -109,6 +109,14 @@ exponent-product=\cdot]{siunitx} % provides nice typesetting for units and numb
...
@@ -109,6 +109,14 @@ exponent-product=\cdot]{siunitx} % provides nice typesetting for units and numb
pdfencoding=auto
pdfencoding=auto
]
{
hyperref
}
]
{
hyperref
}
%\parindent0.0em % = Einrueckungsweite des ersten Satzes eines Absatzes
%\parindent0.0em % = Einrueckungsweite des ersten Satzes eines Absatzes
% is necessary to let babel work with appendix:
% see https://tex.stackexchange.com/a/67636
\RequirePackage
{
bookmark
}
\RequirePackage
[toc,page]
{
appendix
}
\ifopt
@german
\renewcommand
{
\appendixpagename
}{
Anhänge
}
\renewcommand
{
\appendixname
}{
Anhang
}
\renewcommand
{
\appendixtocname
}{
Anhänge
}
\fi
% ---------------------------------------------------------------
% ---------------------------------------------------------------
% Custom commands, rougly grouped
% Custom commands, rougly grouped
...
...
This diff is collapsed.
Click to expand it.
tex/main.tex
+
3
−
1
View file @
71af1079
...
@@ -5,6 +5,8 @@
...
@@ -5,6 +5,8 @@
\author
{
Felix Hilsky
}
\author
{
Felix Hilsky
}
\maketitle
\maketitle
% use \textinput as described in /header and _TEMPLATE
% use \textinput as described in /header and _TEMPLATE
\appendix
\begin{appendices}
% \textinput{some-appendix-section}
\end{appendices}
% use \textinput as described in /header and _TEMPLATE
% use \textinput as described in /header and _TEMPLATE
\docEnd
\docEnd
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