Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mluethesis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Heinrich Otto Preiser
mluethesis
Commits
d0dfd199
Unverified
Commit
d0dfd199
authored
2 months ago
by
Heinrich Otto Preiser
Browse files
Options
Downloads
Patches
Plain Diff
Add sample thesis
parent
5f6f15dd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitattributes
+2
-0
2 additions, 0 deletions
.gitattributes
mlu-siegel-transparent.png
+3
-0
3 additions, 0 deletions
mlu-siegel-transparent.png
sample.bib
+29
-0
29 additions, 0 deletions
sample.bib
sample.pdf
+3
-0
3 additions, 0 deletions
sample.pdf
sample.tex
+79
-0
79 additions, 0 deletions
sample.tex
with
116 additions
and
0 deletions
.gitattributes
0 → 100644
+
2
−
0
View file @
d0dfd199
*.pdf filter=lfs diff=lfs merge=lfs -text
mlu-siegel-transparent.png filter=lfs diff=lfs merge=lfs -text
This diff is collapsed.
Click to expand it.
mlu-siegel-transparent.png
0 → 100644
LFS
+
3
−
0
View file @
d0dfd199
131 B
This diff is collapsed.
Click to expand it.
sample.bib
0 → 100644
+
29
−
0
View file @
d0dfd199
% stolen from https://latex-tutorial.com/tutorials/bibtex/
@article
{
ARTICLE:1
,
AUTHOR
=
"John Doe"
,
TITLE
=
"Title"
,
JOURNAL
=
"Journal"
,
YEAR
=
"2017"
,
}
@book
{
DUMMY:1
,
AUTHOR
=
"John Doe"
,
TITLE
=
"The Book without Title"
,
PUBLISHER
=
"Dummy Publisher"
,
YEAR
=
"2100"
,
}
@inbook
{
BOOK:2
,
AUTHOR
=
"John Doe"
,
TITLE
=
"The Book without Title"
,
PUBLISHER
=
"Dummy Publisher"
,
YEAR
=
"2100"
,
PAGES
=
"100-200"
,
}
@misc
{
WEBSITE:1
,
HOWPUBLISHED
=
"\url{http://example.com}"
,
AUTHOR
=
"Intel"
,
TITLE
=
"Example Website"
,
MONTH
=
"Dec"
,
YEAR
=
"1988"
,
NOTE
=
"Accessed on 2012-11-11"
,
}
This diff is collapsed.
Click to expand it.
sample.pdf
0 → 100644
LFS
+
3
−
0
View file @
d0dfd199
File added
This diff is collapsed.
Click to expand it.
sample.tex
0 → 100644
+
79
−
0
View file @
d0dfd199
\documentclass
[english]
{
mluthesis
}
% Supported languages: english, german
\usepackage
{
hyperref
}
\usepackage
{
natbib, doi
}
\usepackage
{
graphicx
}
\usepackage
{
amsmath
}
\usepackage
{
csquotes
}
\MakeOuterQuote
{
"
}
\usepackage
{
lipsum
}
% for lorem ipsum sample text
%%%%% DOKUMENTINFO %%%%%
\ThesisSetType
{
Bachelor
}
% Bachelor, Master, Seminar, ...
\ThesisSetTitle
{
Why mluthesis is the last thesis you'll need
}
\ThesisSetAuthor
{
Sam Student
}
\ThesisSetSubmissionDate
{
14
}{
03
}{
2100
}
% DD-MM-YYYY
\ThesisSetLocation
{
Halle (Saale)
}
\ThesisSetStudentNumber
{
12345678
}
\ThesisSetDateOfBirth
{
01
}{
01
}{
2000
}
% DD-MM-YYYY
\ThesisSetPlaceOfBirth
{
Musterstadt
}
\ThesisSetUniversity
{
Martin-Luther-Universität Halle-Wittenberg
}
\ThesisSetFaculty
{
Naturwissenschaftliche Fakultät III: Institut für Informatik
}
\ThesisSetCourseName
{
Computer Science
}
% You can override your language's default label for supervisors.
% e.g. for a Seminar thesis, put "Betreuer" instead of "Gutachter" in german.
% \ThesisOverrideSupervisorLabel{Adviser}
% This is a list, seperated with commata.
% If you only put one entry, the numbers will be omitted.
\ThesisSetSupervisors
{{
Prof. Professor McProfessorface
}
,
{
Dr. Noonien Soong
}}
% This puts the MLU sigil on the title page.
\ThesisSetLogo
{
\includegraphics
[width=\linewidth]
{
mlu-siegel-transparent.png
}}
\begin{document}
\maketitle
\pagebreak
\tableofcontents
\pagebreak
\chapter*
{
Abstract
}
\lipsum
[2-3]
\chapter
{
Introduction
}
\lipsum
[5-7]
\chapter
{
Background
}
\lipsum
[7-8]
\chapter
{
Method of Comparison
}
\lipsum
[5-7]
\chapter
{
Comparison
}
\lipsum
[13-15]
\chapter
{
Discussion
}
\lipsum
[5-6]
\section
{
Results
}
\lipsum
[5-6]
\section
{
Threats To Validity
}
\lipsum
[4-5]
\chapter
{
Conclusion and Further Research Questions
}
\lipsum
[7-10]
\chapter
{
Related Work
}
\lipsum
[5-7]
\nocite
{
*
}
\bibliographystyle
{
plainnat
}
\bibliography
{
sample
}
% uses file sample.bib
\declaration
\end{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