2020-05-06 01:23:03 +02:00
|
|
|
\newcommand{\listing}[4]{\subsection{#1}\begin{frame}
|
2020-05-06 18:56:46 +02:00
|
|
|
{\bititle\\Présentation / Fichiers / #1}\centering#4
|
2020-05-05 23:33:42 +02:00
|
|
|
\lstinputlisting[language={#2}]{#3}\end{frame}}
|
|
|
|
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
2020-05-06 18:56:46 +02:00
|
|
|
\newcommand{\sublistex}[3]{
|
|
|
|
\listing{#1}{[LaTeX]TeX}{présentation/#2}{#3}}
|
|
|
|
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
2020-05-06 01:23:03 +02:00
|
|
|
\lstdefinelanguage{rst}{keywords={download,literalinclude}}
|
|
|
|
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
2020-05-07 19:32:47 +02:00
|
|
|
\definecolor{bg}{rgb}{.92,.92,.92}
|
|
|
|
\definecolor{cm}{rgb}{.1,.6,.1}
|
|
|
|
\definecolor{kw}{rgb}{.8,.1,.1}
|
|
|
|
\definecolor{str}{rgb}{.1,.1,.8}
|
2020-05-05 12:42:31 +02:00
|
|
|
\lstset{
|
|
|
|
basicstyle=\ttfamily\scriptsize,
|
|
|
|
numbers=left,
|
2020-05-07 19:32:47 +02:00
|
|
|
numbersep=.5em,
|
2020-05-06 12:03:36 +02:00
|
|
|
%backgroundcolor=\color{bg},
|
2020-05-05 12:42:31 +02:00
|
|
|
commentstyle=\color{cm},
|
|
|
|
keywordstyle=\color{kw},
|
|
|
|
stringstyle=\color{str},
|
|
|
|
}
|