We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332ccdf commit 2568960Copy full SHA for 2568960
4 files changed
[2014] Classes in Python: You're Doing it Wrong/Makefile
@@ -11,7 +11,7 @@ CODE_OUTPUT=output
11
PDFLATEX=pdflatex
12
PDFLATEX_OPTS=-interaction=nonstopmode -halt-on-error -shell-escape
13
14
-BASENAME=python-clases
+BASENAME=python-classes
15
TEX_FILE=${BASENAME}.tex
16
PDF_FILE=${BASENAME}.pdf
17
…ython: You're Doing it Wrong/portada.tex … Python: You're Doing it Wrong/cover.tex[2014] Classes in Python: You're Doing it Wrong/portada.tex renamed to [2014] Classes in Python: You're Doing it Wrong/cover.tex
…ython: You're Doing it Wrong/epilogo.tex …thon: You're Doing it Wrong/epilogue.tex[2014] Classes in Python: You're Doing it Wrong/epilogo.tex renamed to [2014] Classes in Python: You're Doing it Wrong/epilogue.tex
… You're Doing it Wrong/python-clases.tex …You're Doing it Wrong/python-classes.tex[2014] Classes in Python: You're Doing it Wrong/python-clases.tex renamed to [2014] Classes in Python: You're Doing it Wrong/python-classes.tex
@@ -77,7 +77,7 @@
77
\begin{document}
78
79
\section{Introducción}
80
-\input{portada.tex}
+\input{cover.tex}
81
\input{intro.tex}
82
83
\begin{frame}
@@ -154,5 +154,5 @@ \section{09. \_\_init\_\_() y \_\_new\_\_()}
154
\punto{09}
155
156
\section{Epílogo}
157
-\input{epilogo.tex}
+\input{epilogue.tex}
158
\end{document}
0 commit comments