From: greflm13 Date: Wed, 14 Mar 2018 22:48:22 +0000 (+0100) Subject: error fixed X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=0212e131c0c51ae0ff277783d36208bde3624bc6;p=diplomarbeit-mechatronik-vorlage-latex.git error fixed --- diff --git a/listings.tex b/listings.tex index 16cae6e..288d2ca 100644 --- a/listings.tex +++ b/listings.tex @@ -21,14 +21,13 @@ \lstdefinestyle{java}{ % define java style language=Java, % the language of the code backgroundcolor=\color{codeBackGray}, % choose the background color - basicstyle=\fontencoding{T1}\fontfamily{DejaVuSansMono-TLF}\fontseries{m}\selectfont\footnotesize, % the size and the font that are used for the code + basicstyle=\fontencoding{T1}\fontfamily{DejaVuSansMono-TLF}\fontseries{m}\selectfont\footnotesize, % the size and the font that are used for the code breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace breaklines=true, % sets automatic line breaking captionpos=b, % sets the caption-position to bottom - xleftmargin={0.75cm}, - % align code with text + xleftmargin={0.75cm}, % align code with text commentstyle=\color{java_net_comment}, % comment style - escapeinside={(}{)}, % if you want to add LaTeX within your code + escapeinside={(*}{*)}, % if you want to add LaTeX within your code extendedchars=true, % lets you use non-ASCII characters; for 8-bits encodings only, does not work with UTF-8 frame=none,%single, % adds a frame around the code framexleftmargin=8mm, % include numbers into the frame diff --git a/main.pdf b/main.pdf index a1fc1f6..f0f4d29 100644 Binary files a/main.pdf and b/main.pdf differ