Fix an option breaking font appearance

This commit is contained in:
Jan Philipp Timme 2018-09-24 11:06:38 +02:00
parent b5bae2955a
commit 9e61a26ff0
3 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,7 @@
\input{COMMON-Config.tex}
%\input{COMMON-Style.tex}
\usepackage[T1]{fontenc}
\author{Jan Philipp Timme}
\title{IPv6-VPN Benutzeranleitung}

View File

@ -18,7 +18,6 @@
\usepackage{caption}
%\captionsetup[table]{skip=8pt}
\usepackage[numbers,round]{natbib} % Let's try alphadin bibliography style
\usepackage[T1]{fontenc}
% Setup für Codeblocks
\lstset{

View File

@ -7,7 +7,7 @@ CLNT_DOC_NAME="CLNT-DOC-Master"
LAST_EXPORT=`cat LAST_EXPORT`
default: cleanall render_ma render_ca_doc render_srv_doc
default: cleanall render_ma render_ca_doc render_srv_doc render_clnt_doc
render_ma:
pdflatex -output-directory build ${MA_NAME}.tex