Added modified IEEEtran alpha with options for underlining
This commit is contained in:
@@ -60,14 +60,16 @@
|
|||||||
\def\setlanguage{
|
\def\setlanguage{
|
||||||
\usepackage[\theThesisLanguage]{babel}
|
\usepackage[\theThesisLanguage]{babel}
|
||||||
\ifx\theThesisLanguage\dictThesisLanguageEnglish
|
\ifx\theThesisLanguage\dictThesisLanguageEnglish
|
||||||
\bibliographystyle{alpha} % American Style
|
%\bibliographystyle{alpha} % American Style
|
||||||
|
\bibliographystyle{IEEEtranSA_own} % modified IEEE alpha style that allows underlining of own publications
|
||||||
\def\theUniversity{Karlsruhe Institute of Technology}
|
\def\theUniversity{Karlsruhe Institute of Technology}
|
||||||
\sisetup{%
|
\sisetup{%
|
||||||
binary-units = true,
|
binary-units = true,
|
||||||
output-decimal-marker={.}
|
output-decimal-marker={.}
|
||||||
}
|
}
|
||||||
\else
|
\else
|
||||||
\bibliographystyle{alphadin} % DIN norm
|
%\bibliographystyle{alphadin} % DIN norm
|
||||||
|
\bibliographystyle{IEEEtranSA_own} % modified IEEE alpha style that allows underlining of own publications
|
||||||
\def\theUniversity{Karlsruher Institut für Technologie}
|
\def\theUniversity{Karlsruher Institut für Technologie}
|
||||||
\sisetup{%
|
\sisetup{%
|
||||||
binary-units = true,
|
binary-units = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user