Add fontenc with T1 to fix missing font for \textbackslash

This commit is contained in:
Jan Philipp Timme 2018-09-23 16:04:15 +02:00
parent 6329cf2cc2
commit 8a5b6fd1a8
1 changed files with 2 additions and 0 deletions

View File

@ -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