Skip to content
Snippets Groups Projects
Unverified Commit d06ffdfb authored by Heinrich Otto Preiser's avatar Heinrich Otto Preiser
Browse files

cls: minor fixes; sample: Use biblatex instead of bibtex

parent d0dfd199
Branches main
No related tags found
No related merge requests found
*.pdf filter=lfs diff=lfs merge=lfs -text *.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
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
\ProvidesClass{mluthesis}[2020/04/20 v1.0] \ProvidesClass{mluthesis}[2020/04/20 v1.0]
% Load base class (scrbook). % Load base class (scrbook).
\LoadClass[a4paper,12pt,oneside,bibliography=totoc,chapterprefix=true,appendixprefix=true]{scrbook} \LoadClass[a4paper,12pt,oneside,bibliography=nottotoc,chapterprefix=true,appendixprefix=true]{scrbook}
% Encoding: % Encoding:
\RequirePackage[utf8]{inputenc} \RequirePackage[utf8]{inputenc}
...@@ -274,7 +274,7 @@ ...@@ -274,7 +274,7 @@
% Pass default options to hyperref class, if loaded. % Pass default options to hyperref class, if loaded.
\newcommand{\hyperoptions}{ \newcommand{\hyperoptions}{
colorlinks=false, colorlinks=false,
pageanchor=false pageanchor=true
} }
\newcommand{\hyperpdfoptions}{ \newcommand{\hyperpdfoptions}{
pdftex, pdftex,
......
No preview for this file type
\documentclass[english]{mluthesis} % Supported languages: english, german \documentclass[english]{mluthesis} % Supported languages: english, german
\usepackage{hyperref}
\usepackage{natbib, doi}
\usepackage{graphicx}
\usepackage{amsmath} \usepackage{amsmath}
\usepackage{csquotes} \usepackage{csquotes}
\MakeOuterQuote{"} \MakeOuterQuote{"}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{biblatex}
\addbibresource{sample.bib}
\usepackage{doi}
\usepackage{lipsum} % for lorem ipsum sample text \usepackage{lipsum} % for lorem ipsum sample text
...@@ -28,7 +31,7 @@ ...@@ -28,7 +31,7 @@
% This is a list, seperated with commata. % This is a list, seperated with commata.
% If you only put one entry, the numbers will be omitted. % 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. % This puts the MLU sigil on the title page.
\ThesisSetLogo{\includegraphics[width=\linewidth]{mlu-siegel-transparent.png}} \ThesisSetLogo{\includegraphics[width=\linewidth]{mlu-siegel-transparent.png}}
...@@ -71,8 +74,7 @@ ...@@ -71,8 +74,7 @@
\lipsum[5-7] \lipsum[5-7]
\nocite{*} \nocite{*}
\bibliographystyle{plainnat} \printbibliography
\bibliography{sample} % uses file sample.bib
\declaration \declaration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment