Skip to content
Snippets Groups Projects
config.tex 958 B
Newer Older
  • Learn to ignore specific revisions
  • \renewcommand\abstractname{Abstract} %Abstract
    
    Jan Wille's avatar
    Jan Wille committed
    \@ifpackageloaded{biblatex}{
    	\ExecuteBibliographyOptions{
    		sorting=nyt,
    		bibwarn=true,
    		isbn=false,
    		url=true
    	}
    }{}%
    \@ifpackageloaded{csquotes}{
    	\MakeOuterQuote{"}
    }{}%
    
    Jan Wille's avatar
    Jan Wille committed
    \@ifpackageloaded{siunitx}{
    	\sisetup{
    		free-standing-units,
    		tight-spacing=true,
    		per-mode=symbol,
    		output-decimal-marker={,},
    		scientific-notation=engineering,
    		round-mode = places,
    		round-precision = 3,
    	}
    }{}%
    \@ifpackageloaded{listings}{
    	\lstset{
    		commentstyle=\color{gray},
    		keywordstyle=\color{red},
    		stringstyle=\color{blue},
    		showstringspaces=false,
    		basicstyle=\footnotesize,
    
    		literate={Ö}{{\"O}}1{Ä}{{\"A}}1{Ü}{{\"U}}1{ß}{{\ss}}1{ü}{{\"u}}1{ä}{{\"a}}1{ö}{{\"o}}1,
    		escapeinside={(*@}{@*)},
    
    Jan Wille's avatar
    Jan Wille committed
    	}
    }{}%
    
    \@ifpackageloaded{listings}{
    	\ctikzset{
    		font=\footnotesize,
    		resistors/scale=0.7,
    		transistors/scale=0.75,
    		default/scale=0.5,
    		bipole annotation style/.style={font=\tiny ,inner sep=1pt},
    	}
    }{}%