Fix fonts to use T1, which is the correct way nowadays
authorTobias Pape <tobias@netshed.de>
Fri, 27 Dec 2013 13:50:50 +0000 (14:50 +0100)
committerTobias Pape <tobias@netshed.de>
Sat, 28 Dec 2013 00:21:50 +0000 (01:21 +0100)
src/applied-crypto-hardening.tex

index 73a6cf7..c262a9f 100644 (file)
 \renewcommand*\sectfont{\sffamily\color{darkblue}\mdseries}
 %\renewcommand*\sectfont{\rmfamily\mdseries\itshape}
 
-
-% makes default font sans-serif
- \renewcommand{\familydefault}{\sfdefault}
+% changes font encoding to T1
+\usepackage[T1]{fontenc}
+\usepackage{textcomp}
 
 % make font Open Sans
 \usepackage[defaultsans]{opensans}
 
-% changes font encoding to T1 -> to get the right text quotes for code strings
-%\usepackage[T1]{fontenc}
-\usepackage[TS1,T1]{fontenc}
-\usepackage{textcomp}
-\usepackage{upquote}
+% makes default font sans-serif
+ \renewcommand{\familydefault}{\sfdefault}
 
 \lstset{
 %language=Bash,                             % Code langugage