Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Bachelor Arbeit - Die technischen Hürden beim Übergang von Windows zu GNULinux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fu6454io
Bachelor Arbeit - Die technischen Hürden beim Übergang von Windows zu GNULinux
Compare revisions
main to main
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
fu6454io/windows-zu-linux
Select target project
No results found
main
Select Git revision
Branches
main
1 result
Swap
Target
agse/thesis-template
Select target project
zohreha97/thesis-template
prietzem04/thesis-template
fu6454io/windows-zu-linux
wuh95/thesis-template
abrahas55/bachelor-thesis
lgeorge/thesis-template
anenninger/thesis-template
marschi/thesis-template
agse/thesis-template
9 results
main
Select Git revision
Branches
main
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
thesis.pdf
+0
-0
0 additions, 0 deletions
thesis.pdf
thesis.tex
+30
-19
30 additions, 19 deletions
thesis.tex
with
30 additions
and
19 deletions
thesis.pdf
0 → 100644
View file @
4819234b
File added
This diff is collapsed.
Click to expand it.
thesis.tex
View file @
4819234b
...
...
@@ -18,10 +18,10 @@
\documentclass
[serif,article,noparskip,de]
{
agse-thesis
}
% Global parameters, replace with actual values.
\newcommand
{
\thesisTitle
}{
Über den Sinn des Lebens
}
\newcommand
{
\thesisTitle
}{
Die technischen Hürden beim Übergang von Windows zu Linux
}
% -> You may use \par (but not \\) to format the title. If you do so, you'll
% need to manually set the 'pdftitle' attribute below.
\newcommand
{
\studentName
}{
Hugo Schlupps
}
\newcommand
{
\studentName
}{
Irakli Maisuradze
}
%===============================================================================
\hypersetup
{
pdftitle=
{
\thesisTitle
}}
...
...
@@ -29,36 +29,44 @@
\addbibresource
{
bibliography.bib
}
% Blind texts, for demonstration only, not part of the actual template
\usepackage
{
lipsum
}
% For hyperlinks
\usepackage
{
hyperref
}
% For PDF attachments
\usepackage
{
pdfpages
}
% For 1.1.1.1 Ebene
\usepackage
{
titlesec
}
\setcounter
{
secnumdepth
}{
4
}
\setcounter
{
tocdepth
}{
4
}
\titleformat
{
\paragraph
}
{
\normalfont\normalsize\bfseries
}{
\theparagraph
}{
1em
}{}
\titlespacing
{
\paragraph
}
{
0pt
}{
3.25ex plus 1ex minus .2ex
}{
1.5ex plus .2ex
}
\begin{document}
\coverpage
[
student/id=
123456
7,
student/mail=
email
@inf.fu-berlin.de,
student/id=
535965
7,
student/mail=
irakli.maisuradze
@inf.fu-berlin.de,
thesis/type=Bachelorarbeit,
% optional, default: Bachelorarbeit
thesis/group=
{
Arbeitsgruppe Software Engineering
}
,
% optional, default: AGSE
thesis/advisor=
{
Matt Visor
}
,
% optional
thesis/examiner=
{
Prof. Dr.
Mia Maus
}
,
thesis/examiner/2=
{
Prof. Dr.
Bob Bä
r
}
,
% optional
thesis/advisor=
{
Prof. Dr. Lutz Prechelt
}
,
% optional
thesis/examiner=
{
Prof. Dr.
Lutz Prechelt
}
,
thesis/examiner/2=
{
Prof. Dr.
-Ing. Jochen Schille
r
}
,
% optional
thesis/date=
\today
,
% optional, default: \today
%title/size=\LARGE, % set this value to overwrite automatic font size
%
abstract/separate % toggle this to move the abstract to its own page
abstract/separate
% toggle this to move the abstract to its own page
]
{
% Your abstract here:
\noindent
\lipsum
[1]
}
\include
{
declaration
}
\cleardoublepage
\tableofcontents
\clear
double
page
\clearpage
\pagestyle
{
fancy
}
...
...
@@ -66,12 +74,15 @@
\input
{
1
_
introduction
}
\input
{
2
_
fundamentals
}
\input
{
3
_
main
}
\input
{
4
_
conclusion
}
\input
{
3
_
methods
}
\input
{
4
_
results
}
\input
{
5
_
discussion
}
\input
{
6
_
conclusion
}
\printbibliography
\appendix
\include
{
5
_
appendix
}
\include
{
7
_
appendix
}
\end{document}
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next