Skip to content

Commit

Permalink
update code style
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng-fan committed Dec 21, 2019
1 parent f09c054 commit 0d17511
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion fz.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
\setCJKsansfont{SimHei}
\setCJKmonofont{SimHei}

% \usepackage{textcomp}
\usepackage{xcolor}
\usepackage{listings}
\lstset{
language=C++,
Expand All @@ -22,7 +24,11 @@
frame=leftline,
escapeinside=``,
extendedchars=false,
showstringspaces=false
showstringspaces=false,
keywordstyle={\bfseries\color{blue}},
commentstyle=\color[RGB]{40, 147, 40},
stringstyle=\color[RGB]{163, 21, 21},
upquote=true
}
\usepackage{geometry}
Expand Down

0 comments on commit 0d17511

Please sign in to comment.