Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Latex Template Abschlussarbeit
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
Container Registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
W-12
öffentlich
Latex Template Abschlussarbeit
Commits
21a86791
Commit
21a86791
authored
3 years ago
by
Andreas Mohr
Browse files
Options
Downloads
Patches
Plain Diff
comment out packages that break the compilation
parent
eddc7343
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#120437
passed
3 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
main.tex
+1
-0
1 addition, 0 deletions
main.tex
preamble/packages.tex
+42
-42
42 additions, 42 deletions
preamble/packages.tex
preamble/style.tex
+1
-1
1 addition, 1 deletion
preamble/style.tex
with
44 additions
and
43 deletions
main.tex
+
1
−
0
View file @
21a86791
...
...
@@ -11,6 +11,7 @@
]
{
scrbook
}
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% Must be loaded first!
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% packages to allow more \write outputs
\input
{
preamble/packages-SolutionsNoRoomForNewWrite.tex
}
...
...
This diff is collapsed.
Click to expand it.
preamble/packages.tex
+
42
−
42
View file @
21a86791
...
...
@@ -224,7 +224,7 @@
% tikz and pgf
% consumes at least one \write (more if external is used)
\input
{
preamble/packages-tikzpgf.tex
}
%
\input{preamble/packages-tikzpgf.tex}
% pgfplots
\usepackage
{
pgfplots
}
...
...
@@ -333,7 +333,7 @@
% It is more flexible than tabular, tabular*, tabularx and array
% and extends the possibilities.
% Doc: tabu.pdf
\usepackage
{
tabu
}
%
\usepackage{tabu}
% tablestyles
\IfFileExists
{
tablestyles.sty
}{
...
...
@@ -855,28 +855,28 @@
\BeginCodeSection
{
PackagesHeadFoot
}
%%% Doc: scrguide.pdf
\usepackage
[
%
%%% Lines
% headtopline,
% plainheadtopline,
% headsepline,
% plainheadsepline,
% footsepline,
% plainfootsepline,
% footbotline,
% plainfootbotline,
% ilines,
% clines,
% olines,
% column titles (content, style)
automark,
% autooneside,% ignore optional argument in automark at oneside
komastyle,
% standardstyle,
% markuppercase,
% markusedcase,
nouppercase,
]
{
scrpage2
}
%\texttt{
\usepackage[%
%%%
%
Lines
%
% headtopline,
%
% plainheadtopline,
%
% headsepline,
%
% plainheadsepline,
%
% footsepline,
%
% plainfootsepline,
%
% footbotline,
%
% plainfootbotline,
%
% ilines,
%
% clines,
%
% olines,
%
% column titles (content, style)
%
automark,
%
% autooneside,% ignore optional argument in automark at oneside
%
komastyle,
%
% standardstyle,
%
% markuppercase,
%
% markusedcase,
%
nouppercase,
%
]{scrpage2}
}
% Description: provides total number of pages (ie. page 7 of 19)
...
...
@@ -926,24 +926,24 @@
%%% Doc: tocstyle.pdf (Koma Script)
%% Alpha package, uses koma fonts (\setkomafont{}{}) only if KOMAlike is selected
%
\usepackage
[
%
%%% toc width calculation
tocindentauto,
% all widths at the TOCs are calculated by tocindentauto
% tocindentmanual, % opposite of auto
%%% indentation of toc
tocgraduated,
% standard
% tocflat, % no intendation, text aligned
% tocfullflat, % no intendation, no alignment
%%% page breaking rules
tocbreaksstrict,
% sets a lot of penalties before and after TOC entries
% to avoid page break between a TOC entry and it's parent.
% tocbreakscareless,% allow more page breaks.
%%% indentation of unnumbered TOC entries
% toctextentriesindented, % unnumbered TOC entrie are indented only as wide
% % as the number of numbered TOC entries of the same
% % level.
toctextentriesleft,
% indented as if they have an empty number.
]
{
tocstyle
}
%
\usepackage[%
%%%
%
toc width calculation
%
tocindentauto, % all widths at the TOCs are calculated by tocindentauto
%
% tocindentmanual, % opposite of auto
%%%
%
indentation of toc
%
tocgraduated, % standard
%
% tocflat, % no intendation, text aligned
%
% tocfullflat, % no intendation, no alignment
%%%
%
page breaking rules
%
tocbreaksstrict, % sets a lot of penalties before and after TOC entries
%
% to avoid page break between a TOC entry and it's parent.
%
% tocbreakscareless,% allow more page breaks.
%%%
%
indentation of unnumbered TOC entries
%
% toctextentriesindented, % unnumbered TOC entrie are indented only as wide
%
% % as the number of numbered TOC entries of the same
%
% % level.
%
toctextentriesleft, % indented as if they have an empty number.
%
]{tocstyle}
% Description: The appendix package provides some facilities for
% modifying the typesetting of appendix titles.
...
...
This diff is collapsed.
Click to expand it.
preamble/style.tex
+
1
−
1
View file @
21a86791
...
...
@@ -105,7 +105,7 @@
\BeginCodeSection
{
StyleScience
}
% style setup of siunitx
\input
{
preamble/style-siunitx.tex
}
%
\input{preamble/style-siunitx.tex}
\EndCodeSection
{
StyleScience
}
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
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