wip
This commit is contained in:
parent
469d565ddd
commit
f211706a9d
4 changed files with 65 additions and 45 deletions
|
@ -28,6 +28,18 @@ urlcolor=blue,
|
|||
}{\end{itemize}}
|
||||
%\pagenumbering{gobble}
|
||||
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
\definecolor{bg}{rgb}{0.9,0.9,0.9}
|
||||
\definecolor{cm}{rgb}{0.1,0.6,0.1}
|
||||
\definecolor{kw}{rgb}{0.8,0.1,0.1}
|
||||
\definecolor{str}{rgb}{0.1,0.1,0.8}
|
||||
\lstset{
|
||||
basicstyle=\ttfamily,
|
||||
numbers=left,
|
||||
backgroundcolor=\color{bg},
|
||||
commentstyle=\color{cm},
|
||||
keywordstyle=\color{kw},
|
||||
stringstyle=\color{str},
|
||||
}
|
||||
\newcommand{\cnam}{\begin{center}
|
||||
\includegraphics[height=6em]{../cnam.png}\end{center}}
|
||||
\def\fulltitle{\begin{center}\textbf{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue