finish part1
This commit is contained in:
parent
58bf8f6afa
commit
51ce1f0352
8 changed files with 206 additions and 52 deletions
|
@ -30,6 +30,14 @@
|
|||
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
|
||||
\definecolor{weborange}{rgb}{1,0.65,0}
|
||||
|
||||
\usepackage{fancyvrb}
|
||||
\RecustomVerbatimCommand{\VerbatimInput}{VerbatimInput}%
|
||||
{fontsize=\footnotesize,
|
||||
commandchars=\|\(\), % escape character and argument delimiters for
|
||||
% commands within the verbatim
|
||||
commentchar=* % comment character
|
||||
}
|
||||
|
||||
\lstdefinestyle{mystyle}{
|
||||
backgroundcolor=\color{backcolour},
|
||||
commentstyle=\color{codegreen},
|
||||
|
|
Reference in a new issue