Skip to content
Snippets Groups Projects
Commit 28583b8e authored by José-Luis Bote-Garcia's avatar José-Luis Bote-Garcia
Browse files

Changed to bibtex and biber

parent ac18996e
No related branches found
No related tags found
No related merge requests found
\documentclass[index,index=totoc,bibliography=totoc,listof=totoc]{MDT-SADA}
\documentclass[index,index=totoc,bibliography=totoc,listof=totoc,english]{MDT-SADA}
% Keyword 'english' fuer eine englische Version. Die Bibliothekt muss noch angepasst werden.
%\usepackage{listings} % Einbinden von Quellcode
\usepackage[withpage]{acronym} % Abkürzungsverzeichnis
\usepackage[autostyle=true,german=quotes]{csquotes} % für Zitation
\usepackage{bibgerm}% Deutsche Bibliothek
\usepackage[binary-units=true,per-mode=symbol,decimalsymbol=comma]{siunitx}
\usepackage{pdfpages}
%\bibliographystyle{gerabbrv}
\bibliographystyle{geralpha}
% Bugfix
\DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc}
% http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/macros/latex/exptl/biblatex/doc/biblatex.pdf
% You have to run biber to build the library!
% https://texwelt.de/wissen/fragen/1909/wie-verwende-ich-biber-in-meinem-editor
\usepackage[style=alphabetic, refsection=section]{biblatex}
\usepackage{csquotes}
\addbibresource{Quellen.bib}
\begin{document}
%Schaltet auf römische Seitenzahlen um
......@@ -25,7 +26,7 @@
{Studienabschlussarbeit}
{Abgabedatum}
{Prof. Dr.-Ing. C. Gühmann\\
Dipl.-Ing. D. Betreuer
MSc. Betreuer
}
%Erzeugt eidesstattlicher Erklaerung
......@@ -96,7 +97,7 @@ Diesen Text müsst ihr euch in der *.tex"=Datei anschauen. Den hier, in Kapitel
\item[SI-Einheiten] Formeln sind eine Sache, Einheiten in \LaTeX eine andere. Mit dem Package \enquote{siunitx} könnte ihr recht komfortable SI"=Einheiten verwenden: \SI{60}{\kilo\bit\per\second} .
\end{description}
Für mehr Infos zu den einzelnen Packages, müsst ihr euch die jeweiligen Beschreibungen anschauen.
Für mehr Infos zu den einzelnen Packages, müsst ihr euch die jeweiligen Beschreibungen anschauen. \cite{decotignie2009many}
\chapter{Grundlagen}
......@@ -156,7 +157,8 @@ Das Telefonbuch wäre interessanter, da lernt man vielleicht noch nette Leute ke
% Literaturverzeichnis
%\nocite{*}% Alle Quellen werden verwendet?
\bibliography{Quellen}{}
\nocite{*}
\printbibliography
% Index, wenn nötig
%\indexverzeichnis
......
% index -test
%
%
line_max 72
indent_length 16
group_skip "\\par
\\vspace{6pt plus 2pt minus 2pt}"
% \\vspace{8pt}\\rule{0.4\\columnwidth}{0.4mm}
% \\vspace{5pt plus 2pt minus 2pt}"
headings_flag 1
heading_prefix "\\vspace{12pt} \\textbf{"
heading_suffix "}\\vspace{3pt}"
preamble "\\begin{theindex}\n
\\def\\subitem{\\par\\leavevmode
\\hangindent-40pt
-\\hspace{3pt}}
\\def\\subsubitem{\\par\\leavevmode
\\hangindent-40pt
\\hspace{6pt}\\hspace{6pt}
\\hspace{8pt}}"
delim_0 "}\\dotfill"
%\\hspace{1mm}"
delim_1 "}\\dotfill"
%,\\hspace{1mm}"
delim_2 "}\\dotfill"
%,\\hspace{1mm}"
%delim_n "}\\dotfill"
item_0 "\n \\item {"
item_1 "\n \\subitem {\\small "
item_01 "\n \\subitem {\\small "
item_x1 "}\n \\subitem {\\small "
item_2 "\n \\subsubitem {\\small "
item_12 "\n \\subsubitem {\\small "
item_x2 "}\n \\subsubitem {\\small "
%with this in print version (problems with hyperlinks)
%suffix_2p "f."
%suffix_3p "ff."
%suffix_mp "ff."
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