@@ -8,6 +8,7 @@ if [[ -z $1 ]]; then | |||||
fi | fi | ||||
( | ( | ||||
cd build | |||||
texi2pdf ../python-${1}.tex | |||||
mkdir -p build | |||||
cd build | |||||
texi2pdf ../python-${1}.tex | |||||
) | ) |
@@ -16,6 +16,8 @@ | |||||
\begin{document} | \begin{document} | ||||
\frame{\titlepage} | |||||
\begin{frame} | \begin{frame} | ||||
Note: \\~\\ | Note: \\~\\ | ||||
@@ -72,11 +74,6 @@ Sur deux lignes | |||||
'Je suis une longue string' | 'Je suis une longue string' | ||||
\end{lstlisting} | \end{lstlisting} | ||||
\begin{alertblock}{Note} | |||||
A double tranchant ... | |||||
\end{alertblock} | |||||
\end{frame} | \end{frame} | ||||