diff --git a/config/sourcelst.tex b/config/sourcelst.tex index 747e3f8..f80253f 100644 --- a/config/sourcelst.tex +++ b/config/sourcelst.tex @@ -27,6 +27,19 @@ keywordstyle=\color{blue}\textbf } } +\newcommand{\lstsetbash} +{\lstset +{ +language=bash, +numbers=left, +tabsize=4, +frame=single, +basicstyle=\ttfamily\small, +commentstyle=\color{green}, +keywordstyle=\color{blue}\textbf +} +} + \lstloadlanguages{[ISO]C++, [ANSI]C, bash, make, sh, Gnuplot} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%