Skip to content
Snippets Groups Projects
Commit a1fcf4a1 authored by Jose-Luis Bote-Garcia's avatar Jose-Luis Bote-Garcia :construction_worker_tone2:
Browse files

Bugfix for error 'class scrbook error undefined old font command sc' with...

Bugfix for error 'class scrbook error undefined old font command sc' with bibtex; deleted bibitem in mdt-sada.tex because it was missleading
parent f2c3dac1
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -256,11 +256,6 @@ Allgemein gibt es außerdem bei den Befehlen \befehl[no]{bild} und \befehl[no]{d
\item \befehl[no]{makeHead}\index{Interner Befehl!makeHead}
\item \befehl[no]{clearmydoublepage}\index{Interner Befehl!clearmydoublepage}
\end{itemize}
% Dummy Literaturverzeichnis
\begin{literaturverzeichnis}
\bibitem{Test}Winkler, D.; Liebezeit, Th.\\\emph{Vorlage für Studien- und Diplomarbeiten - Anleitung für die Benutzung}\\MDT 2007 (unveröffentlicht)
\end{literaturverzeichnis}
% Index
\indexverzeichnis
\end{document}
......
......@@ -10,6 +10,11 @@
\usepackage[binary-units=true,per-mode=symbol,decimalsymbol=comma]{siunitx}
\usepackage{pdfpages}
%\bibliographystyle{gerabbrv}
\bibliographystyle{geralpha}
% Bugfix
\DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc}
\begin{document}
%Schaltet auf römische Seitenzahlen um
\frontmatter
......@@ -130,8 +135,7 @@ Für mehr Infos zu den einzelnen Packages, müsst ihr euch die jeweiligen Beschr
%-------------------------------------------------------
% Literaturverzeichnis
%\nocite{*} % Alle Quellen werden verwendet?
%\bibliographystyle{gerabbrv}
\bibliographystyle{geralpha}
\bibliography{Quellen}{}
% Index, wenn nötig
......
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