Merge branch 'arch_raspberry'

This commit is contained in:
Thomas Klaehn 2016-02-18 09:03:24 +01:00
commit 6e3d47d060

View File

@ -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} \lstloadlanguages{[ISO]C++, [ANSI]C, bash, make, sh, Gnuplot}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%