Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
latex-template
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benedikt Sienz
latex-template
Commits
4ed5a03e
Commit
4ed5a03e
authored
6 years ago
by
vabene1111
Browse files
Options
Downloads
Patches
Plain Diff
Template Update
parent
c29717b4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#697
failed
6 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Template/Main.tex
+39
-7
39 additions, 7 deletions
Template/Main.tex
with
39 additions
and
7 deletions
Template/Main.tex
+
39
−
7
View file @
4ed5a03e
\documentclass
[a4paper,12pt]
{
article
}
\usepackage
[left= 3cm,right = 3cm, bottom = 2.5 cm, top = 2.5 cm]
{
geometry
}
\usepackage
[a4paper, left=3cm, right=3cm, bottom=3cm, top=3cm]
{
geometry
}
% first font size, second font size + spacing in pt added to font size to get line height
\fontsize
{
12pt
}{
13.5pt
}
\selectfont
\usepackage
[
hyp
hens]
{
url
}
\usepackage
{
hyp
erref
}
\usepackage
[utf8]
{
inputenc
}
\usepackage
{
float
}
%TODO -------------------------CONFIGURATION------------------------------------------
...
...
@@ -36,13 +39,21 @@
\usepackage
{
graphicx, subfig
}
\graphicspath
{{
img/
}}
% Schönere Schrift
\usepackage
{
lmodern
}
% Linebreak für Zitate
\usepackage
{
appendix
}
\usepackage
{
breakcites
}
\usepackage
{
breakurl
}
\usepackage
{
url
}
\def\UrlBreaks
{
\do\/\do
-
}
\usepackage
[autostyle]
{
csquotes
}
% Für Glossare
\usepackage
{
glossaries
}
% Zum einbinden fertiger PDF's
%\usepackage{pdfpages}
...
...
@@ -67,11 +78,18 @@
% Besondere Trennung
\hyphenation
{
Pro-duc-tion
}
\input
{
Glossar
}
%
%-----------------------------------Dokument--------------------------------------
%
\begin{document}
%-------------Leere Seite (für LSWI Vorgabe)--------------
\newpage\null\thispagestyle
{
empty
}
\newpage
%-------------Tietelblatt--------------
\thispagestyle
{
empty
}
\pagenumbering
{
gobble
}
...
...
@@ -79,21 +97,24 @@
%-------------Inhaltsverzeichniss--------------
\pagenumbering
{
Roman
}
\setcounter
{
page
}{
2
}
\tableofcontents
\newpage
\listoffigures
\listoftables
\newpage
\printnoidxglossaries
\newpage
%-------------Abstract--------------
\setcounter
{
page
}{
1
}
\clearpage
\pagenumbering
{
arabic
}
%-------------Hauptteil--------------
% Einbinden beliebiger .tex Dateien.
\input
{
Teil1
}
\input
{
Teil2
}
...
...
@@ -101,11 +122,22 @@
\newpage
% Name der Biblio Datei, in diesem fall biblio.bib (kann beliebig geändert werden)
% LSWI Style als Submodule einbindbar unter https://gitup.uni-potsdam.de/sienz/lswi-bibtex-style
\bibliography
{
biblio
}
% Pfad zum Bibliografie Stil
%\bibliographystyle{lswi_style}
%\bibliographystyle{../lswi-bibtex-style/lswi_style}
%----Anhang----
\appendix
\newpage
\addtocontents
{
toc
}{
\protect\newpage
}
\renewcommand
{
\appendixtocname
}{
Anhänge
}
\addappheadtotoc
\fontsize
{
8pt
}{
9.5pt
}
\selectfont
%TODO Hier Anhänge einbinden
\end{document}
\ No newline at end of file
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