Skip to content

Commit 2568960

Browse files
committed
Rename LaTeX files to English
1 parent 332ccdf commit 2568960

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

[2014] Classes in Python: You're Doing it Wrong/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CODE_OUTPUT=output
1111
PDFLATEX=pdflatex
1212
PDFLATEX_OPTS=-interaction=nonstopmode -halt-on-error -shell-escape
1313

14-
BASENAME=python-clases
14+
BASENAME=python-classes
1515
TEX_FILE=${BASENAME}.tex
1616
PDF_FILE=${BASENAME}.pdf
1717

[2014] Classes in Python: You're Doing it Wrong/portada.tex renamed to [2014] Classes in Python: You're Doing it Wrong/cover.tex

File renamed without changes.

[2014] Classes in Python: You're Doing it Wrong/epilogo.tex renamed to [2014] Classes in Python: You're Doing it Wrong/epilogue.tex

File renamed without changes.

[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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
\begin{document}
7878

7979
\section{Introducción}
80-
\input{portada.tex}
80+
\input{cover.tex}
8181
\input{intro.tex}
8282

8383
\begin{frame}
@@ -154,5 +154,5 @@ \section{09. \_\_init\_\_() y \_\_new\_\_()}
154154
\punto{09}
155155

156156
\section{Epílogo}
157-
\input{epilogo.tex}
157+
\input{epilogue.tex}
158158
\end{document}

0 commit comments

Comments
 (0)