Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
thesis-template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
agse
thesis-template
Commits
9fb9089a
Commit
9fb9089a
authored
8 years ago
by
Franz Zieris
Browse files
Options
Downloads
Patches
Plain Diff
Extract variables as macros
parent
4dcb2642
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
thesis.tex
+17
-8
17 additions, 8 deletions
thesis.tex
with
17 additions
and
8 deletions
thesis.tex
+
17
−
8
View file @
9fb9089a
...
...
@@ -5,6 +5,15 @@
\usepackage
[ngerman]
{
babel
}
\usepackage
{
lmodern
}
%===============================================================================
% Global parameters, replace with actual values (remove < >)
\newcommand
{
\thesisTitle
}{
<Titel>
}
\newcommand
{
\thesisType
}{
<X-Arbeit>
}
%Bachelorarbeit, Masterarbeit, Diplomarbeit
\newcommand
{
\thesisDate
}{
\today
}
\newcommand
{
\studentName
}{
<Vorname Nachname>
}
\newcommand
{
\studentEmail
}{
example@mail.de
}
%===============================================================================
%
\usepackage
{
fancyref
}
\usepackage
{
fancyhdr
}
...
...
@@ -15,8 +24,8 @@
\usepackage
[pdftex]
{
graphicx
}
\usepackage
[
%
pdfstartview=FitH,
pdftitle=
{
<Titel>
}
,
pdfauthor=
{
<
Name
>
}
,
pdftitle=
{
\thesisTitle
}
,
pdfauthor=
{
\student
Name
}
,
colorlinks=true,
linktocpage
]
{
hyperref
}
...
...
@@ -25,7 +34,7 @@
% Header and Footer Style
\pagestyle
{
fancy
}
\fancyhead
{}
\fancyhead
[R]
{
\slshape
<
Name
>
}
\fancyhead
[R]
{
\slshape
\student
Name
}
\fancyhead
[L]
{
\slshape\nouppercase
{
\rightmark
}}
\fancyfoot
{}
\fancyfoot
[C]
{
\thepage
}
...
...
@@ -66,17 +75,17 @@
%
% Title and author
\title
{{
\huge\bfseries
Freie Universität Berlin
}
\\
[2ex]
{
\normalsize
<X-Arbeit>
am Institut für Informatik der Freien Universität
{
\normalsize
\thesisType
{}
am Institut für Informatik der Freien Universität
Berlin, Arbeitsgruppe Software Engineering
}
\\
[6ex]
<Titel>
}
\thesisTitle
}
\author
{
<
Name
>
\\
\author
{
\student
Name\\
{
\normalsize
Matrikelnummer:
}
\\
{
\normalsize
\mailto
{
example@
mail
.de
}}
\\\\
{
\normalsize
\mailto
{
\studentE
mail
}}
\\\\
{
\normalsize
Betreuer:
}
\\
{
\normalsize
Eingereicht bei:
}}
\date
{
Berlin,
<Datum>
}
\date
{
Berlin,
\thesisDate
}
\begin{document}
...
...
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