Skip to content

Commit

Permalink
correct the wrong command
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo committed Jun 4, 2015
1 parent 2c4a4e2 commit dcf0e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
\definecolor{colorheader}{RGB}{70,130,180} % SteelBlue

\lstset{
%language=C++,
language=C++,
basicstyle=\small\ttfamily,
numbers=left,
numbersep=5pt,
Expand Down Expand Up @@ -136,7 +136,7 @@
% below for code syntax highlight
\usepackage{fancyvrb}
%\DefineShortVerb[commandchars=\\\{\}]{\|}
\DefineVerbatimEnvironment{Highlighting}{Verbatim}[frame=leftline,numbers=left,gobble=2,numbersep=2pt,commandchars=\\\{\},frame=leftline]
\DefineVerbatimEnvironment{Highlighting}{Verbatim}{frame=leftline,numbers=left,gobble=2,numbersep=2pt,commandchars=\\\{\},frame=leftline}
% Add ',fontsize=\small' for more characters per line
\newenvironment{Shaded}{}{}
\newcommand{\KeywordTok}[1]{\textcolor[rgb]{0.00,0.44,0.13}{\textbf{{#1}}}}
Expand Down

0 comments on commit dcf0e42

Please sign in to comment.