22 lines
1.1 KiB
TeX
22 lines
1.1 KiB
TeX
\newcommand{\listing}[4]{\subsection{#1}\begin{frame}
|
|
{\bititle\\Présentation / Fichiers / #1}\centering#4
|
|
\lstinputlisting[language={#2}]{#3}\end{frame}}
|
|
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
|
\newcommand{\sublistex}[3]{
|
|
\listing{#1}{[LaTeX]TeX}{présentation/#2}{#3}}
|
|
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
|
\lstdefinelanguage{rst}{keywords={download,literalinclude}}
|
|
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
|
\definecolor{bg}{rgb}{0.92,0.92,0.92}
|
|
\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\scriptsize,
|
|
numbers=left,
|
|
numbersep=0.5em,
|
|
%backgroundcolor=\color{bg},
|
|
commentstyle=\color{cm},
|
|
keywordstyle=\color{kw},
|
|
stringstyle=\color{str},
|
|
}
|