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
d06ffdfb
Unverified
Commit
d06ffdfb
authored
2 months ago
by
Heinrich Otto Preiser
Browse files
Options
Downloads
Patches
Plain Diff
cls: minor fixes; sample: Use biblatex instead of bibtex
parent
d0dfd199
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitattributes
+1
-1
1 addition, 1 deletion
.gitattributes
mluthesis.cls
+2
-2
2 additions, 2 deletions
mluthesis.cls
sample.pdf
+2
-2
2 additions, 2 deletions
sample.pdf
sample.tex
+8
-6
8 additions, 6 deletions
sample.tex
with
13 additions
and
11 deletions
.gitattributes
+
1
−
1
View file @
d06ffdfb
*.pdf filter=lfs diff=lfs merge=lfs -text
mlu-siegel-transparent
.png filter=lfs diff=lfs merge=lfs -text
*
.png filter=lfs diff=lfs merge=lfs -text
This diff is collapsed.
Click to expand it.
mluthesis.cls
+
2
−
2
View file @
d06ffdfb
...
...
@@ -8,7 +8,7 @@
\ProvidesClass
{
mluthesis
}
[2020/04/20 v1.0]
% Load base class (scrbook).
\LoadClass
[a4paper,12pt,oneside,bibliography=totoc,chapterprefix=true,appendixprefix=true]
{
scrbook
}
\LoadClass
[a4paper,12pt,oneside,bibliography=
not
totoc,chapterprefix=true,appendixprefix=true]
{
scrbook
}
% Encoding:
\RequirePackage
[utf8]
{
inputenc
}
...
...
@@ -274,7 +274,7 @@
% Pass default options to hyperref class, if loaded.
\newcommand
{
\hyperoptions
}{
colorlinks=false,
pageanchor=
fals
e
pageanchor=
tru
e
}
\newcommand
{
\hyperpdfoptions
}{
pdftex,
...
...
This diff is collapsed.
Click to expand it.
sample.pdf
LFS
+
2
−
2
View file @
d06ffdfb
No preview for this file type
This diff is collapsed.
Click to expand it.
sample.tex
+
8
−
6
View file @
d06ffdfb
\documentclass
[english]
{
mluthesis
}
% Supported languages: english, german
\usepackage
{
hyperref
}
\usepackage
{
natbib, doi
}
\usepackage
{
graphicx
}
\usepackage
{
amsmath
}
\usepackage
{
csquotes
}
\MakeOuterQuote
{
"
}
\usepackage
{
graphicx
}
\usepackage
{
hyperref
}
\usepackage
{
biblatex
}
\addbibresource
{
sample.bib
}
\usepackage
{
doi
}
\usepackage
{
lipsum
}
% for lorem ipsum sample text
...
...
@@ -28,7 +31,7 @@
% 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
}}
\ThesisSetSupervisors
{{
Prof. McProfessorface
}
,
{
Dr. Noonien Soong
}}
% This puts the MLU sigil on the title page.
\ThesisSetLogo
{
\includegraphics
[width=\linewidth]
{
mlu-siegel-transparent.png
}}
...
...
@@ -71,8 +74,7 @@
\lipsum
[5-7]
\nocite
{
*
}
\bibliographystyle
{
plainnat
}
\bibliography
{
sample
}
% uses file sample.bib
\printbibliography
\declaration
...
...
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