Add fontenc with T1 to fix missing font for \textbackslash
This commit is contained in:
parent
6329cf2cc2
commit
8a5b6fd1a8
|
@ -18,6 +18,8 @@
|
||||||
\usepackage{caption}
|
\usepackage{caption}
|
||||||
%\captionsetup[table]{skip=8pt}
|
%\captionsetup[table]{skip=8pt}
|
||||||
\usepackage[numbers,round]{natbib} % Let's try alphadin bibliography style
|
\usepackage[numbers,round]{natbib} % Let's try alphadin bibliography style
|
||||||
|
\usepackage[T1]{fontenc}
|
||||||
|
|
||||||
% Setup für Codeblocks
|
% Setup für Codeblocks
|
||||||
\lstset{
|
\lstset{
|
||||||
% Optionen
|
% Optionen
|
||||||
|
|
Loading…
Reference in New Issue