Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
E2L_Ivry
/
cours-python
Seguir
5
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Cleanup
master
Dimitri Merejkowsky
hace 6 años
padre
952350f3a6
commit
7cd7ea564b
Se han
modificado 2 ficheros
con
5 adiciones
y
7 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-2
sessions/build.sh
+2
-5
sessions/python-02.tex
+ 3
- 2
sessions/build.sh
Ver fichero
@@ -8,6 +8,7 @@ if [[ -z $1 ]]; then
fi
(
cd build
texi2pdf ../python-${1}.tex
mkdir -p build
cd build
texi2pdf ../python-${1}.tex
)
+ 2
- 5
sessions/python-02.tex
Ver fichero
@@ -16,6 +16,8 @@
\begin{document}
\frame{\titlepage}
\begin{frame}
Note: \\~\\
@@ -72,11 +74,6 @@ Sur deux lignes
'Je suis une longue string'
\end{lstlisting}
\begin{alertblock}{Note}
A double tranchant ...
\end{alertblock}
\end{frame}