Skip to content

Commit

Permalink
PDF: Comments upright and blue
Browse files Browse the repository at this point in the history
  • Loading branch information
btj committed May 17, 2020
1 parent 15c89e2 commit 1ef2032
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion latex.template
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,19 @@ $if(beamer)$
$endif$
$if(listings)$
%\usepackage{geometry}
\definecolor{ogpjavadoc}{HTML}{3F5FBF}
\addtolength{\hoffset}{-2cm}
\usepackage{listings}
\newcommand{\passthrough}[1]{#1}
\lstset{defaultdialect=[5.3]Lua}
\lstset{defaultdialect=[x86masm]Assembler}
\usepackage[scaled]{luximono}
\lstset{language=java,basicstyle=\ttfamily\footnotesize,frame=lines}
\lstset{
language=java,
basicstyle=\ttfamily\footnotesize,
commentstyle=\color{ogpjavadoc}\ttfamily\footnotesize,
frame=lines,
rulecolor=\color{black}}
%\lstset{xleftmargin=-2cm,xrightmargin=-2cm}
$endif$
$if(lhs)$
Expand Down

0 comments on commit 1ef2032

Please sign in to comment.