Fix an option breaking font appearance
This commit is contained in:
parent
b5bae2955a
commit
9e61a26ff0
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
\input{COMMON-Config.tex}
|
\input{COMMON-Config.tex}
|
||||||
%\input{COMMON-Style.tex}
|
%\input{COMMON-Style.tex}
|
||||||
|
\usepackage[T1]{fontenc}
|
||||||
|
|
||||||
\author{Jan Philipp Timme}
|
\author{Jan Philipp Timme}
|
||||||
\title{IPv6-VPN Benutzeranleitung}
|
\title{IPv6-VPN Benutzeranleitung}
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
\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{
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ CLNT_DOC_NAME="CLNT-DOC-Master"
|
||||||
|
|
||||||
LAST_EXPORT=`cat LAST_EXPORT`
|
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:
|
render_ma:
|
||||||
pdflatex -output-directory build ${MA_NAME}.tex
|
pdflatex -output-directory build ${MA_NAME}.tex
|
||||||
|
|
Loading…
Reference in New Issue