-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathspanish.tex
18 lines (18 loc) · 904 Bytes
/
spanish.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\floatname{algorithm}{Algoritmo}
\renewcommand{\listalgorithmname}{Lista de algoritmos}
\renewcommand{\algorithmicrequire}{\textbf{Entrada:}}
\renewcommand{\algorithmicensure}{\textbf{Salida:}}
\renewcommand{\algorithmicend}{\textbf{fin}}
\renewcommand{\algorithmicif}{\textbf{si}}
\renewcommand{\algorithmicthen}{\textbf{entonces}}
\renewcommand{\algorithmicelse}{\textbf{si no}}
\renewcommand{\algorithmicfor}{\textbf{para}}
\renewcommand{\algorithmicforall}{\textbf{para todo}}
\renewcommand{\algorithmicdo}{\textbf{hacer}}
\renewcommand{\algorithmicwhile}{\textbf{mientras}}
\renewcommand{\algorithmicloop}{\textbf{repetir}}
\renewcommand{\algorithmicrepeat}{\textbf{repetir}}
\renewcommand{\algorithmicuntil}{\textbf{hasta que}}
\renewcommand{\algorithmicreturn}{\textbf{devolver}}
\renewcommand{\algorithmicprocedure}{\textbf{procedimiento}}
\renewcommand{\algorithmicfunction}{\textbf{función}}