summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-08-13 21:02:24 +0000
committerKarl Berry <karl@freefriends.org>2017-08-13 21:02:24 +0000
commitf31491c8f1cb6807761fc3dd28048f6c76b69367 (patch)
tree75aa0e48340e4fdc282ebec7c655f01b6879c338
parent11b4c0c9232ddb2eacc88676103ed3dd5ce0c9fc (diff)
latex2e-help-texinfo-spanish
git-svn-id: svn://tug.org/texlive/trunk@45037 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/info/latex2e-es.info795
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.dbk281
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.html892
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.pdfbin679406 -> 975447 bytes
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.texi268
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.txt2718
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.xml2325
7 files changed, 3911 insertions, 3368 deletions
diff --git a/Master/texmf-dist/doc/info/latex2e-es.info b/Master/texmf-dist/doc/info/latex2e-es.info
index 404079ec3b4..0ed1a583922 100644
--- a/Master/texmf-dist/doc/info/latex2e-es.info
+++ b/Master/texmf-dist/doc/info/latex2e-es.info
@@ -1,4 +1,4 @@
-This is latex2e-es.info, produced by texi2any version 5.9.91+dev from
+This is latex2e-es.info, produced by makeinfo version 6.1 from
latex2e-es.texi.
Este documento es un manual de referencia extraoficial para LaTeX, un
@@ -15,23 +15,29 @@ Summary’ (para LaTeX 2.09) por L. Botway y C. Biemesderfer (publicada
por el Grupo de Usuarios TeX como ‘TeXniques’ número 10), como material
de referencia (no se copió texto directamente).
- Copyright 2010 Nacho Pacheco —Traducción.
-Copyright 2007, 2008, 2009, 2010 Karl Berry.
+ Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nacho Pacheco
+—Traducción.
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
+Karl Berry.
Copyright 1988, 1994, 2007 Stephen Gilmore.
Copyright 1994, 1995, 1996 Torsten Martinsen.
- Se concede permiso para hacer y distribuir copias literales de este
-manual siempre que el aviso de copyright y esta nota de permiso se
-conserven en todas las copias.
+ A continuación se encuentra la licencia bajo la cual es distribuido
+este manual, una traducción lo es dada en anexo, ver *note License
+translation::.
- Se concede permiso para copiar y distribuir versiones modificadas de
-este manual bajo las condiciones para una copia literal, a condición de
-que todo el trabajo derivado resultante se distribuya bajo los términos
-de una nota de permiso idéntica a ésta.
+ Permission is granted to make and distribute verbatim copies of this
+manual provided the copyright notice and this permission notice are
+preserved on all copies.
- Se concede permiso para copiar y distribuir traducciones de este
-manual a otro idioma, con las condiciones anteriores para versiones
-modificadas.
+ Permission is granted to copy and distribute modified versions of
+this manual under the conditions for verbatim copying, provided that the
+entire resulting derived work is distributed under the terms of a
+permission notice identical to this one.
+
+ Permission is granted to copy and distribute translations of this
+manual into another language, under the above conditions for modified
+versions.
INFO-DIR-SECTION TeX
START-INFO-DIR-ENTRY
* LaTeX2e-es: (latex2e-es). Manual de extraoficial de LaTeX.
@@ -78,6 +84,7 @@ muchos años.
* Entrada/Salida a la Terminal:: Interacción del usuario.
* Línea de Órdenes:: Comportamiento independiente del sistema de la línea de órdenes.
* Plantillas de Documento:: Principales plantillas para diversas clases de documento.
+* Traducción de la licencia: License translation. Una traducciòn como informaciòn de la licencia.
* Índice de Conceptos:: Índice general.
* Índice de Instrucciones:: Lista alfabética de instrucciones LaTeX.
@@ -737,7 +744,7 @@ no genera texto y no afecta la númeración de las partes. El uso normal
de esta instrucción es algo así como:
\chapter{Un Capítulo}
- …
+ ...
\appendix
\chapter{El Primer Apéndice}
@@ -825,7 +832,7 @@ Sinopsis:
\ref{CLAVE}
La instrucción ‘\ref’ produce el número de la unidad de sección de la
-ecuación, pie de página, figura, …, de la instrucción ‘\label’
+ecuación, pie de página, figura, ..., de la instrucción ‘\label’
correspondiente (*note \label::). Esta no produce ningún texto, como
por ejemplo la palabra ‘Sección’ o ‘figura’, únicamente el número.
@@ -1073,10 +1080,10 @@ description::).
De manera predeterminada, la numeración de cada nivel se hace de la
siguiente manera:
- 1. 1., 2., …
- 2. (a), (b), …
- 3. i., ii., …
- 4. A., B., …
+ 1. 1., 2., ...
+ 2. (a), (b), ...
+ 3. i., ii., ...
+ 4. A., B., ...
El entorno ‘enumerate’ usa los contadores ‘\enumi’ hasta ‘\enumiv’
(*note Contadores::). Si se proporciona el argumento opcional a
@@ -1233,36 +1240,51 @@ File: latex2e-es.info, Node: filecontents, Next: flushleft, Prev: figure, Up
Sinopsis:
\begin{filecontents}{NOMBRE-DEL-ARCHIVO}
- CONTENIDO-DEL-ARCHIVO
+ TEXTO
\end{filecontents}
- \documentclass{MI-CLASE-DE-DOCUMENTO}
- El entorno ‘filecontents’ es una “instrucción inicial” : es decir que
-se puedo usarlo solo al delante de la declaración ‘\documentclass’.
+ o
+
+ \begin{filecontents*}{NOMBRE-DEL-ARCHIVO}
+ TEXTO
+ \end{filecontents*}
LaTeX crea un archivo llamado NOMBRE-DEL-ARCHIVO cuyo contenido es
-CONTENIDO-DEL-ARCHIVO con un comentario de cabecera que indica cómo y
-cuando se generó el archivo. Si el archivo ya existe, entonces nada lo
-hará suceder.
-
- También puede utilizar el ‘filecontents’ paquete, que tiene el las
-siguientes ventajas :
- • Si ya existe el archivo, entonces se sobrescribirá.
- • Usted puede utilizar el ‘filecontents’ entorno en cualquier lugar
- después de la declaración ‘\usepackage{filecontents}’.
- • El paquete ‘filecontents’ también proporciona un entorno
- ‘filecontents*’ que se utiliza en la misma forma que el entorno
- ‘filecontents’, salvo que no se introduzca ningún comentario de
- cabecera, por lo que es más adecuado para crear archivos que no
- están en LaTeX formato.
-
- El entorno ‘filecontents’ solo crea el archivo, y es sin relación con
-el uso del archivo creado. Por eso es menester por ejemplo la
-instrucción ‘\input’ o ‘\usepackage’ o ‘\bibliography’, cualquiera sea
-aplicable, par utilizar el archivo creado.
-
- Este entorno es también útil para hacer un ejemplo mínimo en un
-informe de error.
+TEXTO. El entorno sin ‘*’ pone comentario de cabecera ; ver el ejemplo
+más abajo. Con ‘*’ ‘filecontents*’ no incluye el comentario de
+cabecera.
+
+ Este entorno puede ser utilizado en cualquier lugar en el preámbulo,
+aunque aparezca en general antes de la instrucción ‘\documentclass’. Es
+típicamente utilizado cuando el archivo fuente necesita un archivo no
+estándar de estilo o de clase. El entorno permite escribir este archivo
+en el repertorio que contiene este archivo y así de devolver el código
+fuente autónoma. Otra utilización es incluir referencia al formato
+‘bib’ en el archivo fuente, lo mismo para hacerlo autónomo.
+
+ El entorno verifica si un archivo con lo mismo nombre ya existe, y si
+sí, no hace nada. Hay un paquete ‘filecontents’ quién vuelve a definir
+el entorno ‘filecontents’ de modo que en lugar de no hacer nada en este
+caso, sobrescribe en el archivo existente.
+
+ Por ejemplo, este documento
+
+ \documentclass{article}
+ \begin{filecontents}{JH.sty}
+ \newcommand{\minombre}{Jim Hef{}feron}
+ \end{filecontents}
+ \usepackage{JH}
+ \begin{document}
+ Un artículo de \minombre.
+ \end{document}
+
+ produce este archivo ‘JH.sty’.
+
+ %% LaTeX2e file `JH.sty'
+ %% generated by the `filecontents' environment
+ %% from source `test' on 2015/10/12.
+ %%
+ \newcommand{\minombre}{Jim Hef{}feron}

File: latex2e-es.info, Node: flushleft, Next: flushright, Prev: filecontents, Up: Entornos
@@ -1539,7 +1561,7 @@ File: latex2e-es.info, Node: picture, Next: quotation, Prev: minipage, Up: E
==============
\begin{picture}(ancho,alto)(desplazamiento x,desplazamiento y)
- … INSTRUCCIONES DE IMAGEN …
+ ... INSTRUCCIONES DE IMAGEN ...
\end{picture}
El entorno ‘picture’ le permite crear casi cualquier clase de imagen
@@ -2333,7 +2355,7 @@ las citas. Los nombres de ESTILO estándar distribuidos con BibTeX son:
Además, existen muchos otros archivos de estilo BibTeX adaptados a
las demandas de diversas publicaciones. Vea
-<http://www.ctan.org/tex-archive/biblio/bibtex/contrib>.
+<http://mirror.ctan.org/biblio/bibtex/contrib>.
La instrucción ‘\bibliography’ es la que realmente produce la
bibliografía. El argumento ‘\bibliography’ se refiere a archivos con el
@@ -2919,7 +2941,7 @@ Sinopsis:
{ANTES-DEFINICIÓN}{DESPUÉS-DEFINICIÓN}
Estas instrucciones definen o redefinen un entorno ENTORNO, es decir,
-‘\begin{ENTORNO} … \end{ENTORNO}’.
+‘\begin{ENTORNO} ... \end{ENTORNO}’.
ENTORNO
El nombre del entorno. Para ‘\newenvironment’, ENTORNO no debe ser
@@ -3287,10 +3309,10 @@ File: latex2e-es.info, Node: \indent, Next: \noindent, Up: Haciendo Párrafos
16.1 ‘\indent’
==============
-‘\indent’ produce un espacio horizontal donde el ancho es igual al ancho
-de la longitud de ‘\parindent’, la sangría de un párrafo normal. Esta
-se utiliza para añadir la sangría de párrafos donde esta debería
-suprimirse en otro caso.
+‘\indent’ produce un espacio horizontal donde el ancho es igual la
+longitud de ‘\parindent’, la sangría de un párrafo normal. Esta se
+utiliza para añadir la sangría de párrafos donde esta debería suprimirse
+en otro caso.
El valor predeterminado para ‘\parindent’ es ‘1em’ en modo de dos
columnas, de lo contrario ‘15pt’ para documentos de ‘10pt’, ‘17pt’ para
@@ -4568,12 +4590,12 @@ una declaración incluso si normalmente no es así. Esto se suele
utilizar después de una letra mayúscula. Aquí están lado a lado
ejemplos con y sin ‘\@’:
- … en C\@. Pascal, aunque …
- … en C. Pascal, aunque …
+ ... en C\@. Pascal, aunque ...
+ ... en C. Pascal, aunque ...
produce
- … en C. Pascal, aunque … … en C. Pascal, aunque …
+ ... en C. Pascal, aunque ... ... en C. Pascal, aunque ...

File: latex2e-es.info, Node: \thinspace, Next: \/, Prev: \AT, Up: Espacios
@@ -4993,8 +5015,8 @@ el paquete ‘textcomp’.
‘\ldots’
‘\dots’
‘\textellipsis’
- Puntos suspensivos (tres puntos en la línea base): ‘…’. ‘\ldots’ y
- ‘\dots’ también trabajan en modo math.
+ Puntos suspensivos (tres puntos en la línea base): ‘...’. ‘\ldots’
+ y ‘\dots’ también trabajan en modo math.
‘\lq’
Comilla izquierda (de apertura): ‘.
@@ -5066,7 +5088,7 @@ el paquete ‘textcomp’.
‘\textdaggerdbl’
Daga doble: \ddag.
-‘\textdollar (o ‘$’)’
+‘\textdollar (o ‘\$’)’
Signo de Dólar: $.
‘\textemdash (o ‘---’)’
@@ -5098,7 +5120,7 @@ el paquete ‘textcomp’.
Símbolo ordinal femenino: ª.
‘\textperiodcentered’
- Punto centrado: \cdot.
+ Punto centrado: ·.
‘\textquestiondown (o ‘?`’)’
Signo de interrogación inicial: ¿.
@@ -5129,7 +5151,7 @@ el paquete ‘textcomp’.
em-dash de “Tres cuartos”, entre en-dash y em-dash.
‘\texttrademark’
- Símbolo de marca comercial: ^{\hbox{TM}}.
+ Símbolo de marca comercial: ™.
‘\texttwelveudash’
Xx 12u-.
@@ -5188,7 +5210,8 @@ uso con letras mayúsculas. Estas no están disponibles con OT1.
Produce una tilde como acento sobre la siguiente, como en ñ.
‘\b’
- Produce una barra como acento sobre la siguiente, como en o̲.
+ Produce una barra como acento debajo de la siguiente, como en o̲.
+ Vea también ‘\underbar’ a continuación
‘\c’
‘\capitalcedilla’
@@ -5221,8 +5244,8 @@ uso con letras mayúsculas. Estas no están disponibles con OT1.
‘\capitaltie’
‘\newtie’
‘\capitalnewtie’
- Produce una atadura con el siguiente como acento, como en ‘oo͡’.
- La forma ‘\newtie’ está centrada en su caja.
+ Produce una atadura con el siguiente como acento, como en ‘oo͡’. La
+ forma ‘\newtie’ está centrada en su caja.
‘\u’
‘\capitalbreve’
@@ -5233,7 +5256,8 @@ uso con letras mayúsculas. Estas no están disponibles con OT1.
texto. El argumento siempre se procesa en modo horizontal. La
barra siempre está en una posición fija en la línea base, por lo
que cruza a través de los trazos descendentes. Vea también
- ‘\underline’ en *note Miscelánea Math::.
+ ‘\underline’ en *note Miscelánea Math::. Vea también ‘\b’ aquí
+ antes
‘\v’
‘\capitalcaron’
@@ -5593,8 +5617,8 @@ ordinaria. Las instrucciones que no tienen sentido en una carta, como
‘\closing’.
Después de ‘closing’, usted puede colocar material adicional. La
-instrucción ‘\cc’ produce el usual “cc: …”. También hay una instrucción
-‘\encl’ similar para una lista de destinatarios. Con ambas
+instrucción ‘\cc’ produce el usual “cc: ...”. También hay una
+instrucción ‘\encl’ similar para una lista de destinatarios. Con ambas
instrucciones, use ‘\\’ para separar los elementos.
Estas instrucciones se utilizan con la clase ‘letter’.
@@ -5845,7 +5869,7 @@ debe procesar ‘foo.tex’ sin hacer una pausa después de cada error.
Intro) y este terminará el documento prematuramente.

-File: latex2e-es.info, Node: Plantillas de Documento, Next: Índice de Conceptos, Prev: Línea de Órdenes, Up: Top
+File: latex2e-es.info, Node: Plantillas de Documento, Next: License translation, Prev: Línea de Órdenes, Up: Top
Appendix A Plantillas de Documento
**********************************
@@ -6008,7 +6032,29 @@ dudas.
\end{document}

-File: latex2e-es.info, Node: Índice de Conceptos, Next: Índice de Instrucciones, Prev: Plantillas de Documento, Up: Top
+File: latex2e-es.info, Node: License translation, Next: Plantillas de Documento, Prev: Índice de Conceptos, Up: Top
+
+Appendix B Traducción de la licencia
+************************************
+
+La traducción que sigue es dada únicamente como informaciòn, y no
+reemplaza el texto en inglés dado al principio de este documento.
+
+ Se concede permiso para hacer y distribuir copias literales de este
+manual siempre que el aviso de copyright y esta nota de permiso se
+conserven en todas las copias.
+
+ Se concede permiso para copiar y distribuir versiones modificadas de
+este manual bajo las condiciones para una copia literal, a condición de
+que todo el trabajo derivado resultante se distribuya bajo los términos
+de una nota de permiso idéntica a ésta.
+
+ Se concede permiso para copiar y distribuir traducciones de este
+manual a otro idioma, con las condiciones anteriores para versiones
+modificadas.
+
+
+File: latex2e-es.info, Node: Índice de Conceptos, Next: Índice de Instrucciones, Prev: License translation, Up: Top
Índice de Conceptos
*******************
@@ -6016,30 +6062,30 @@ File: latex2e-es.info, Node: Índice de Conceptos, Next: Índice de Instruccio
* Menu:
-* ‘*’ apuntador: Línea de Órdenes. (line 17)
-* ‘\include’ anidada, no se permite: \include. (line 18)
+* * apuntador: Línea de Órdenes. (line 17)
+* \include anidada, no se permite: \include. (line 18)
* ‘vea’ y ‘vea también’ entradas de índice: Índices. (line 16)
* accediendo a cualquier carácter del tipo de letra: Caracteres Reservados.
(line 26)
* acento agudo: Acentos. (line 21)
* acento agudo, math: Acentos Matemáticos. (line 11)
-* acento anticircunflejo: Acentos. (line 97)
+* acento anticircunflejo: Acentos. (line 99)
* acento barra: Acentos. (line 48)
* acento barra encima: Acentos. (line 30)
* acento barra horizontal, math: Acentos Matemáticos. (line 14)
* acento barra sobre: Acentos. (line 30)
* acento breve, math: Acentos Matemáticos. (line 17)
-* acento cedilla: Acentos. (line 52)
+* acento cedilla: Acentos. (line 53)
* acento circunflejo: Acentos. (line 34)
* acento circunflejo <1>: Acentos. (line 34)
* acento circunflejo amplio, math: Acentos Matemáticos. (line 47)
* acento circunflejo, math: Acentos Matemáticos. (line 32)
* acento circunflejo, math <1>: Acentos Matemáticos. (line 32)
-* acento círculo: Acentos. (line 56)
+* acento círculo: Acentos. (line 57)
* acento de verificación, math: Acentos Matemáticos. (line 20)
* acento diéresis: Acentos. (line 17)
* acento diéresis <1>: Acentos. (line 17)
-* acento diéresis húngara: Acentos. (line 60)
+* acento diéresis húngara: Acentos. (line 61)
* acento diéresis, math: Acentos Matemáticos. (line 23)
* acento grave: Acentos. (line 39)
* acento grave, math: Acentos Matemáticos. (line 29)
@@ -6060,15 +6106,15 @@ File: latex2e-es.info, Node: Índice de Conceptos, Next: Índice de Instruccio
* alineando texto en columnas con tabulaciones: tabbing. (line 6)
* alineando texto en tablas: tabular. (line 6)
* ampliando la página actual: \enlargethispage. (line 6)
-* anillo acento: Acentos. (line 75)
-* anticircunflejo acento: Acentos. (line 97)
+* anillo acento: Acentos. (line 76)
+* anticircunflejo acento: Acentos. (line 99)
* antígrafo o simplemente signo de párrafo: Símbolos de Texto.
(line 45)
-* apuntador, ‘*’: Línea de Órdenes. (line 17)
+* apuntador, *: Línea de Órdenes. (line 17)
* apéndices, creando: Seccionado. (line 40)
-* archivo ‘.glo’: Glosarios. (line 8)
-* archivo ‘.idx’: Índices. (line 9)
-* archivo ‘.ind’: Índices. (line 23)
+* archivo .glo: Glosarios. (line 8)
+* archivo .idx: Índices. (line 9)
+* archivo .ind: Índices. (line 23)
* archivo de entrada: Dividiendo la Entrada.
(line 6)
* argumentos móviles: \protect. (line 6)
@@ -6078,7 +6124,7 @@ File: latex2e-es.info, Node: Índice de Conceptos, Next: Índice de Instruccio
(line 11)
* asterisco centrado, en texto: Símbolos de Texto. (line 71)
* asterisco, centrado, en texto: Símbolos de Texto. (line 71)
-* atadura con siguiente acento: Acentos. (line 81)
+* atadura con siguiente acento: Acentos. (line 82)
* autor, para titlepage: \maketitle. (line 12)
* bala, en texto: Símbolos de Texto. (line 92)
* bar, vertical, en texto: Símbolos de Texto. (line 77)
@@ -6089,7 +6135,7 @@ File: latex2e-es.info, Node: Índice de Conceptos, Next: Índice de Instruccio
* bibliografía, creando (automáticamente): Usando BibTeX. (line 6)
* bibliografía, creando (manualmente): thebibliography. (line 6)
* bibTeX, usando: Usando BibTeX. (line 6)
-* breve acento: Acentos. (line 86)
+* breve acento: Acentos. (line 87)
* cajas: Cajas. (line 6)
* caracteres especiales: Caracteres no Ingleses.
(line 6)
@@ -6107,14 +6153,14 @@ File: latex2e-es.info, Node: Índice de Conceptos, Next: Índice de Instruccio
* cartas: Cartas. (line 6)
* cartas, iniciando: \opening. (line 6)
* cartas, terminando: \closing. (line 6)
-* carón acento: Acentos. (line 97)
+* carón acento: Acentos. (line 99)
* centrar texto, declaración para: \centering. (line 6)
* centrar texto, entorno para: center. (line 6)
* cerrando cartas: \closing. (line 6)
* circunflejo, ASCII, en texto: Símbolos de Texto. (line 65)
* clases de documento: Clases de Documento. (line 6)
* clases de documentos: Clases de Documento. (line 6)
-* colita: Acentos. (line 70)
+* colita: Acentos. (line 71)
* comilla angular de apertura: Símbolos de Texto. (line 31)
* comilla angular de cierre: Símbolos de Texto. (line 31)
* comilla de apertura: Símbolos de Texto. (line 41)
@@ -6251,7 +6297,7 @@ File: latex2e-es.info, Node: Índice de Conceptos, Next: Índice de Instruccio
* haciendo una página de título: titlepage. (line 6)
* header, parámetros para: Parámetros para el Diseño de Página.
(line 6)
-* i sin punto: Acentos. (line 63)
+* i sin punto: Acentos. (line 64)
* i sin punto, math: Acentos Matemáticos. (line 35)
* imágenes, creando: picture. (line 6)
* informes de errores: Acerca de este documento.
@@ -6272,13 +6318,12 @@ File: latex2e-es.info, Node: Índice de Conceptos, Next: Índice de Instruccio
* instrucciones robustas: \protect. (line 17)
* instrucciones, definiendo nuevas: \newcommand y \renewcommand.
(line 6)
-* instrucción inicial: filecontents. (line 13)
* interlineado doble: Instrucciones de Bajo Nivel para el Tipo de Letra.
(line 57)
* interrogación, inicial: Símbolos de Texto. (line 145)
* islandés eth: Caracteres no Ingleses.
(line 19)
-* j sin punto: Acentos. (line 66)
+* j sin punto: Acentos. (line 67)
* j sin punto, math: Acentos Matemáticos. (line 38)
* justificación, alineando a la derecha: \raggedright. (line 6)
* justificación, irregular a la izquierda: \raggedleft. (line 6)
@@ -6340,7 +6385,7 @@ File: latex2e-es.info, Node: Índice de Conceptos, Next: Índice de Instruccio
* línea recta de guión doble, base: Símbolos de Texto. (line 161)
* línea, saltos de: Saltos de Línea. (line 6)
* líneas en tablas: tabular. (line 6)
-* ‘makeindex’ programa: Índices. (line 23)
+* makeindex programa: Índices. (line 23)
* marca izquierda, doble: Símbolos de Texto. (line 148)
* marca palabra compuesta, en texto: Símbolos de Texto. (line 100)
* matemáticas, negrita: Estilos del Tipo de Letra.
@@ -6406,13 +6451,13 @@ File: latex2e-es.info, Node: Índice de Conceptos, Next: Índice de Instruccio
* ordinales, femenino y masculino: Símbolos de Texto. (line 136)
* oslash: Caracteres no Ingleses.
(line 39)
-* paquete ‘datetime’: \today. (line 11)
-* paquete ‘float’: figure. (line 35)
-* paquete ‘makeidx’: Índices. (line 30)
-* paquete ‘multind’: Índices. (line 42)
-* paquete ‘setspace’: Instrucciones de Bajo Nivel para el Tipo de Letra.
+* paquete datetime: \today. (line 11)
+* paquete float: figure. (line 35)
+* paquete makeidx: Índices. (line 30)
+* paquete multind: Índices. (line 42)
+* paquete setspace: Instrucciones de Bajo Nivel para el Tipo de Letra.
(line 57)
-* paquete ‘showidx’: Índices. (line 38)
+* paquete showidx: Índices. (line 38)
* paquetes, cargando: Opciones de Clase de Documento.
(line 74)
* parámetros de footnote: Parámetros para Footnote.
@@ -6468,7 +6513,7 @@ File: latex2e-es.info, Node: Índice de Conceptos, Next: Índice de Instruccio
* siguiendo el estilo de encabezado y pie de página: \pagestyle.
(line 6)
* simulando texto escrito: verbatim. (line 6)
-* subrayado: Acentos. (line 89)
+* subrayado: Acentos. (line 90)
* subrayado, en texto: Símbolos de Texto. (line 179)
* subíndice: Subíndices y Superíndices.
(line 6)
@@ -6555,7 +6600,7 @@ File: latex2e-es.info, Node: Índice de Conceptos, Next: Índice de Instruccio
* títulos, haciendo: \maketitle. (line 6)
* usando BibTeX: Usando BibTeX. (line 6)
* variables, una lista de: Contadores. (line 6)
-* ‘xindy’ programa: Índices. (line 23)
+* xindy programa: Índices. (line 23)
* Énfasis: Estilos del Tipo de Letra.
(line 33)
* énfasis: Estilos del Tipo de Letra.
@@ -6638,7 +6683,7 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
* \alsoname: Índices. (line 20)
* \amalg: Símbolos Matemáticos.
(line 20)
-* \and para ‘\author’: \maketitle. (line 12)
+* \and para \author: \maketitle. (line 12)
* \angle: Símbolos Matemáticos.
(line 23)
* \appendix: Seccionado. (line 40)
@@ -6725,25 +6770,25 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
* \breve: Acentos Matemáticos. (line 16)
* \bullet: Símbolos Matemáticos.
(line 86)
-* \c (acento cedilla): Acentos. (line 52)
+* \c (acento cedilla): Acentos. (line 53)
* \cal: Estilos del Tipo de Letra.
(line 84)
* \cap: Símbolos Matemáticos.
(line 89)
* \capitalacute: Acentos. (line 21)
-* \capitalbreve: Acentos. (line 86)
-* \capitalcaron: Acentos. (line 97)
-* \capitalcedilla: Acentos. (line 52)
+* \capitalbreve: Acentos. (line 87)
+* \capitalcaron: Acentos. (line 99)
+* \capitalcedilla: Acentos. (line 53)
* \capitalcircumflex: Acentos. (line 34)
* \capitaldieresis: Acentos. (line 17)
-* \capitaldotaccent: Acentos. (line 56)
+* \capitaldotaccent: Acentos. (line 57)
* \capitalgrave: Acentos. (line 39)
-* \capitalhungarumlaut: Acentos. (line 60)
+* \capitalhungarumlaut: Acentos. (line 61)
* \capitalmacron: Acentos. (line 30)
-* \capitalnewtie: Acentos. (line 81)
-* \capitalogonek: Acentos. (line 70)
-* \capitalring: Acentos. (line 75)
-* \capitaltie: Acentos. (line 81)
+* \capitalnewtie: Acentos. (line 82)
+* \capitalogonek: Acentos. (line 71)
+* \capitalring: Acentos. (line 76)
+* \capitaltie: Acentos. (line 82)
* \capitaltilde: Acentos. (line 45)
* \caption: figure. (line 52)
* \cc: \cc. (line 6)
@@ -6786,7 +6831,7 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
(line 36)
* \cup: Símbolos Matemáticos.
(line 110)
-* \d (acento círculo): Acentos. (line 56)
+* \d (acento círculo): Acentos. (line 57)
* \dag: Símbolos de Texto. (line 15)
* \dagger: Símbolos Matemáticos.
(line 113)
@@ -6835,7 +6880,6 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
* \DJ: Caracteres no Ingleses.
(line 23)
* \documentclass: Clases de Documento. (line 6)
-* \documentclass, intrucciones delantes de: filecontents. (line 13)
* \dot: Acentos Matemáticos. (line 25)
* \doteq: Símbolos Matemáticos.
(line 140)
@@ -6942,7 +6986,7 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
* \guillemotright (»): Símbolos de Texto. (line 28)
* \guilsinglleft (‹): Símbolos de Texto. (line 29)
* \guilsinglright (›): Símbolos de Texto. (line 30)
-* \H (acento diéresis Húngara): Acentos. (line 60)
+* \H (acento diéresis Húngara): Acentos. (line 61)
* \hat: Acentos Matemáticos. (line 31)
* \hbar: Símbolos Matemáticos.
(line 194)
@@ -6969,7 +7013,7 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
* \Huge: Tamaños del Tipo de Letra.
(line 12)
* \hyphenation: \hyphenation. (line 6)
-* \i (i sin punto): Acentos. (line 63)
+* \i (i sin punto): Acentos. (line 64)
* \iff: Símbolos Matemáticos.
(line 206)
* \ij (ij): Caracteres no Ingleses.
@@ -7005,11 +7049,11 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
* \itemsep: itemize. (line 76)
* \itshape: Estilos del Tipo de Letra.
(line 30)
-* \j (j sin punto): Acentos. (line 66)
+* \j (j sin punto): Acentos. (line 67)
* \jmath: Acentos Matemáticos. (line 37)
* \Join: Símbolos Matemáticos.
(line 224)
-* \k (colita —ogonek en polaco): Acentos. (line 70)
+* \k (colita —ogonek en polaco): Acentos. (line 71)
* \kappa: Símbolos Matemáticos.
(line 227)
* \ker: Funciones Matemáticas.
@@ -7125,7 +7169,7 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
(line 301)
* \lq: Símbolos de Texto. (line 40)
* \makebox: \makebox. (line 6)
-* \makebox (‘picture’): \makebox (picture). (line 6)
+* \makebox (picture): \makebox (picture). (line 6)
* \makeglossary: Glosarios. (line 6)
* \makeindex: Índices. (line 6)
* \makelabels: \makelabels. (line 6)
@@ -7201,7 +7245,7 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
* \newpage: \newpage. (line 6)
* \newsavebox: \newsavebox. (line 6)
* \newtheorem: \newtheorem. (line 6)
-* \newtie: Acentos. (line 81)
+* \newtie: Acentos. (line 82)
* \ng: Caracteres no Ingleses.
(line 35)
* \NG: Caracteres no Ingleses.
@@ -7319,7 +7363,7 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
* \put: \put. (line 6)
* \quotedblbase („): Símbolos de Texto. (line 51)
* \quotesinglbase (‚): Símbolos de Texto. (line 52)
-* \r (acento anillo): Acentos. (line 75)
+* \r (acento anillo): Acentos. (line 76)
* \raggedbottom: \raggedbottom. (line 6)
* \raggedleft: \raggedleft. (line 6)
* \raggedright: \raggedright. (line 6)
@@ -7479,7 +7523,7 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
(line 537)
* \symbol: Caracteres Reservados.
(line 26)
-* \t (acento atadura con siguiente): Acentos. (line 81)
+* \t (acento atadura con siguiente): Acentos. (line 82)
* \TAB: \SPACE. (line 6)
* \tabbingsep: tabbing. (line 85)
* \tabcolsep: tabular. (line 110)
@@ -7511,12 +7555,12 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
* \textcopyright: Símbolos de Texto. (line 12)
* \textdagger: Símbolos de Texto. (line 104)
* \textdaggerdbl: Símbolos de Texto. (line 107)
-* \textdollar (o ‘$’): Símbolos de Texto. (line 110)
+* \textdollar (o \$): Símbolos de Texto. (line 110)
* \textellipsis: Símbolos de Texto. (line 36)
-* \textemdash (o ‘---’): Símbolos de Texto. (line 113)
-* \textendash (o ‘--’): Símbolos de Texto. (line 116)
+* \textemdash (o ---): Símbolos de Texto. (line 113)
+* \textendash (o --): Símbolos de Texto. (line 116)
* \texteuro: Símbolos de Texto. (line 119)
-* \textexclamdown (o ‘!`’): Símbolos de Texto. (line 122)
+* \textexclamdown (o !`): Símbolos de Texto. (line 122)
* \textfloatsep: figure. (line 73)
* \textfraction: figure. (line 78)
* \textgreater: Símbolos de Texto. (line 125)
@@ -7535,11 +7579,11 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
* \textordmasculine: Símbolos de Texto. (line 135)
* \textparagraph: Símbolos de Texto. (line 44)
* \textperiodcentered: Símbolos de Texto. (line 141)
-* \textquestiondown (o ‘?`’): Símbolos de Texto. (line 144)
-* \textquotedblleft (o ‘``’): Símbolos de Texto. (line 147)
-* \textquotedblright (o ‘'’): Símbolos de Texto. (line 150)
-* \textquoteleft (o ‘`’): Símbolos de Texto. (line 153)
-* \textquoteright (o ‘'’): Símbolos de Texto. (line 156)
+* \textquestiondown (o ?`): Símbolos de Texto. (line 144)
+* \textquotedblleft (o ``): Símbolos de Texto. (line 147)
+* \textquotedblright (o '): Símbolos de Texto. (line 150)
+* \textquoteleft (o `): Símbolos de Texto. (line 153)
+* \textquoteright (o '): Símbolos de Texto. (line 156)
* \textquotestraightbase: Símbolos de Texto. (line 159)
* \textquotestraightdblbase: Símbolos de Texto. (line 160)
* \textregistered: Símbolos de Texto. (line 163)
@@ -7607,10 +7651,10 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
* \twocolumn: \twocolumn. (line 6)
* \typein: \typein. (line 6)
* \typeout: \typeout. (line 6)
-* \u (breve acento): Acentos. (line 86)
+* \u (breve acento): Acentos. (line 87)
* \unboldmath: Fórmulas Matemáticas.
(line 29)
-* \underbar: Acentos. (line 89)
+* \underbar: Acentos. (line 90)
* \underbrace{matemáticas}: Miscelánea Math. (line 44)
* \underline{text}: Miscelánea Math. (line 47)
* \unitlength: picture. (line 10)
@@ -7640,7 +7684,7 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
(line 76)
* \usepackage: Opciones de Clase de Documento.
(line 74)
-* \v (breve acento): Acentos. (line 97)
+* \v (breve acento): Acentos. (line 99)
* \value: \value. (line 6)
* \varepsilon: Símbolos Matemáticos.
(line 593)
@@ -7689,20 +7733,20 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
(line 638)
* \[: Fórmulas Matemáticas.
(line 16)
-* \\ (para ‘array’): array. (line 27)
-* \\ (para ‘centrar’): center. (line 13)
-* \\ (para ‘eqnarray’): eqnarray. (line 12)
-* \\ (para ‘flushright’): flushright. (line 12)
-* \\ (para objetos ‘\shortstack’): \shortstack. (line 20)
+* \\ (para array): array. (line 27)
+* \\ (para centrar): center. (line 13)
+* \\ (para eqnarray): eqnarray. (line 12)
+* \\ (para flushright): flushright. (line 12)
+* \\ (para objetos \shortstack): \shortstack. (line 20)
* \\ forzar la separación de línea: \\. (line 6)
* \\ para cartas: Cartas. (line 34)
-* \\ para ‘flushleft’: flushleft. (line 12)
-* \\ para ‘tabular’: tabular. (line 23)
-* \\ para ‘verse’: verse. (line 17)
-* \\ para ‘\author’: \maketitle. (line 12)
-* \\ para ‘\title’: \maketitle. (line 29)
+* \\ para flushleft: flushleft. (line 12)
+* \\ para tabular: tabular. (line 23)
+* \\ para verse: verse. (line 17)
+* \\ para \author: \maketitle. (line 12)
+* \\ para \title: \maketitle. (line 29)
* \\ tabbing: tabbing. (line 26)
-* \\* (para ‘eqnarray’): eqnarray. (line 17)
+* \\* (para eqnarray): eqnarray. (line 17)
* \]: Fórmulas Matemáticas.
(line 16)
* \^: Caracteres Reservados.
@@ -7725,19 +7769,25 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
(line 6)
* _: Subíndices y Superíndices.
(line 6)
-* array entorno: array. (line 6)
+* abstract, entorno: abstract. (line 6)
+* array, entorno: array. (line 6)
* caja lR: picture. (line 67)
+* center, entorno: center. (line 6)
* clase article: Clases de Documento. (line 13)
* clase book: Clases de Documento. (line 13)
* clase letter: Clases de Documento. (line 13)
* clase report: Clases de Documento. (line 13)
* clase slides: Clases de Documento. (line 13)
* contador secnumdepth: Seccionado. (line 50)
+* description, entorno: description. (line 6)
+* displaymath, entorno: displaymath. (line 6)
+* displaymath, entorno <1>: Fórmulas Matemáticas.
+ (line 6)
+* document, entorno: document. (line 6)
* ejemplo \Alph: enumerate. (line 41)
* ejemplo \parskip: itemize. (line 99)
-* entorno flushleft: flushleft. (line 6)
-* entorno itemize: itemize. (line 6)
* entorno abstract: abstract. (line 6)
+* entorno array: array. (line 6)
* entorno center: center. (line 6)
* entorno description: description. (line 6)
* entorno displaymath: displaymath. (line 6)
@@ -7749,24 +7799,50 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
* entorno equation: equation. (line 6)
* entorno equation <1>: Fórmulas Matemáticas.
(line 6)
+* entorno figure: figure. (line 6)
+* entorno filecontents: filecontents. (line 6)
+* entorno filecontents*: filecontents. (line 6)
+* entorno flushleft: flushleft. (line 6)
* entorno flushright: flushright. (line 6)
+* entorno itemize: itemize. (line 6)
+* entorno letter: letter. (line 6)
+* entorno list: list. (line 6)
* entorno math: math. (line 6)
* entorno math <1>: Fórmulas Matemáticas.
(line 6)
* entorno minipage: minipage. (line 6)
+* entorno picture: picture. (line 6)
+* entorno quotation: quotation. (line 6)
+* entorno quote: quote. (line 6)
* entorno tabbing: tabbing. (line 6)
+* entorno table: table. (line 6)
* entorno tabular: tabular. (line 6)
+* entorno thebibliography: thebibliography. (line 6)
* entorno theorem: theorem. (line 6)
* entorno titlepage: titlepage. (line 6)
* entorno verbatim: verbatim. (line 6)
* entorno verse: verse. (line 6)
-* figure: figure. (line 6)
+* enumerate, entorno: enumerate. (line 6)
+* eqnarray, entorno: eqnarray. (line 6)
+* equation, entorno: equation. (line 6)
+* equation, entorno <1>: Fórmulas Matemáticas.
+ (line 6)
+* figure, entorno: figure. (line 6)
+* filecontents*, entorno: filecontents. (line 6)
+* filecontents, entorno: filecontents. (line 6)
+* flushleft, entorno: flushleft. (line 6)
+* flushright, entorno: flushright. (line 6)
* indexspace: Índices. (line 34)
+* itemize, entorno: itemize. (line 6)
* <latexrefman-discuss@gna.org> dirección de correo electrónico: Acerca de este documento.
(line 12)
-* letter: letter. (line 6)
-* list: list. (line 6)
+* letter, entorno: letter. (line 6)
+* list, entorno: list. (line 6)
* lrbox: lrbox. (line 6)
+* math, entorno: math. (line 6)
+* math, entorno <1>: Fórmulas Matemáticas.
+ (line 6)
+* minipage, entorno: minipage. (line 6)
* opción 10pt: Opciones de Clase de Documento.
(line 15)
* opción 11pt: Opciones de Clase de Documento.
@@ -7814,221 +7890,228 @@ File: latex2e-es.info, Node: Índice de Instrucciones, Prev: Índice de Concep
* opción twoside: Opciones de Clase de Documento.
(line 47)
* paquete textcomp: Símbolos de Texto. (line 6)
-* picture: picture. (line 6)
+* picture, entorno: picture. (line 6)
* printindex: Índices. (line 30)
-* quotation: quotation. (line 6)
-* quote: quote. (line 6)
-* table: table. (line 6)
-* thebibliography: thebibliography. (line 6)
+* quotation, entorno: quotation. (line 6)
+* quote, entorno: quote. (line 6)
+* tabbing, entorno: tabbing. (line 6)
+* table, entorno: table. (line 6)
+* tabular, entorno: tabular. (line 6)
+* thebibliography, entorno: thebibliography. (line 6)
+* theorem, entorno: theorem. (line 6)
+* titlepage, entorno: titlepage. (line 6)
+* verbatim, entorno: verbatim. (line 6)
+* verse, entorno: verse. (line 6)

Tag Table:
-Node: Top1821
-Node: Acerca de este documento4113
-Node: Descripción5692
-Node: Iniciando y Finalizando8060
-Node: Clases de Documento8692
-Node: Opciones de Clase de Documento9378
-Node: Tipos de Letra12582
-Node: Estilos del Tipo de Letra13161
-Node: Tamaños del Tipo de Letra16277
-Node: Instrucciones de Bajo Nivel para el Tipo de Letra17926
-Node: Diseño21211
-Node: \onecolumn21792
-Node: \twocolumn22038
-Node: \flushbottom23954
-Node: \raggedbottom24377
-Node: Parámetros para el Diseño de Página24718
-Node: Seccionado27304
-Node: Referencias Cruzadas29168
-Node: \label29647
-Node: \pageref30661
-Node: \ref30988
-Node: Entornos31442
-Node: abstract33076
-Node: array33316
-Node: center34840
-Node: \centering35349
-Node: description36317
-Node: displaymath37356
-Node: document38054
-Node: enumerate38327
-Node: eqnarray39772
-Node: equation40979
-Node: figure41392
-Node: filecontents44891
-Node: flushleft46595
-Node: \raggedright47120
-Node: flushright47778
-Node: \raggedleft48283
-Node: itemize48939
-Node: letter53205
-Node: list53439
-Node: math54374
-Node: minipage54718
-Node: picture56094
-Node: \circle60588
-Node: \makebox (picture)60966
-Node: \framebox (picture)61765
-Node: \dashbox62297
-Node: \frame62918
-Node: \line63273
-Node: \linethickness63816
-Node: \thicklines64295
-Node: \thinlines64632
-Node: \multiput64965
-Node: \oval65374
-Node: \put66083
-Node: \shortstack66381
-Node: \vector66905
-Node: quotation67253
-Node: quote67760
-Node: tabbing68255
-Node: table71961
-Node: tabular72962
-Node: \multicolumn77646
-Node: \cline78578
-Node: \hline78945
-Node: \vline79300
-Node: thebibliography79666
-Node: \bibitem80991
-Node: \cite81855
-Node: \nocite82396
-Node: Usando BibTeX82732
-Node: theorem84533
-Node: titlepage84944
-Node: verbatim85683
-Node: \verb86424
-Node: verse87127
-Node: Saltos de Línea87684
-Node: \\88900
-Node: \obeycr y \restorecr89479
-Node: \newline89980
-Node: \- (hyphenation)90281
-Node: \fussy91053
-Node: \sloppy91516
-Node: \hyphenation91915
-Node: \linebreak y \nolinebreak92688
-Node: Saltos de Página93415
-Node: \cleardoublepage94131
-Node: \clearpage94622
-Node: \newpage94934
-Node: \enlargethispage95198
-Node: \pagebreak y \nopagebreak95775
-Node: Notas al Pie96554
-Node: \footnote97283
-Node: \footnotemark97871
-Node: \footnotetext98494
-Node: Notas al Pie Simbólicas99085
-Node: Parámetros para Footnote99696
-Node: Definiciones100584
-Node: \newcommand y \renewcommand101383
-Node: \newcounter102904
-Node: \newlength103432
-Node: \newsavebox104039
-Node: \newenvironment y \renewenvironment104409
-Node: \newtheorem106058
-Node: \newfont107155
-Node: \protect107752
-Node: Contadores108741
-Node: \alph \Alph \arabic \roman \Roman \fnsymbol110157
-Node: \usecounter111412
-Node: \value111819
-Node: \setcounter112264
-Node: \addtocounter112572
-Node: \refstepcounter112906
-Node: \stepcounter113307
-Node: \day \month \year113592
-Node: Longitudes114212
-Node: \setlength114885
-Node: \addtolength115287
-Node: \settodepth115644
-Node: \settoheight115964
-Node: \settowidth116281
-Node: Longitudes Predeterminadas116583
-Node: Haciendo Párrafos117214
-Node: \indent117870
-Node: \noindent118442
-Node: \parskip118739
-Node: Notas al Margen119055
-Node: Fórmulas Matemáticas120899
-Node: Subíndices y Superíndices122959
-Node: Símbolos Matemáticos123478
-Node: Funciones Matemáticas131470
-Node: Acentos Matemáticos132628
-Node: Espacios en Modo Math133847
-Node: Miscelánea Math134593
-Node: Modos136357
-Node: Estilos de Página138490
-Node: \maketitle139096
-Node: \pagenumbering140421
-Node: \pagestyle141034
-Node: \thispagestyle142461
-Node: Espacios142813
-Node: \hspace144001
-Node: \hfill144662
-Node: \SPACE145139
-Node: \AT145697
-Node: \thinspace146199
-Node: \/146485
-Node: \hrulefill147451
-Node: \dotfill147748
-Node: \addvspace148017
-Node: \bigskip \medskip \smallskip148585
-Node: \vfill149377
-Node: \vspace149727
-Node: Cajas150231
-Node: \mbox151084
-Node: \fbox y \framebox151435
-Node: lrbox152336
-Node: \makebox152692
-Node: \parbox153513
-Node: \raisebox155021
-Node: \savebox155690
-Node: \sbox156178
-Node: \usebox156702
-Node: Inserciones Especiales157041
-Node: Caracteres Reservados157756
-Node: Símbolos de Texto159429
-Node: Acentos163388
-Node: Caracteres no Ingleses166310
-Node: \rule167075
-Node: \today167536
-Node: Dividiendo la Entrada168040
-Node: \include168781
-Node: \includeonly169501
-Node: \input170091
-Node: Asuntos de Portada/Contraportada170664
-Node: Tablas de Contenido170919
-Node: \addcontentsline172118
-Node: \addtocontents173161
-Node: Glosarios173724
-Node: Índices174343
-Node: Cartas176417
-Node: \address178668
-Node: \cc179403
-Node: \closing179669
-Node: \encl179925
-Node: \location180139
-Node: \makelabels180440
-Node: \name180754
-Node: \opening180994
-Node: \ps181345
-Node: \signature181556
-Node: \startbreaks181858
-Node: \stopbreaks182127
-Node: \telephone182374
-Node: Entrada/Salida a la Terminal182638
-Node: \typein182934
-Node: \typeout183661
-Node: Línea de Órdenes184485
-Node: Plantillas de Documento185337
-Node: Plantilla book185699
-Node: Plantilla beamer186205
-Node: Plantilla tugboat186935
-Node: Índice de Conceptos189433
-Node: Índice de Instrucciones229476
+Node: Top2027
+Node: Acerca de este documento4420
+Node: Descripción5999
+Node: Iniciando y Finalizando8367
+Node: Clases de Documento8999
+Node: Opciones de Clase de Documento9685
+Node: Tipos de Letra12889
+Node: Estilos del Tipo de Letra13468
+Node: Tamaños del Tipo de Letra16584
+Node: Instrucciones de Bajo Nivel para el Tipo de Letra18233
+Node: Diseño21518
+Node: \onecolumn22099
+Node: \twocolumn22345
+Node: \flushbottom24261
+Node: \raggedbottom24684
+Node: Parámetros para el Diseño de Página25025
+Node: Seccionado27611
+Node: Referencias Cruzadas29475
+Node: \label29954
+Node: \pageref30968
+Node: \ref31295
+Node: Entornos31749
+Node: abstract33383
+Node: array33623
+Node: center35147
+Node: \centering35656
+Node: description36624
+Node: displaymath37663
+Node: document38361
+Node: enumerate38634
+Node: eqnarray40079
+Node: equation41286
+Node: figure41699
+Node: filecontents45198
+Node: flushleft47054
+Node: \raggedright47579
+Node: flushright48237
+Node: \raggedleft48742
+Node: itemize49398
+Node: letter53664
+Node: list53898
+Node: math54833
+Node: minipage55177
+Node: picture56553
+Node: \circle61047
+Node: \makebox (picture)61425
+Node: \framebox (picture)62224
+Node: \dashbox62756
+Node: \frame63377
+Node: \line63732
+Node: \linethickness64275
+Node: \thicklines64754
+Node: \thinlines65091
+Node: \multiput65424
+Node: \oval65833
+Node: \put66542
+Node: \shortstack66840
+Node: \vector67364
+Node: quotation67712
+Node: quote68219
+Node: tabbing68714
+Node: table72420
+Node: tabular73421
+Node: \multicolumn78105
+Node: \cline79037
+Node: \hline79404
+Node: \vline79759
+Node: thebibliography80125
+Node: \bibitem81450
+Node: \cite82314
+Node: \nocite82855
+Node: Usando BibTeX83191
+Node: theorem84983
+Node: titlepage85394
+Node: verbatim86133
+Node: \verb86874
+Node: verse87577
+Node: Saltos de Línea88134
+Node: \\89350
+Node: \obeycr y \restorecr89929
+Node: \newline90430
+Node: \- (hyphenation)90731
+Node: \fussy91503
+Node: \sloppy91966
+Node: \hyphenation92365
+Node: \linebreak y \nolinebreak93138
+Node: Saltos de Página93865
+Node: \cleardoublepage94581
+Node: \clearpage95072
+Node: \newpage95384
+Node: \enlargethispage95648
+Node: \pagebreak y \nopagebreak96225
+Node: Notas al Pie97004
+Node: \footnote97733
+Node: \footnotemark98321
+Node: \footnotetext98944
+Node: Notas al Pie Simbólicas99535
+Node: Parámetros para Footnote100146
+Node: Definiciones101034
+Node: \newcommand y \renewcommand101833
+Node: \newcounter103354
+Node: \newlength103882
+Node: \newsavebox104489
+Node: \newenvironment y \renewenvironment104859
+Node: \newtheorem106508
+Node: \newfont107605
+Node: \protect108202
+Node: Contadores109191
+Node: \alph \Alph \arabic \roman \Roman \fnsymbol110607
+Node: \usecounter111862
+Node: \value112269
+Node: \setcounter112714
+Node: \addtocounter113022
+Node: \refstepcounter113356
+Node: \stepcounter113757
+Node: \day \month \year114042
+Node: Longitudes114662
+Node: \setlength115335
+Node: \addtolength115737
+Node: \settodepth116094
+Node: \settoheight116414
+Node: \settowidth116731
+Node: Longitudes Predeterminadas117033
+Node: Haciendo Párrafos117664
+Node: \indent118320
+Node: \noindent118880
+Node: \parskip119177
+Node: Notas al Margen119493
+Node: Fórmulas Matemáticas121337
+Node: Subíndices y Superíndices123397
+Node: Símbolos Matemáticos123916
+Node: Funciones Matemáticas131908
+Node: Acentos Matemáticos133066
+Node: Espacios en Modo Math134285
+Node: Miscelánea Math135031
+Node: Modos136795
+Node: Estilos de Página138928
+Node: \maketitle139534
+Node: \pagenumbering140859
+Node: \pagestyle141472
+Node: \thispagestyle142899
+Node: Espacios143251
+Node: \hspace144439
+Node: \hfill145100
+Node: \SPACE145577
+Node: \AT146135
+Node: \thinspace146637
+Node: \/146923
+Node: \hrulefill147889
+Node: \dotfill148186
+Node: \addvspace148455
+Node: \bigskip \medskip \smallskip149023
+Node: \vfill149815
+Node: \vspace150165
+Node: Cajas150669
+Node: \mbox151522
+Node: \fbox y \framebox151873
+Node: lrbox152774
+Node: \makebox153130
+Node: \parbox153951
+Node: \raisebox155459
+Node: \savebox156128
+Node: \sbox156616
+Node: \usebox157140
+Node: Inserciones Especiales157479
+Node: Caracteres Reservados158194
+Node: Símbolos de Texto159867
+Node: Acentos163815
+Node: Caracteres no Ingleses166832
+Node: \rule167597
+Node: \today168058
+Node: Dividiendo la Entrada168562
+Node: \include169303
+Node: \includeonly170023
+Node: \input170613
+Node: Asuntos de Portada/Contraportada171186
+Node: Tablas de Contenido171441
+Node: \addcontentsline172640
+Node: \addtocontents173683
+Node: Glosarios174246
+Node: Índices174865
+Node: Cartas176939
+Node: \address179190
+Node: \cc179925
+Node: \closing180191
+Node: \encl180447
+Node: \location180661
+Node: \makelabels180962
+Node: \name181276
+Node: \opening181516
+Node: \ps181867
+Node: \signature182078
+Node: \startbreaks182380
+Node: \stopbreaks182649
+Node: \telephone182896
+Node: Entrada/Salida a la Terminal183160
+Node: \typein183456
+Node: \typeout184183
+Node: Línea de Órdenes185007
+Node: Plantillas de Documento185859
+Node: Plantilla book186220
+Node: Plantilla beamer186726
+Node: Plantilla tugboat187456
+Node: License translation189954
+Node: Índice de Conceptos190872
+Node: Índice de Instrucciones230781

End Tag Table
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.dbk b/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.dbk
index 857f9ac1730..73f88a903b1 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.dbk
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.dbk
@@ -13,7 +13,7 @@
<!-- xx mencionar \mathring -->
<!-- xx mencionar usrguide -->
<!-- xx mencionar ! combinar la colocación de flotantes, p.15 de la guía -->
-<!-- xx de usuario en http://ctan.org/tex-archive/info/latex-info/ -->
+<!-- xx de usuario en http://www.ctan.org/pkg/latex-info (paquete CTAN latex-info) -->
<!-- -->
<!-- xx La composición tipográfica de source2e debería tener un índice con -->
<!-- xx todas las instrucciones del kernel, lo cual debería se un buen -->
@@ -41,27 +41,32 @@ del <citetitle>&latex; Command Summary</citetitle> (para
el Grupo de Usuarios &tex; como <citetitle>&tex;niques</citetitle> número 10), como
material de referencia (no se copió texto directamente).
</para>
-<para>Copyright 2010 Nacho Pacheco &#8212;Traducción.
+<para>Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nacho Pacheco &#8212;Traducción.
-Copyright 2007, 2008, 2009, 2010 Karl Berry.
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Karl Berry.
Copyright 1988, 1994, 2007 Stephen Gilmore.
Copyright 1994, 1995, 1996 Torsten Martinsen.
</para>
-<para>Se concede permiso para hacer y distribuir copias literales de este
-manual siempre que el aviso de copyright y esta nota de permiso se
-conserven en todas las copias.
+<para>A continuación se encuentra la licencia bajo la cual es
+distribuido este manual&#44; una traducción lo es dada en
+anexo&#44; ver <link linkend="License-translation">License translation</link>.
+</para>
+<!-- start of License -->
+<para>Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
</para>
-<para>Se concede permiso para copiar y distribuir versiones modificadas de
-este manual bajo las condiciones para una copia literal, a condición de
-que todo el trabajo derivado resultante se distribuya bajo los términos
-de una nota de permiso idéntica a ésta.
+<para>Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
</para>
-<para>Se concede permiso para copiar y distribuir traducciones de este manual
-a otro idioma, con las condiciones anteriores para versiones
-modificadas.
+<para>Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions.
+<!-- end of License -->
</para></legalnotice></bookinfo>
@@ -81,30 +86,37 @@ del <citetitle>&latex; Command Summary</citetitle> (para
el Grupo de Usuarios &tex; como <citetitle>&tex;niques</citetitle> número 10), como
material de referencia (no se copió texto directamente).
</para>
-<para>Copyright 2010 Nacho Pacheco &#8212;Traducción.
+<para>Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nacho Pacheco &#8212;Traducción.
-Copyright 2007, 2008, 2009, 2010 Karl Berry.
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Karl Berry.
Copyright 1988, 1994, 2007 Stephen Gilmore.
Copyright 1994, 1995, 1996 Torsten Martinsen.
</para>
-<para>Se concede permiso para hacer y distribuir copias literales de este
-manual siempre que el aviso de copyright y esta nota de permiso se
-conserven en todas las copias.
+<para>A continuación se encuentra la licencia bajo la cual es
+distribuido este manual&#44; una traducción lo es dada en
+anexo&#44; ver <link linkend="License-translation">License translation</link>.
+</para>
+<!-- start of License -->
+<para>Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
</para>
-<para>Se concede permiso para copiar y distribuir versiones modificadas de
-este manual bajo las condiciones para una copia literal, a condición de
-que todo el trabajo derivado resultante se distribuya bajo los términos
-de una nota de permiso idéntica a ésta.
+<para>Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
</para>
-<para>Se concede permiso para copiar y distribuir traducciones de este manual
-a otro idioma, con las condiciones anteriores para versiones
-modificadas.
+<para>Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions.
+<!-- end of License -->
</para>
+<!-- Best Effort Symbol -->
+
<chapter label="" id="Top">
<title>&latex;2e</title>
@@ -1045,7 +1057,8 @@ entorno comienza y termina de la misma manera:
<sect1 label="9.1" id="abstract">
<title><literal>abstract</literal></title>
-<indexterm role="fn"><primary>entorno abstract</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>abstract</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>abstract</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>resúmenes</primary></indexterm>
<para>Sinopsis:
@@ -1059,7 +1072,8 @@ entorno comienza y termina de la misma manera:
</sect1>
<sect1 label="9.2" id="array">
<title><literal>array</literal></title>
-<indexterm role="fn"><primary>array entorno</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>array</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>array</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>matrices, matemáticas</primary></indexterm>
<para>Sinopsis:
@@ -1114,7 +1128,8 @@ See <link linkend="tabular">tabular</link>, para otros parámetros que afectan e
<sect1 label="9.3" id="center">
<title><literal>center</literal></title>
-<indexterm role="fn"><primary>entorno center</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>center</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>center</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>centrar texto, entorno para</primary></indexterm>
<para>Sinopsis:
@@ -1166,7 +1181,8 @@ segunda línea \\
<sect1 label="9.4" id="description">
<title><literal>description</literal></title>
-<indexterm role="fn"><primary>entorno description</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>description</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>description</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>listas etiquetadas, creando</primary></indexterm>
<indexterm role="cp"><primary>listas de descripción, creando</primary></indexterm>
@@ -1202,7 +1218,8 @@ simple}]</literal>.
<sect1 label="9.5" id="displaymath">
<title><literal>displaymath</literal></title>
-<indexterm role="fn"><primary>entorno displaymath</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>displaymath</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>displaymath</literal>, entorno</primary></indexterm>
<para>Sinopsis:
</para>
@@ -1229,7 +1246,8 @@ obtener un número de ecuación, utilice el entorno <literal>equation</literal>
<sect1 label="9.6" id="document">
<title><literal>document</literal></title>
-<indexterm role="fn"><primary>entorno document</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>document</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>document</literal>, entorno</primary></indexterm>
<para>El entorno <literal>document</literal> encierra el cuerpo de un documento. este es
obligatorio en cada documento &latex;. See <link linkend="Iniciando-y-Finalizando">Iniciando y Finalizando</link>.
@@ -1239,7 +1257,8 @@ obligatorio en cada documento &latex;. See <link linkend="Iniciando-y-Finalizan
<sect1 label="9.7" id="enumerate">
<title><literal>enumerate</literal></title>
-<indexterm role="fn"><primary>entorno enumerate</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>enumerate</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>enumerate</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>lista de elementos, numerados</primary></indexterm>
<para>Sinopsis:
@@ -1296,7 +1315,8 @@ ejemplo, para hacer que el primer nivel use letras mayúsculas:
<sect1 label="9.8" id="eqnarray">
<title><literal>eqnarray</literal></title>
-<indexterm role="fn"><primary>entorno eqnarray</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>eqnarray</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>eqnarray</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>ecuaciones, alineando</primary></indexterm>
<indexterm role="cp"><primary>alineando Ecuaciones</primary></indexterm>
@@ -1335,7 +1355,8 @@ estilo de visualización alinea a la izquierda en una caja de ancho cero.
<sect1 label="9.9" id="equation">
<title><literal>equation</literal></title>
-<indexterm role="fn"><primary>entorno equation</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>equation</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>equation</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>ecuaciones, entornos para</primary></indexterm>
<indexterm role="cp"><primary>fórmulas, entornos para</primary></indexterm>
@@ -1354,7 +1375,8 @@ derecho.
</sect1>
<sect1 label="9.10" id="figure">
<title><literal>figure</literal></title>
-<indexterm role="fn"><primary>figure</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>figure</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>figure</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>insertando figuras</primary></indexterm>
<indexterm role="cp"><primary>figuras, insertando</primary></indexterm>
@@ -1446,54 +1468,73 @@ flotantes sean trasladados a una página diferente. El predeterminado es
antes de los flotantes; el predeterminado es &#8216;<literal>.7</literal>&#8217;.
</para>
</listitem></varlistentry></variablelist>
-<!-- begin vincentb1 20140227 -->
+<!-- begin vincentb1 20160403 -->
</sect1>
<sect1 label="9.11" id="filecontents">
<title><literal>filecontents</literal>: Crear un archivo externo</title>
+<indexterm role="fn"><primary>entorno <literal>filecontents</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>filecontents</literal>, entorno</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>filecontents*</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>filecontents*</literal>, entorno</primary></indexterm>
<para>Sinopsis:
</para>
<screen>\begin{filecontents}{<replaceable>nombre-del-archivo</replaceable>}
-<replaceable>contenido-del-archivo</replaceable>
+<replaceable>texto</replaceable>
\end{filecontents}
-\documentclass{<replaceable>mi-clase-de-documento</replaceable>}
</screen>
-<indexterm role="cp"><primary>instrucción inicial</primary></indexterm>
-<indexterm role="fn"><primary>\documentclass, intrucciones delantes de</primary></indexterm>
-<para>El entorno <literal>filecontents</literal> es una <firstterm>instrucción inicial</firstterm>&#160;: es
-decir que se puedo usarlo solo al delante de la declaración
-<literal>\documentclass</literal>.
+<para>o
</para>
+<screen>\begin{filecontents*}{<replaceable>nombre-del-archivo</replaceable>}
+<replaceable>texto</replaceable>
+\end{filecontents*}
+</screen>
<para>&latex; crea un archivo llamado <replaceable>nombre-del-archivo</replaceable> cuyo contenido
-es <replaceable>contenido-del-archivo</replaceable> con un comentario de cabecera que indica
-cómo y cuando se generó el archivo. Si el archivo ya existe, entonces
-nada lo hará suceder.
-</para>
-<para>También puede utilizar el <literal>filecontents</literal> paquete, que tiene el las
-siguientes ventajas&#160;:
-</para><itemizedlist><listitem><para>Si ya existe el archivo, entonces se sobrescribirá.
-</para></listitem><listitem><para>Usted puede utilizar el <literal>filecontents</literal> entorno en cualquier lugar
-después de la declaración <literal>\usepackage{filecontents}</literal>.
-</para></listitem><listitem><para>El paquete <literal>filecontents</literal> también proporciona un entorno
-<literal>filecontents*</literal> que se utiliza en la misma forma que el entorno
-<literal>filecontents</literal>, salvo que no se introduzca ningún comentario de
-cabecera, por lo que es más adecuado para crear archivos que no están en
-&latex; formato.
-</para></listitem></itemizedlist>
-<para>El entorno <literal>filecontents</literal> solo crea el archivo, y es sin relación
-con el uso del archivo creado. Por eso es menester por ejemplo la
-instrucción <literal>\input</literal> o <literal>\usepackage</literal> o <literal>\bibliography</literal>,
-cualquiera sea aplicable, par utilizar el archivo creado.
-</para>
-<para>Este entorno es también útil para hacer un ejemplo mínimo en un informe
-de error.
+es <replaceable>texto</replaceable>. El entorno sin <literal>*</literal> pone comentario de cabecera ;
+ver el ejemplo más abajo. Con <literal>*</literal> <literal>filecontents*</literal> no incluye
+el comentario de cabecera.
+</para>
+<para>Este entorno puede ser utilizado en cualquier lugar en el preámbulo,
+aunque aparezca en general antes de la instrucción
+<literal>\documentclass</literal>. Es típicamente utilizado cuando el archivo fuente
+necesita un archivo no estándar de estilo o de clase. El entorno permite
+escribir este archivo en el repertorio que contiene este archivo y así
+de devolver el código fuente autónoma. Otra utilización es incluir
+referencia al formato <literal>bib</literal> en el archivo fuente, lo mismo para
+hacerlo autónomo.
+</para>
+<para>El entorno verifica si un archivo con lo mismo nombre ya existe, y si
+sí, no hace nada. Hay un paquete <filename>filecontents</filename> quién vuelve a
+definir el entorno <literal>filecontents</literal> de modo que en lugar de no hacer
+nada en este caso, sobrescribe en el archivo existente.
+</para>
+<para>Por ejemplo, este documento
+</para>
+<screen>\documentclass{article}
+\begin{filecontents}{JH.sty}
+\newcommand{\minombre}{Jim Hef{}feron}
+\end{filecontents}
+\usepackage{JH}
+\begin{document}
+Un artículo de \minombre.
+\end{document}
+</screen>
+<para>produce este archivo <filename>JH.sty</filename>.
</para>
-<!-- end vincentb1 20140131 -->
+<screen>%% LaTeX2e file `JH.sty'
+%% generated by the `filecontents' environment
+%% from source `test' on 2015/10/12.
+%%
+\newcommand{\minombre}{Jim Hef{}feron}
+</screen>
+
+<!-- end vincentb1 20160403 -->
</sect1>
<sect1 label="9.12" id="flushleft">
<title><literal>flushleft</literal></title>
-<indexterm role="fn"><primary>entorno flushleft</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>flushleft</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>flushleft</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>justificar texto a la izquierda, entornos para</primary></indexterm>
<indexterm role="cp"><primary>texto irregular a la derecha, entorno para</primary></indexterm>
@@ -1533,7 +1574,8 @@ unidad de párrafo.
</sect1>
<sect1 label="9.13" id="flushright">
<title><literal>flushright</literal></title>
-<indexterm role="fn"><primary>entorno flushright</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>flushright</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>flushright</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>texto irregular a la izquierda, entorno para</primary></indexterm>
<indexterm role="cp"><primary>justificar texto a la derecha, entorno para</primary></indexterm>
@@ -1573,7 +1615,8 @@ unidad de párrafo.
</sect1>
<sect1 label="9.14" id="itemize">
<title><literal>itemize</literal></title>
-<indexterm role="fn"><primary>entorno itemize</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>itemize</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>itemize</literal>, entorno</primary></indexterm>
<indexterm role="fn"><primary>\item</primary></indexterm>
<indexterm role="cp"><primary>listas de elementos</primary></indexterm>
<indexterm role="cp"><primary>listas no ordenadas</primary></indexterm>
@@ -1711,7 +1754,8 @@ la lista, see <link linkend="_005cparskip">\parskip</link>):
</sect1>
<sect1 label="9.15" id="letter">
<title>Entorno <literal>letter</literal>: Escribiendo Cartas</title>
-<indexterm role="fn"><primary>letter</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>letter</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>letter</literal>, entorno</primary></indexterm>
<para>Este entorno se utiliza para crear cartas. See <link linkend="Cartas">Cartas</link>.
</para>
@@ -1719,7 +1763,8 @@ la lista, see <link linkend="_005cparskip">\parskip</link>):
</sect1>
<sect1 label="9.16" id="list">
<title><literal>list</literal></title>
-<indexterm role="fn"><primary>list</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>list</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>list</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>listas de elementos, genéricas</primary></indexterm>
<para>El entorno <literal>list</literal> es un entorno genérico que se utiliza para
@@ -1748,7 +1793,8 @@ predeterminado.
<sect1 label="9.17" id="math">
<title><literal>math</literal></title>
-<indexterm role="fn"><primary>entorno math</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>math</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>math</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>fórmulas en línea</primary></indexterm>
<para>Sinopsis:
@@ -1766,7 +1812,8 @@ See <link linkend="F_00f3rmulas-Matem_00e1ticas">Fórmulas Matemáticas</link>.
<sect1 label="9.18" id="minipage">
<title><literal>minipage</literal></title>
-<indexterm role="fn"><primary>entorno minipage</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>minipage</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>minipage</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>minipage, creando una</primary></indexterm>
<screen>\begin{minipage}[<replaceable>posición</replaceable>][<replaceable>alto</replaceable>][<replaceable>pos-interna</replaceable>]{<replaceable>ancho</replaceable>}
@@ -1808,7 +1855,8 @@ minipágina.
<sect1 label="9.19" id="picture">
<title><literal>picture</literal></title>
-<indexterm role="fn"><primary>picture</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>picture</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>picture</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>creando imágenes</primary></indexterm>
<indexterm role="cp"><primary>imágenes, creando</primary></indexterm>
@@ -2000,7 +2048,7 @@ y declive <replaceable>declivex</replaceable>/<replaceable>declivey</replaceable
<inlineequation><mathphrase><replaceable>declive</replaceable> = x/y</mathphrase></inlineequation>, donde <inlineequation><mathphrase>x</mathphrase></inlineequation> y <inlineequation><mathphrase>y</mathphrase></inlineequation> tienen valores
enteros desde &#8722;6 hasta&#160;6. Para líneas de cualquier declive,
por no hablar de otras formas, vea el paquete <literal>curve2e</literal> y muchos,
-muchos otros paquetes en <acronym>CTAN</acronym>.
+muchos otros paquetes en CTAN.
</para>
</sect2>
@@ -2135,7 +2183,8 @@ estar entre &#8722;4 y +4 incluido.
<sect1 label="9.20" id="quotation">
<title><literal>quotation</literal></title>
-<indexterm role="fn"><primary>quotation</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>quotation</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>quotation</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>texto citado con sangría de párrafo, mostrando</primary></indexterm>
<indexterm role="cp"><primary>mostrando texto citado con sangría de párrafo</primary></indexterm>
<indexterm role="cp"><primary>sangrías de párrafo en texto citado</primary></indexterm>
@@ -2159,7 +2208,8 @@ sangría.
<sect1 label="9.21" id="quote">
<title><literal>quote</literal></title>
-<indexterm role="fn"><primary>quote</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>quote</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>quote</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>texto citado sin sangría de párrafo, mostrando</primary></indexterm>
<indexterm role="cp"><primary>mostrando texto citado sin sangría de párrafo</primary></indexterm>
<indexterm role="cp"><primary>sangrías de párrafo en texto citado, omitiendo</primary></indexterm>
@@ -2183,7 +2233,8 @@ aplica una sangría.
<sect1 label="9.22" id="tabbing">
<title><literal>tabbing</literal></title>
-<indexterm role="fn"><primary>entorno tabbing</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>tabbing</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>tabbing</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>tabulaciones, utilizando</primary></indexterm>
<indexterm role="cp"><primary>alineando texto en columnas con tabulaciones</primary></indexterm>
<indexterm role="cp"><primary>alineando a través de tabulación</primary></indexterm>
@@ -2294,7 +2345,8 @@ function \= fact(n : integer) : integer;\\
<sect1 label="9.23" id="table">
<title><literal>table</literal></title>
-<indexterm role="fn"><primary>table</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>table</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>table</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>tablas, creando</primary></indexterm>
<indexterm role="cp"><primary>creando tablas</primary></indexterm>
@@ -2327,7 +2379,8 @@ permite colocar un título a su tabla.
</sect1>
<sect1 label="9.24" id="tabular">
<title><literal>tabular</literal></title>
-<indexterm role="fn"><primary>entorno tabular</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>tabular</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>tabular</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>líneas en tablas</primary></indexterm>
<indexterm role="cp"><primary>alineando texto en tablas</primary></indexterm>
@@ -2516,7 +2569,8 @@ También se puede utilizar en una @-expresión.
<sect1 label="9.25" id="thebibliography">
<title><literal>thebibliography</literal></title>
-<indexterm role="fn"><primary>thebibliography</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>thebibliography</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>thebibliography</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>bibliografía, creando (manualmente)</primary></indexterm>
<para>Sinopsis:
@@ -2638,7 +2692,7 @@ del autor y año de publicación.
</para></listitem></varlistentry></variablelist>
<para>Además, existen muchos otros archivos de estilo Bib&tex; adaptados a
las demandas de diversas publicaciones. Vea
-<ulink url="http://www.ctan.org/tex-archive/biblio/bibtex/contrib">http://www.ctan.org/tex-archive/biblio/bibtex/contrib</ulink>.
+<ulink url="http://mirror.ctan.org/biblio/bibtex/contrib">http://mirror.ctan.org/biblio/bibtex/contrib</ulink>.
</para>
<para>La instrucción <literal>\bibliography</literal> es la que realmente produce la
bibliografía. El argumento <literal>\bibliography</literal> se refiere a archivos
@@ -2653,7 +2707,8 @@ la bibliografía.
<sect1 label="9.26" id="theorem">
<title><literal>theorem</literal></title>
-<indexterm role="fn"><primary>entorno theorem</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>theorem</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>theorem</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>teoremas, composición tipográfica de</primary></indexterm>
<para>Sinopsis:
@@ -2671,7 +2726,8 @@ para <replaceable>n</replaceable> se describen bajo <literal>\newtheorem</litera
<sect1 label="9.27" id="titlepage">
<title><literal>titlepage</literal></title>
-<indexterm role="fn"><primary>entorno titlepage</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>titlepage</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>titlepage</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>haciendo una página de título</primary></indexterm>
<indexterm role="cp"><primary>página de título, creando la</primary></indexterm>
@@ -2697,7 +2753,8 @@ entorno <literal>titlepage</literal>.
<sect1 label="9.28" id="verbatim">
<title><literal>verbatim</literal></title>
-<indexterm role="fn"><primary>entorno verbatim</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>verbatim</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>verbatim</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>texto literal</primary></indexterm>
<indexterm role="cp"><primary>simulando texto escrito</primary></indexterm>
<indexterm role="cp"><primary>texto escrito, simulando</primary></indexterm>
@@ -2750,7 +2807,8 @@ impresos con un carácter de &#8220;espacio visible&#8221;.
<sect1 label="9.29" id="verse">
<title><literal>verse</literal></title>
-<indexterm role="fn"><primary>entorno verse</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>verse</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>verse</literal>, entorno</primary></indexterm>
<indexterm role="cp"><primary>poesía, un entorno para</primary></indexterm>
<para>Sinopsis:
@@ -3641,8 +3699,7 @@ como en modo math o en el argumento de una instrucción de seccionado.
<indexterm role="fn"><primary>\parindent</primary></indexterm>
<indexterm role="cp"><primary>sangría, forzando la</primary></indexterm>
-<para><literal>\indent</literal> produce un espacio horizontal donde el ancho es igual al
-ancho de la longitud de <literal>\parindent</literal>, la sangría de un párrafo
+<para><literal>\indent</literal> produce un espacio horizontal donde el ancho es igual la longitud de <literal>\parindent</literal>, la sangría de un párrafo
normal. Esta se utiliza para añadir la sangría de párrafos donde esta
debería suprimirse en otro caso.
</para>
@@ -3737,9 +3794,12 @@ es &#8216;<literal>48pt</literal>&#8217;.
<indexterm role="cp"><primary>fórmulas, matemáticas</primary></indexterm>
<indexterm role="cp"><primary>modo math, ingresando al</primary></indexterm>
-<indexterm role="fn"><primary>entorno math</primary></indexterm>
-<indexterm role="fn"><primary>entorno displaymath</primary></indexterm>
-<indexterm role="fn"><primary>entorno equation</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>math</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>math</literal>, entorno</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>displaymath</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>displaymath</literal>, entorno</primary></indexterm>
+<indexterm role="fn"><primary>entorno <literal>equation</literal></primary></indexterm>
+<indexterm role="fn"><primary><literal>equation</literal>, entorno</primary></indexterm>
<para>Existen tres entornos que ponen a &latex; en modo math:
</para>
<variablelist><varlistentry><term><literal>math</literal>
@@ -5573,7 +5633,7 @@ tiene la tapa del tipo de letra, mientras que la forma
<indexterm role="cp"><primary>daga doble, en texto</primary></indexterm>
<para>Daga doble: <inlineequation><mathphrase>\ddag</mathphrase></inlineequation>.
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textdollar (o <literal>$</literal>)</primary></indexterm><literal>\textdollar (o <literal>$</literal>)</literal>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textdollar (o <literal>\$</literal>)</primary></indexterm><literal>\textdollar (o <literal>\$</literal>)</literal>
</term><listitem><indexterm role="cp"><primary>signo de dólar</primary></indexterm>
<indexterm role="cp"><primary>moneda, dólar</primary></indexterm>
<para>Signo de Dólar: $.
@@ -5623,7 +5683,7 @@ tiene la tapa del tipo de letra, mientras que la forma
</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textperiodcentered</primary></indexterm><literal>\textperiodcentered</literal>
</term><listitem><indexterm role="cp"><primary>punto, centrado, en texto</primary></indexterm>
<indexterm role="cp"><primary>punto centrado, en texto</primary></indexterm>
-<para>Punto centrado: <inlineequation><mathphrase>\cdot</mathphrase></inlineequation>.
+<para>Punto centrado: ·.
</para>
</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textquestiondown (o <literal>?`</literal>)</primary></indexterm><literal>\textquestiondown (o <literal>?`</literal>)</literal>
</term><listitem><indexterm role="cp"><primary>interrogación, inicial</primary></indexterm>
@@ -5673,7 +5733,7 @@ tiene la tapa del tipo de letra, mientras que la forma
</para>
</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\texttrademark</primary></indexterm><literal>\texttrademark</literal>
</term><listitem><indexterm role="cp"><primary>símbolo de marca comercial</primary></indexterm>
-<para>Símbolo de marca comercial: <inlineequation><mathphrase>^{\hbox{TM}}</mathphrase></inlineequation>.
+<para>Símbolo de marca comercial: ™.
</para>
</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\texttwelveudash</primary></indexterm><literal>\texttwelveudash</literal>
</term><listitem><para>Xx 12u-.
@@ -5765,8 +5825,8 @@ entorno <literal>tabbing</literal>, mueve el siguiente texto hacia el margen der
</listitem></varlistentry><varlistentry><term><literal>\b</literal>
</term><listitem><indexterm role="fn"><primary>\b (acento barra)</primary></indexterm>
<indexterm role="cp"><primary>acento barra</primary></indexterm>
-<para>Produce una barra como acento sobre la siguiente, como en
-o_.
+<para>Produce una barra como acento debajo de la siguiente, como en
+o_. Vea también <literal>\underbar</literal> a continuación
</para>
</listitem></varlistentry><varlistentry><term><literal>\c</literal>
</term><term><literal>\capitalcedilla</literal>
@@ -5841,7 +5901,7 @@ codificación OT1.
texto. El argumento siempre se procesa en modo horizontal. La barra
siempre está en una posición fija en la línea base, por lo que cruza a
través de los trazos descendentes. Vea también <literal>\underline</literal> en
-<link linkend="Miscel_00e1nea-Math">Miscelánea Math</link>.
+<link linkend="Miscel_00e1nea-Math">Miscelánea Math</link>. Vea también <literal>\b</literal> aquí antes
</para>
</listitem></varlistentry><varlistentry><term><literal>\v</literal>
</term><term><literal>\capitalcaron</literal>
@@ -6169,7 +6229,7 @@ glosario para <replaceable>texto</replaceable> a un archivo auxiliar con la exte
<literal>\glossaryentry{<replaceable>texto</replaceable>}{<replaceable>no-de-página</replaceable>}</literal>, donde
<replaceable>no-de-página</replaceable> es el valor de <literal>\thepage</literal>.
</para>
-<para>El paquete <literal>glossary</literal> en <acronym>CTAN</acronym> proporciona compatibilidad para
+<para>El paquete <literal>glossary</literal> en CTAN proporciona compatibilidad para
glosarios más sofisticados.
</para>
@@ -6684,9 +6744,32 @@ dudas.
\makesignature % no en ltugproc
\end{document}
</screen>
-
+<!-- begin vincentb1 -->
</sect1>
</appendix>
+<!-- node-name, next, previous, up -->
+<appendix label="B" id="License-translation">
+<title>Traducción de la licencia</title>
+
+<para>La traducción que sigue es dada únicamente como informaciòn, y no
+reemplaza el texto en inglés dado al principio de este documento.
+<!-- end vincentb1 -->
+</para>
+<para>Se concede permiso para hacer y distribuir copias literales de este
+manual siempre que el aviso de copyright y esta nota de permiso se
+conserven en todas las copias.
+</para>
+
+<para>Se concede permiso para copiar y distribuir versiones modificadas de
+este manual bajo las condiciones para una copia literal, a condición de
+que todo el trabajo derivado resultante se distribuya bajo los términos
+de una nota de permiso idéntica a ésta.
+</para>
+<para>Se concede permiso para copiar y distribuir traducciones de este manual
+a otro idioma, con las condiciones anteriores para versiones
+modificadas.
+</para>
+</appendix>
<chapter label="" id="_00cdndice-de-Conceptos">
<title>Índice de Conceptos</title>
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.html b/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.html
index 0b9766819ab..57e04998451 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.html
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.html
@@ -16,28 +16,31 @@ LaTeX 2.09) por L. Botway y C. Biemesderfer (publicada por
el Grupo de Usuarios TeX como TeXniques número 10), como
material de referencia (no se copió texto directamente).
-Copyright 2010 Nacho Pacheco -Traducción.
+Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nacho Pacheco -Traducción.
-Copyright 2007, 2008, 2009, 2010 Karl Berry.
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Karl Berry.
Copyright 1988, 1994, 2007 Stephen Gilmore.
Copyright 1994, 1995, 1996 Torsten Martinsen.
-Se concede permiso para hacer y distribuir copias literales de este
-manual siempre que el aviso de copyright y esta nota de permiso se
-conserven en todas las copias.
+A continuación se encuentra la licencia bajo la cual es
+distribuido este manual, una traducción lo es dada en
+anexo, ver License translation.
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
-Se concede permiso para copiar y distribuir versiones modificadas de
-este manual bajo las condiciones para una copia literal, a condición de
-que todo el trabajo derivado resultante se distribuya bajo los términos
-de una nota de permiso idéntica a ésta.
-Se concede permiso para copiar y distribuir traducciones de este manual
-a otro idioma, con las condiciones anteriores para versiones
-modificadas. -->
-<!-- Created by Texinfo 5.9.91+dev, http://www.gnu.org/software/texinfo/ -->
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
+
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions. -->
+<!-- Created by GNU Texinfo 6.1, http://www.gnu.org/software/texinfo/ -->
<head>
<title>LaTeX2e Manual de Referencia (Julio 2010)</title>
@@ -45,12 +48,12 @@ modificadas. -->
<meta name="keywords" content="LaTeX2e Manual de Referencia (Julio 2010)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
-<meta name="Generator" content="texi2any">
+<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="#Top" rel="start" title="Top">
<link href="#g_t_00cdndice-de-Conceptos" rel="index" title="Índice de Conceptos">
-<link href="#SEC_Contents" rel="contents" title="&Iacute;ndice General">
-<link href="dir.html#Top" rel="up" title="(dir)">
+<link href="#SEC_Contents" rel="contents" title="Table of Contents">
+<link href="http://tug.org/texinfohtml/" rel="up" title="(dir)">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@@ -72,9 +75,8 @@ pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
-span.nocodebreak {white-space: nowrap}
span.nolinebreak {white-space: nowrap}
-span.roman {font-family: serif; font-weight: normal}
+span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
-->
@@ -93,7 +95,7 @@ ul.no-bullet {list-style: none}
<a name="SEC_Overview"></a>
-<h2 class="shortcontents-heading">Resumen del Contenido</h2>
+<h2 class="shortcontents-heading">Short Table of Contents</h2>
<div class="shortcontents">
<ul class="no-bullet">
@@ -125,13 +127,14 @@ ul.no-bullet {list-style: none}
<li><a name="stoc-Entrada_002fSalida-a-la-Terminal-1" href="#toc-Entrada_002fSalida-a-la-Terminal-1">26 Entrada/Salida a la Terminal</a></li>
<li><a name="stoc-Linea-de-Ordenes" href="#toc-Linea-de-Ordenes">27 Línea de Órdenes</a></li>
<li><a name="stoc-Plantillas-de-Documento-1" href="#toc-Plantillas-de-Documento-1">Appendix A Plantillas de Documento</a></li>
+<li><a name="stoc-Traduccion-de-la-licencia" href="#toc-Traduccion-de-la-licencia">Appendix B Traducción de la licencia</a></li>
<li><a name="stoc-Indice-de-Conceptos" href="#toc-Indice-de-Conceptos">Índice de Conceptos</a></li>
<li><a name="stoc-Indice-de-Instrucciones" href="#toc-Indice-de-Instrucciones">Índice de Instrucciones</a></li>
</ul>
</div>
<a name="SEC_Contents"></a>
-<h2 class="contents-heading">&Iacute;ndice General</h2>
+<h2 class="contents-heading">Table of Contents</h2>
<div class="contents">
@@ -398,16 +401,18 @@ ul.no-bullet {list-style: none}
<li><a name="toc-Plantilla-beamer-1" href="#Plantilla-beamer">A.2 Plantilla <code>beamer</code></a></li>
<li><a name="toc-Plantilla-tugboat-1" href="#Plantilla-tugboat">A.3 Plantilla <code>tugboat</code></a></li>
</ul></li>
+ <li><a name="toc-Traduccion-de-la-licencia" href="#License-translation">Appendix B Traducción de la licencia</a></li>
<li><a name="toc-Indice-de-Conceptos" href="#g_t_00cdndice-de-Conceptos">Índice de Conceptos</a></li>
<li><a name="toc-Indice-de-Instrucciones" href="#g_t_00cdndice-de-Instrucciones">Índice de Instrucciones</a></li>
</ul>
</div>
+
<a name="Top"></a>
<div class="header">
<p>
-Siguiente: <a href="#Acerca-de-este-documento" accesskey="n" rel="next">Acerca de este documento</a>, Subir: <a href="dir.html#Top" accesskey="u" rel="up">(dir)</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Acerca-de-este-documento" accesskey="n" rel="next">Acerca de este documento</a>, Up: <a href="http://tug.org/texinfohtml/" accesskey="u" rel="up">(dir)</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="LaTeX2e"></a>
<h1 class="top">LaTeX2e</h1>
@@ -475,6 +480,8 @@ LaTeX por muchos años.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Plantillas-de-Documento">Plantillas de Documento</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Principales plantillas para diversas clases de documento.
</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="#License-translation">Traducción de la licencia</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Una traducciòn como informaciòn de la licencia.
+</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#g_t_00cdndice-de-Conceptos">Índice de Conceptos</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Índice general.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#g_t_00cdndice-de-Instrucciones">Índice de Instrucciones</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Lista alfabética de instrucciones LaTeX.
@@ -485,7 +492,7 @@ LaTeX por muchos años.
<a name="Acerca-de-este-documento"></a>
<div class="header">
<p>
-Siguiente: <a href="#Descripci_00f3n" accesskey="n" rel="next">Descripción</a>, Previous: <a href="#Top" accesskey="p" rel="prev">Top</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Descripci_00f3n" accesskey="n" rel="next">Descripción</a>, Previous: <a href="#Top" accesskey="p" rel="prev">Top</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Acerca-de-este-documento-1"></a>
<h2 class="chapter">1 Acerca de este documento</h2>
@@ -539,7 +546,7 @@ varios otros.
<a name="Descripci_00f3n"></a>
<div class="header">
<p>
-Siguiente: <a href="#Iniciando-y-Finalizando" accesskey="n" rel="next">Iniciando y Finalizando</a>, Previous: <a href="#Acerca-de-este-documento" accesskey="p" rel="prev">Acerca de este documento</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Iniciando-y-Finalizando" accesskey="n" rel="next">Iniciando y Finalizando</a>, Previous: <a href="#Acerca-de-este-documento" accesskey="p" rel="prev">Acerca de este documento</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Descripcion-de-LaTeX"></a>
<h2 class="chapter">2 Descripción de LaTeX</h2>
@@ -599,7 +606,7 @@ instrucción &mdash; tradicionalmente es minúsculas.
<a name="Iniciando-y-Finalizando"></a>
<div class="header">
<p>
-Siguiente: <a href="#Clases-de-Documento" accesskey="n" rel="next">Clases de Documento</a>, Previous: <a href="#Descripci_00f3n" accesskey="p" rel="prev">Descripción</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Clases-de-Documento" accesskey="n" rel="next">Clases de Documento</a>, Previous: <a href="#Descripci_00f3n" accesskey="p" rel="prev">Descripción</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Iniciando-y-Finalizando-1"></a>
<h2 class="chapter">3 Iniciando y Finalizando</h2>
@@ -617,7 +624,7 @@ Siguiente: <a href="#Clases-de-Documento" accesskey="n" rel="next">Clases de Doc
</pre></div>
<p>donde <var>clase</var> es una clase de documento válida para LaTeX.
-V&eacute;ase <a href="#Clases-de-Documento">Clases de Documento</a>, para detalles de varias clases de documento
+See <a href="#Clases-de-Documento">Clases de Documento</a>, para detalles de varias clases de documento
disponibles localmente.
</p>
<a name="index-preambulo_002c-definido"></a>
@@ -630,7 +637,7 @@ disponibles localmente.
<a name="Clases-de-Documento"></a>
<div class="header">
<p>
-Siguiente: <a href="#Tipos-de-Letra" accesskey="n" rel="next">Tipos de Letra</a>, Previous: <a href="#Iniciando-y-Finalizando" accesskey="p" rel="prev">Iniciando y Finalizando</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Tipos-de-Letra" accesskey="n" rel="next">Tipos de Letra</a>, Previous: <a href="#Iniciando-y-Finalizando" accesskey="p" rel="prev">Iniciando y Finalizando</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Clases-de-Documento-1"></a>
<h2 class="chapter">4 Clases de Documento</h2>
@@ -655,7 +662,7 @@ archivo fuente LaTeX.
<a name="index-clase-slides"></a>
<p>Los nombres integrados de <var>clases</var> de documento LaTeX (muchas
otras clases de documento están disponibles como complementos;
-v&eacute;ase <a href="#Descripci_00f3n">Descripción</a>):
+see <a href="#Descripci_00f3n">Descripción</a>):
</p>
<div class="example">
<pre class="example">article report book letter slides
@@ -674,7 +681,7 @@ v&eacute;ase <a href="#Descripci_00f3n">Descripción</a>):
<a name="Opciones-de-Clase-de-Documento"></a>
<div class="header">
<p>
-Subir: <a href="#Clases-de-Documento" accesskey="u" rel="up">Clases de Documento</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Up: <a href="#Clases-de-Documento" accesskey="u" rel="up">Clases de Documento</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Opciones-de-Clase-de-Documento-1"></a>
<h3 class="section">4.1 Opciones de Clase de Documento</h3>
@@ -821,7 +828,7 @@ seleccionada son transmitidas a los paquetes cargados con
<a name="Tipos-de-Letra"></a>
<div class="header">
<p>
-Siguiente: <a href="#Dise_00f1o" accesskey="n" rel="next">Diseño</a>, Previous: <a href="#Clases-de-Documento" accesskey="p" rel="prev">Clases de Documento</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Dise_00f1o" accesskey="n" rel="next">Diseño</a>, Previous: <a href="#Clases-de-Documento" accesskey="p" rel="prev">Clases de Documento</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Tipos-de-Letra-1"></a>
<h2 class="chapter">5 Tipos de Letra</h2>
@@ -847,7 +854,7 @@ instrucciones LaTeX para hacer esto se describen a continuación.
<a name="Estilos-del-Tipo-de-Letra"></a>
<div class="header">
<p>
-Siguiente: <a href="#Tama_00f1os-del-Tipo-de-Letra" accesskey="n" rel="next">Tamaños del Tipo de Letra</a>, Subir: <a href="#Tipos-de-Letra" accesskey="u" rel="up">Tipos de Letra</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Tama_00f1os-del-Tipo-de-Letra" accesskey="n" rel="next">Tamaños del Tipo de Letra</a>, Up: <a href="#Tipos-de-Letra" accesskey="u" rel="up">Tipos de Letra</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Estilos-del-Tipo-de-Letra-1"></a>
<h3 class="section">5.1 Estilos del Tipo de Letra</h3>
@@ -1060,7 +1067,7 @@ distintas.
<a name="Tama_00f1os-del-Tipo-de-Letra"></a>
<div class="header">
<p>
-Siguiente: <a href="#Instrucciones-de-Bajo-Nivel-para-el-Tipo-de-Letra" accesskey="n" rel="next">Instrucciones de Bajo Nivel para el Tipo de Letra</a>, Previous: <a href="#Estilos-del-Tipo-de-Letra" accesskey="p" rel="prev">Estilos del Tipo de Letra</a>, Subir: <a href="#Tipos-de-Letra" accesskey="u" rel="up">Tipos de Letra</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Instrucciones-de-Bajo-Nivel-para-el-Tipo-de-Letra" accesskey="n" rel="next">Instrucciones de Bajo Nivel para el Tipo de Letra</a>, Previous: <a href="#Estilos-del-Tipo-de-Letra" accesskey="p" rel="prev">Estilos del Tipo de Letra</a>, Up: <a href="#Tipos-de-Letra" accesskey="u" rel="up">Tipos de Letra</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Tamanos-del-Tipo-de-Letra"></a>
<h3 class="section">5.2 Tamaños del Tipo de Letra</h3>
@@ -1073,7 +1080,7 @@ son compatibles con LaTeX.
La tabla muestra el nombre de la
instrucción y el tamaño real (en puntos) del tipo de letra
correspondiente utilizado con las opciones de tamaño del documento
-&lsquo;<samp>10pt</samp>&rsquo;, &lsquo;<samp>11pt</samp>&rsquo; y &lsquo;<samp>12pt</samp>&rsquo;, respectivamente (v&eacute;ase <a href="#Opciones-de-Clase-de-Documento">Opciones de Clase de Documento</a> ).
+&lsquo;<samp>10pt</samp>&rsquo;, &lsquo;<samp>11pt</samp>&rsquo; y &lsquo;<samp>12pt</samp>&rsquo;, respectivamente (see <a href="#Opciones-de-Clase-de-Documento">Opciones de Clase de Documento</a> ).
</p>
<a name="index-_005ctiny"></a>
<a name="index-_005cscriptsize"></a>
@@ -1111,7 +1118,7 @@ estas instrucciones; por ejemplo, <code>\begin{tiny}...\end{tiny}</code>.
<a name="Instrucciones-de-Bajo-Nivel-para-el-Tipo-de-Letra"></a>
<div class="header">
<p>
-Previous: <a href="#Tama_00f1os-del-Tipo-de-Letra" accesskey="p" rel="prev">Tamaños del Tipo de Letra</a>, Subir: <a href="#Tipos-de-Letra" accesskey="u" rel="up">Tipos de Letra</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#Tama_00f1os-del-Tipo-de-Letra" accesskey="p" rel="prev">Tamaños del Tipo de Letra</a>, Up: <a href="#Tipos-de-Letra" accesskey="u" rel="up">Tipos de Letra</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Instrucciones-de-Bajo-Nivel-para-el-Tipo-de-Letra-1"></a>
<h3 class="section">5.3 Instrucciones de Bajo Nivel para el Tipo de Letra</h3>
@@ -1221,7 +1228,7 @@ por <code>\selectfont</code>.
<a name="Dise_00f1o"></a>
<div class="header">
<p>
-Siguiente: <a href="#Seccionado" accesskey="n" rel="next">Seccionado</a>, Previous: <a href="#Tipos-de-Letra" accesskey="p" rel="prev">Tipos de Letra</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Seccionado" accesskey="n" rel="next">Seccionado</a>, Previous: <a href="#Tipos-de-Letra" accesskey="p" rel="prev">Tipos de Letra</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Diseno"></a>
<h2 class="chapter">6 Diseño</h2>
@@ -1247,7 +1254,7 @@ Siguiente: <a href="#Seccionado" accesskey="n" rel="next">Seccionado</a>, Previo
<a name="g_t_005conecolumn"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005ctwocolumn" accesskey="n" rel="next">\twocolumn</a>, Subir: <a href="#Dise_00f1o" accesskey="u" rel="up">Diseño</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005ctwocolumn" accesskey="n" rel="next">\twocolumn</a>, Up: <a href="#Dise_00f1o" accesskey="u" rel="up">Diseño</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005conecolumn-1"></a>
<h3 class="section">6.1 <code>\onecolumn</code></h3>
@@ -1262,7 +1269,7 @@ con una sola columna. Este es el valor predeterminado.
<a name="g_t_005ctwocolumn"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cflushbottom" accesskey="n" rel="next">\flushbottom</a>, Previous: <a href="#g_t_005conecolumn" accesskey="p" rel="prev">\onecolumn</a>, Subir: <a href="#Dise_00f1o" accesskey="u" rel="up">Diseño</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cflushbottom" accesskey="n" rel="next">\flushbottom</a>, Previous: <a href="#g_t_005conecolumn" accesskey="p" rel="prev">\onecolumn</a>, Up: <a href="#Dise_00f1o" accesskey="u" rel="up">Diseño</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ctwocolumn-1"></a>
<h3 class="section">6.2 <code>\twocolumn</code></h3>
@@ -1352,7 +1359,7 @@ de una página y el texto principal. De manera predeterminada es
<a name="g_t_005cflushbottom"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005craggedbottom" accesskey="n" rel="next">\raggedbottom</a>, Previous: <a href="#g_t_005ctwocolumn" accesskey="p" rel="prev">\twocolumn</a>, Subir: <a href="#Dise_00f1o" accesskey="u" rel="up">Diseño</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005craggedbottom" accesskey="n" rel="next">\raggedbottom</a>, Previous: <a href="#g_t_005ctwocolumn" accesskey="p" rel="prev">\twocolumn</a>, Up: <a href="#Dise_00f1o" accesskey="u" rel="up">Diseño</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cflushbottom-1"></a>
<h3 class="section">6.3 <code>\flushbottom</code></h3>
@@ -1364,14 +1371,14 @@ misma altura, añadiendo espacio vertical extra donde sea necesario para
llenar la página.
</p>
<p>Este es el predeterminado si se selecciona el modo <code>twocolumn</code>
-(v&eacute;ase <a href="#Opciones-de-Clase-de-Documento">Opciones de Clase de Documento</a>).
+(see <a href="#Opciones-de-Clase-de-Documento">Opciones de Clase de Documento</a>).
</p>
<hr>
<a name="g_t_005craggedbottom"></a>
<div class="header">
<p>
-Siguiente: <a href="#Par_00e1metros-para-el-Dise_00f1o-de-P_00e1gina" accesskey="n" rel="next">Parámetros para el Diseño de Página</a>, Previous: <a href="#g_t_005cflushbottom" accesskey="p" rel="prev">\flushbottom</a>, Subir: <a href="#Dise_00f1o" accesskey="u" rel="up">Diseño</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Par_00e1metros-para-el-Dise_00f1o-de-P_00e1gina" accesskey="n" rel="next">Parámetros para el Diseño de Página</a>, Previous: <a href="#g_t_005cflushbottom" accesskey="p" rel="prev">\flushbottom</a>, Up: <a href="#Dise_00f1o" accesskey="u" rel="up">Diseño</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005craggedbottom-1"></a>
<h3 class="section">6.4 <code>\raggedbottom</code></h3>
@@ -1387,7 +1394,7 @@ se deban ajustar.
<a name="Par_00e1metros-para-el-Dise_00f1o-de-P_00e1gina"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005craggedbottom" accesskey="p" rel="prev">\raggedbottom</a>, Subir: <a href="#Dise_00f1o" accesskey="u" rel="up">Diseño</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005craggedbottom" accesskey="p" rel="prev">\raggedbottom</a>, Up: <a href="#Dise_00f1o" accesskey="u" rel="up">Diseño</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Parametros-para-el-Diseno-de-Pagina"></a>
<h3 class="section">6.5 Parámetros para el Diseño de Página</h3>
@@ -1482,7 +1489,7 @@ predeterminado es el mismo que el tamaño de letra, por ejemplo,
<a name="Seccionado"></a>
<div class="header">
<p>
-Siguiente: <a href="#Referencias-Cruzadas" accesskey="n" rel="next">Referencias Cruzadas</a>, Previous: <a href="#Dise_00f1o" accesskey="p" rel="prev">Diseño</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Referencias-Cruzadas" accesskey="n" rel="next">Referencias Cruzadas</a>, Previous: <a href="#Dise_00f1o" accesskey="p" rel="prev">Diseño</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Seccionado-1"></a>
<h2 class="chapter">7 Seccionado</h2>
@@ -1571,14 +1578,14 @@ sección. La configuración
<p>suprime los números en encabezados y cualquier profundidad <em>&gt;
<var>nivel</var></em>, donde <code>chapter</code> es el nivel cero.
-(V&eacute;ase <a href="#g_t_005csetcounter">\setcounter</a>.)
+(See <a href="#g_t_005csetcounter">\setcounter</a>.)
</p>
<hr>
<a name="Referencias-Cruzadas"></a>
<div class="header">
<p>
-Siguiente: <a href="#Entornos" accesskey="n" rel="next">Entornos</a>, Previous: <a href="#Seccionado" accesskey="p" rel="prev">Seccionado</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Entornos" accesskey="n" rel="next">Entornos</a>, Previous: <a href="#Seccionado" accesskey="p" rel="prev">Seccionado</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Referencias-Cruzadas-1"></a>
<h2 class="chapter">8 Referencias Cruzadas</h2>
@@ -1601,7 +1608,7 @@ al lector a ellas, como en &ldquo;Vea la Figura 3 para más detalles&rdquo;.
<a name="g_t_005clabel"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cpageref" accesskey="n" rel="next">\pageref</a>, Subir: <a href="#Referencias-Cruzadas" accesskey="u" rel="up">Referencias Cruzadas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cpageref" accesskey="n" rel="next">\pageref</a>, Up: <a href="#Referencias-Cruzadas" accesskey="u" rel="up">Referencias Cruzadas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005clabel-1"></a>
<h3 class="section">8.1 <code>\label</code></h3>
@@ -1652,7 +1659,7 @@ convencionalmente:
<a name="g_t_005cpageref"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cref" accesskey="n" rel="next">\ref</a>, Previous: <a href="#g_t_005clabel" accesskey="p" rel="prev">\label</a>, Subir: <a href="#Referencias-Cruzadas" accesskey="u" rel="up">Referencias Cruzadas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cref" accesskey="n" rel="next">\ref</a>, Previous: <a href="#g_t_005clabel" accesskey="p" rel="prev">\label</a>, Up: <a href="#Referencias-Cruzadas" accesskey="u" rel="up">Referencias Cruzadas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cpageref_007bclave_007d"></a>
<h3 class="section">8.2 <code>\pageref{<var>clave</var>}</code></h3>
@@ -1675,7 +1682,7 @@ página del lugar en el texto en donde aparece la instrucción
<a name="g_t_005cref"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cpageref" accesskey="p" rel="prev">\pageref</a>, Subir: <a href="#Referencias-Cruzadas" accesskey="u" rel="up">Referencias Cruzadas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005cpageref" accesskey="p" rel="prev">\pageref</a>, Up: <a href="#Referencias-Cruzadas" accesskey="u" rel="up">Referencias Cruzadas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cref_007bclave_007d"></a>
<h3 class="section">8.3 <code>\ref{<var>clave</var>}</code></h3>
@@ -1694,7 +1701,7 @@ Previous: <a href="#g_t_005cpageref" accesskey="p" rel="prev">\pageref</a>, Subi
<p>La instrucción <code>\ref</code> produce el número de la unidad de sección de
la ecuación, pie de página, figura, &hellip;, de la instrucción
-<code>\label</code> correspondiente (v&eacute;ase <a href="#g_t_005clabel">\label</a>). Esta no produce ningún
+<code>\label</code> correspondiente (see <a href="#g_t_005clabel">\label</a>). Esta no produce ningún
texto, como por ejemplo la palabra &lsquo;Sección&rsquo; o &lsquo;figura&rsquo;, únicamente el
número.
</p>
@@ -1703,7 +1710,7 @@ número.
<a name="Entornos"></a>
<div class="header">
<p>
-Siguiente: <a href="#Saltos-de-L_00ednea" accesskey="n" rel="next">Saltos de Línea</a>, Previous: <a href="#Referencias-Cruzadas" accesskey="p" rel="prev">Referencias Cruzadas</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Saltos-de-L_00ednea" accesskey="n" rel="next">Saltos de Línea</a>, Previous: <a href="#Referencias-Cruzadas" accesskey="p" rel="prev">Referencias Cruzadas</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Entornos-1"></a>
<h2 class="chapter">9 Entornos</h2>
@@ -1787,12 +1794,13 @@ entorno comienza y termina de la misma manera:
<a name="abstract"></a>
<div class="header">
<p>
-Siguiente: <a href="#array" accesskey="n" rel="next">array</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#array" accesskey="n" rel="next">array</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="abstract-1"></a>
<h3 class="section">9.1 <code>abstract</code></h3>
<a name="index-entorno-abstract"></a>
+<a name="index-abstract_002c-entorno"></a>
<a name="index-resumenes"></a>
<p>Sinopsis:
@@ -1809,11 +1817,12 @@ Siguiente: <a href="#array" accesskey="n" rel="next">array</a>, Subir: <a href="
<a name="array"></a>
<div class="header">
<p>
-Siguiente: <a href="#center" accesskey="n" rel="next">center</a>, Previous: <a href="#abstract" accesskey="p" rel="prev">abstract</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#center" accesskey="n" rel="next">center</a>, Previous: <a href="#abstract" accesskey="p" rel="prev">abstract</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="array-1"></a>
<h3 class="section">9.2 <code>array</code></h3>
-<a name="index-array-entorno"></a>
+<a name="index-entorno-array"></a>
+<a name="index-array_002c-entorno"></a>
<a name="index-matrices_002c-matematicas"></a>
<p>Sinopsis:
@@ -1826,7 +1835,7 @@ Siguiente: <a href="#center" accesskey="n" rel="next">center</a>, Previous: <a h
</pre></div>
<p>Las matrices matemáticas se producen con el entorno <code>array</code>,
-normalmente dentro de un entorno <code>equation</code> (v&eacute;ase <a href="#equation">equation</a>).
+normalmente dentro de un entorno <code>equation</code> (see <a href="#equation">equation</a>).
Tiene un único argumento <var>plantilla</var> obligatorio que describe el
número de columnas y la alineación dentro de ellas. Cada columna
<var>col</var> se especifica por una sola letra que indica cual
@@ -1867,7 +1876,7 @@ matriz se termina con <code>\\</code>.
<a name="index-_005carraycolsep"></a>
<p>El parámetro <code>\arraycolsep</code> define la mitad del ancho del espacio
de separación entre columnas; el predeterminado es &lsquo;<samp>5pt</samp>&rsquo;.
-V&eacute;ase <a href="#tabular">tabular</a>, para otros parámetros que afectan el formato en entornos
+See <a href="#tabular">tabular</a>, para otros parámetros que afectan el formato en entornos
<code>array</code>, a saber <code>\arrayrulewidth</code> y <code>\arraystretch</code>.
</p>
<p>El entorno <code>array</code> únicamente se puede utilizar en modo math.
@@ -1877,12 +1886,13 @@ V&eacute;ase <a href="#tabular">tabular</a>, para otros parámetros que afectan
<a name="center"></a>
<div class="header">
<p>
-Siguiente: <a href="#description" accesskey="n" rel="next">description</a>, Previous: <a href="#array" accesskey="p" rel="prev">array</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#description" accesskey="n" rel="next">description</a>, Previous: <a href="#array" accesskey="p" rel="prev">array</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="center-1"></a>
<h3 class="section">9.3 <code>center</code></h3>
<a name="index-entorno-center"></a>
+<a name="index-center_002c-entorno"></a>
<a name="index-centrar-texto_002c-entorno-para"></a>
<p>Sinopsis:
@@ -1910,7 +1920,7 @@ página actual. Cada línea es terminada con dobles barras inversas
<a name="g_t_005ccentering"></a>
<div class="header">
<p>
-Subir: <a href="#center" accesskey="u" rel="up">center</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Up: <a href="#center" accesskey="u" rel="up">center</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ccentering-1"></a>
<h4 class="subsection">9.3.1 <code>\centering</code></h4>
@@ -1947,12 +1957,13 @@ segunda línea \\
<a name="description"></a>
<div class="header">
<p>
-Siguiente: <a href="#displaymath" accesskey="n" rel="next">displaymath</a>, Previous: <a href="#center" accesskey="p" rel="prev">center</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#displaymath" accesskey="n" rel="next">displaymath</a>, Previous: <a href="#center" accesskey="p" rel="prev">center</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="description-1"></a>
<h3 class="section">9.4 <code>description</code></h3>
<a name="index-entorno-description"></a>
+<a name="index-description_002c-entorno"></a>
<a name="index-listas-etiquetadas_002c-creando"></a>
<a name="index-listas-de-descripcion_002c-creando"></a>
@@ -1990,12 +2001,13 @@ simple}]</code>.
<a name="displaymath"></a>
<div class="header">
<p>
-Siguiente: <a href="#document" accesskey="n" rel="next">document</a>, Previous: <a href="#description" accesskey="p" rel="prev">description</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#document" accesskey="n" rel="next">document</a>, Previous: <a href="#description" accesskey="p" rel="prev">description</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="displaymath-1"></a>
<h3 class="section">9.5 <code>displaymath</code></h3>
<a name="index-entorno-displaymath"></a>
+<a name="index-displaymath_002c-entorno"></a>
<p>Sinopsis:
</p>
@@ -2018,34 +2030,36 @@ produce ecuaciones alineadas a la izquierda; vea <a href="#Opciones-de-Clase-de-
</p>
<p>No se añade un número de ecuación al texto de <code>displaymath</code>; Para
obtener un número de ecuación, utilice el entorno <code>equation</code>
-(v&eacute;ase <a href="#equation">equation</a>).
+(see <a href="#equation">equation</a>).
</p>
<hr>
<a name="document"></a>
<div class="header">
<p>
-Siguiente: <a href="#enumerate" accesskey="n" rel="next">enumerate</a>, Previous: <a href="#displaymath" accesskey="p" rel="prev">displaymath</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#enumerate" accesskey="n" rel="next">enumerate</a>, Previous: <a href="#displaymath" accesskey="p" rel="prev">displaymath</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="document-1"></a>
<h3 class="section">9.6 <code>document</code></h3>
<a name="index-entorno-document"></a>
+<a name="index-document_002c-entorno"></a>
<p>El entorno <code>document</code> encierra el cuerpo de un documento. este es
-obligatorio en cada documento LaTeX. V&eacute;ase <a href="#Iniciando-y-Finalizando">Iniciando y Finalizando</a>.
+obligatorio en cada documento LaTeX. See <a href="#Iniciando-y-Finalizando">Iniciando y Finalizando</a>.
</p>
<hr>
<a name="enumerate"></a>
<div class="header">
<p>
-Siguiente: <a href="#eqnarray" accesskey="n" rel="next">eqnarray</a>, Previous: <a href="#document" accesskey="p" rel="prev">document</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#eqnarray" accesskey="n" rel="next">eqnarray</a>, Previous: <a href="#document" accesskey="p" rel="prev">document</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="enumerate-1"></a>
<h3 class="section">9.7 <code>enumerate</code></h3>
<a name="index-entorno-enumerate"></a>
+<a name="index-enumerate_002c-entorno"></a>
<a name="index-lista-de-elementos_002c-numerados"></a>
<p>Sinopsis:
@@ -2061,8 +2075,8 @@ Siguiente: <a href="#eqnarray" accesskey="n" rel="next">eqnarray</a>, Previous:
<p>El entorno <code>enumerate</code> produce una lista numerada. Las
enumeraciones se pueden anidar unas dentro de otras, hasta cuatro
niveles de profundidad. Estas también se pueden anidar en otros
-entornos de párrafo, tal como <code>itemize</code> (v&eacute;ase <a href="#itemize">itemize</a>) y
-<code>description</code> (v&eacute;ase <a href="#description">description</a>).
+entornos de párrafo, tal como <code>itemize</code> (see <a href="#itemize">itemize</a>) y
+<code>description</code> (see <a href="#description">description</a>).
</p>
<a name="index-_005citem-1"></a>
<p>Cada elemento de una lista enumerada comienza con una instrucción
@@ -2084,7 +2098,7 @@ siguiente manera:
<a name="index-_005cenumiii"></a>
<a name="index-_005cenumiv"></a>
<p>El entorno <code>enumerate</code> usa los contadores <code>\enumi</code> hasta
-<code>\enumiv</code> (v&eacute;ase <a href="#Contadores">Contadores</a>). Si se proporciona el argumento
+<code>\enumiv</code> (see <a href="#Contadores">Contadores</a>). Si se proporciona el argumento
opcional a <code>\item</code>, el contador no se incrementa por cada elemento.
</p>
<a name="index-_005clabelenumi"></a>
@@ -2094,7 +2108,7 @@ opcional a <code>\item</code>, el contador no se incrementa por cada elemento.
<p>El entorno <code>enumerate</code> utiliza las instrucciones desde
<code>\labelenumi</code> hasta <code>\labelenumiv</code> para producir la etiqueta
predeterminada. Por lo tanto, usted puede usar <code>\renewcommand</code>
-para cambiar las etiquetas (v&eacute;ase <a href="#g_t_005cnewcommand-y-_005crenewcommand">\newcommand y \renewcommand</a>). Por
+para cambiar las etiquetas (see <a href="#g_t_005cnewcommand-y-_005crenewcommand">\newcommand y \renewcommand</a>). Por
ejemplo, para hacer que el primer nivel use letras mayúsculas:
</p>
<a name="index-ejemplo-_005cAlph"></a>
@@ -2108,12 +2122,13 @@ ejemplo, para hacer que el primer nivel use letras mayúsculas:
<a name="eqnarray"></a>
<div class="header">
<p>
-Siguiente: <a href="#equation" accesskey="n" rel="next">equation</a>, Previous: <a href="#enumerate" accesskey="p" rel="prev">enumerate</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#equation" accesskey="n" rel="next">equation</a>, Previous: <a href="#enumerate" accesskey="p" rel="prev">enumerate</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="eqnarray-1"></a>
<h3 class="section">9.8 <code>eqnarray</code></h3>
<a name="index-entorno-eqnarray"></a>
+<a name="index-eqnarray_002c-entorno"></a>
<a name="index-ecuaciones_002c-alineando"></a>
<a name="index-alineando-Ecuaciones"></a>
@@ -2154,12 +2169,13 @@ estilo de visualización alinea a la izquierda en una caja de ancho cero.
<a name="equation"></a>
<div class="header">
<p>
-Siguiente: <a href="#figure" accesskey="n" rel="next">figure</a>, Previous: <a href="#eqnarray" accesskey="p" rel="prev">eqnarray</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#figure" accesskey="n" rel="next">figure</a>, Previous: <a href="#eqnarray" accesskey="p" rel="prev">eqnarray</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="equation-1"></a>
<h3 class="section">9.9 <code>equation</code></h3>
<a name="index-entorno-equation"></a>
+<a name="index-equation_002c-entorno"></a>
<a name="index-ecuaciones_002c-entornos-para"></a>
<a name="index-formulas_002c-entornos-para"></a>
@@ -2172,7 +2188,7 @@ Siguiente: <a href="#figure" accesskey="n" rel="next">figure</a>, Previous: <a h
</pre></div>
<p>El entorno <code>equation</code> comienza un entorno <code>displaymath</code>
-(v&eacute;ase <a href="#displaymath">displaymath</a>), por ejemplo, centrando en la página el texto
+(see <a href="#displaymath">displaymath</a>), por ejemplo, centrando en la página el texto
<var>math</var>, y además colocando el número de ecuación en el margen
derecho.
</p>
@@ -2181,11 +2197,12 @@ derecho.
<a name="figure"></a>
<div class="header">
<p>
-Siguiente: <a href="#filecontents" accesskey="n" rel="next">filecontents</a>, Previous: <a href="#equation" accesskey="p" rel="prev">equation</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#filecontents" accesskey="n" rel="next">filecontents</a>, Previous: <a href="#equation" accesskey="p" rel="prev">equation</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="figure-1"></a>
<h3 class="section">9.10 <code>figure</code></h3>
-<a name="index-figure"></a>
+<a name="index-entorno-figure"></a>
+<a name="index-figure_002c-entorno"></a>
<a name="index-insertando-figuras"></a>
<a name="index-figuras_002c-insertando"></a>
@@ -2249,7 +2266,7 @@ LaTeX, etc., que desee.
<p>La instrucción <code>\caption</code> especifica el <var>texto</var> del título de
la figura. El título de manera predeterminada lleva el número. Si
<var>loftitle</var> está presente, esta se utiliza en la lista de figuras en
-lugar del <var>texto</var> (v&eacute;ase <a href="#Tablas-de-Contenido">Tablas de Contenido</a>).
+lugar del <var>texto</var> (see <a href="#Tablas-de-Contenido">Tablas de Contenido</a>).
</p>
<dl compact="compact">
<dd><a name="index-_005cbottomfraction"></a>
@@ -2309,62 +2326,85 @@ antes de los flotantes; el predeterminado es &lsquo;<samp>.7</samp>&rsquo;.
<a name="filecontents"></a>
<div class="header">
<p>
-Siguiente: <a href="#flushleft" accesskey="n" rel="next">flushleft</a>, Previous: <a href="#figure" accesskey="p" rel="prev">figure</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#flushleft" accesskey="n" rel="next">flushleft</a>, Previous: <a href="#figure" accesskey="p" rel="prev">figure</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="filecontents_003a-Crear-un-archivo-externo"></a>
<h3 class="section">9.11 <code>filecontents</code>: Crear un archivo externo</h3>
+<a name="index-entorno-filecontents"></a>
+<a name="index-filecontents_002c-entorno"></a>
+<a name="index-entorno-filecontents_002a"></a>
+<a name="index-filecontents_002a_002c-entorno"></a>
<p>Sinopsis:
</p>
<div class="example">
<pre class="example">\begin{filecontents}{<var>nombre-del-archivo</var>}
-<var>contenido-del-archivo</var>
+<var>texto</var>
\end{filecontents}
-\documentclass{<var>mi-clase-de-documento</var>}
</pre></div>
-<a name="index-instruccion-inicial"></a>
-<a name="index-_005cdocumentclass_002c-intrucciones-delantes-de"></a>
-<p>El entorno <code>filecontents</code> es una <em>instrucción inicial</em>&nbsp;: es
-decir que se puedo usarlo solo al delante de la declaración
-<code>\documentclass</code>.
+<p>o
</p>
-<p>LaTeX crea un archivo llamado <var>nombre-del-archivo</var> cuyo contenido
-es <var>contenido-del-archivo</var> con un comentario de cabecera que indica
-cómo y cuando se generó el archivo. Si el archivo ya existe, entonces
-nada lo hará suceder.
-</p>
-<p>También puede utilizar el <code>filecontents</code> paquete, que tiene el las
-siguientes ventajas&nbsp;:
-</p><ul>
-<li> Si ya existe el archivo, entonces se sobrescribirá.
-</li><li> Usted puede utilizar el <code>filecontents</code> entorno en cualquier lugar
-después de la declaración <code>\usepackage{filecontents}</code>.
-</li><li> El paquete <code>filecontents</code> también proporciona un entorno
-<code>filecontents*</code> que se utiliza en la misma forma que el entorno
-<code>filecontents</code>, salvo que no se introduzca ningún comentario de
-cabecera, por lo que es más adecuado para crear archivos que no están en
-LaTeX formato.
-</li></ul>
+<div class="example">
+<pre class="example">\begin{filecontents*}{<var>nombre-del-archivo</var>}
+<var>texto</var>
+\end{filecontents*}
+</pre></div>
-<p>El entorno <code>filecontents</code> solo crea el archivo, y es sin relación
-con el uso del archivo creado. Por eso es menester por ejemplo la
-instrucción <code>\input</code> o <code>\usepackage</code> o <code>\bibliography</code>,
-cualquiera sea aplicable, par utilizar el archivo creado.
+<p>LaTeX crea un archivo llamado <var>nombre-del-archivo</var> cuyo contenido
+es <var>texto</var>. El entorno sin <code>*</code> pone comentario de cabecera ;
+ver el ejemplo más abajo. Con <code>*</code> <code>filecontents*</code> no incluye
+el comentario de cabecera.
+</p>
+<p>Este entorno puede ser utilizado en cualquier lugar en el preámbulo,
+aunque aparezca en general antes de la instrucción
+<code>\documentclass</code>. Es típicamente utilizado cuando el archivo fuente
+necesita un archivo no estándar de estilo o de clase. El entorno permite
+escribir este archivo en el repertorio que contiene este archivo y así
+de devolver el código fuente autónoma. Otra utilización es incluir
+referencia al formato <code>bib</code> en el archivo fuente, lo mismo para
+hacerlo autónomo.
+</p>
+<p>El entorno verifica si un archivo con lo mismo nombre ya existe, y si
+sí, no hace nada. Hay un paquete <samp>filecontents</samp> quién vuelve a
+definir el entorno <code>filecontents</code> de modo que en lugar de no hacer
+nada en este caso, sobrescribe en el archivo existente.
+</p>
+<p>Por ejemplo, este documento
</p>
-<p>Este entorno es también útil para hacer un ejemplo mínimo en un informe
-de error.
+<div class="example">
+<pre class="example">\documentclass{article}
+\begin{filecontents}{JH.sty}
+\newcommand{\minombre}{Jim Hef{}feron}
+\end{filecontents}
+\usepackage{JH}
+\begin{document}
+Un artículo de \minombre.
+\end{document}
+</pre></div>
+
+<p>produce este archivo <samp>JH.sty</samp>.
</p>
+<div class="example">
+<pre class="example">%% LaTeX2e file `JH.sty'
+%% generated by the `filecontents' environment
+%% from source `test' on 2015/10/12.
+%%
+\newcommand{\minombre}{Jim Hef{}feron}
+</pre></div>
+
+
<hr>
<a name="flushleft"></a>
<div class="header">
<p>
-Siguiente: <a href="#flushright" accesskey="n" rel="next">flushright</a>, Previous: <a href="#filecontents" accesskey="p" rel="prev">filecontents</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#flushright" accesskey="n" rel="next">flushright</a>, Previous: <a href="#filecontents" accesskey="p" rel="prev">filecontents</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="flushleft-1"></a>
<h3 class="section">9.12 <code>flushleft</code></h3>
<a name="index-entorno-flushleft"></a>
+<a name="index-flushleft_002c-entorno"></a>
<a name="index-justificar-texto-a-la-izquierda_002c-entornos-para"></a>
<a name="index-texto-irregular-a-la-derecha_002c-entorno-para"></a>
@@ -2391,7 +2431,7 @@ justificadas a la derecha. Cada línea se debe terminar con <code>\\</code>.
<a name="g_t_005craggedright"></a>
<div class="header">
<p>
-Subir: <a href="#flushleft" accesskey="u" rel="up">flushleft</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Up: <a href="#flushleft" accesskey="u" rel="up">flushleft</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005craggedright-1"></a>
<h4 class="subsection">9.12.1 <code>\raggedright</code></h4>
@@ -2416,11 +2456,12 @@ unidad de párrafo.
<a name="flushright"></a>
<div class="header">
<p>
-Siguiente: <a href="#itemize" accesskey="n" rel="next">itemize</a>, Previous: <a href="#flushleft" accesskey="p" rel="prev">flushleft</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#itemize" accesskey="n" rel="next">itemize</a>, Previous: <a href="#flushleft" accesskey="p" rel="prev">flushleft</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="flushright-1"></a>
<h3 class="section">9.13 <code>flushright</code></h3>
<a name="index-entorno-flushright"></a>
+<a name="index-flushright_002c-entorno"></a>
<a name="index-texto-irregular-a-la-izquierda_002c-entorno-para"></a>
<a name="index-justificar-texto-a-la-derecha_002c-entorno-para"></a>
@@ -2447,7 +2488,7 @@ la izquierda. Cada línea se debe terminar con <code>\\</code>.
<a name="g_t_005craggedleft"></a>
<div class="header">
<p>
-Subir: <a href="#flushright" accesskey="u" rel="up">flushright</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Up: <a href="#flushright" accesskey="u" rel="up">flushright</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005craggedleft-1"></a>
<h4 class="subsection">9.13.1 <code>\raggedleft</code></h4>
@@ -2472,11 +2513,12 @@ unidad de párrafo.
<a name="itemize"></a>
<div class="header">
<p>
-Siguiente: <a href="#letter" accesskey="n" rel="next">letter</a>, Previous: <a href="#flushright" accesskey="p" rel="prev">flushright</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#letter" accesskey="n" rel="next">letter</a>, Previous: <a href="#flushright" accesskey="p" rel="prev">flushright</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="itemize-1"></a>
<h3 class="section">9.14 <code>itemize</code></h3>
<a name="index-entorno-itemize"></a>
+<a name="index-itemize_002c-entorno"></a>
<a name="index-_005citem-2"></a>
<a name="index-listas-de-elementos"></a>
<a name="index-listas-no-ordenadas"></a>
@@ -2496,7 +2538,7 @@ Siguiente: <a href="#letter" accesskey="n" rel="next">letter</a>, Previous: <a h
viñetas&rdquo;. Se pueden anidar entorno itemize dentro de otros, hasta
cuatro niveles de profundidad. También se pueden anidar en otros
entornos que marcan párrafos, tal como <code>enumerate</code>
-(v&eacute;ase <a href="#enumerate">enumerate</a>).
+(see <a href="#enumerate">enumerate</a>).
</p>
<p>Cada elemento de una lista <code>itemize</code> comienza con una instrucción
<code>\item</code>. En el entorno por lo menos debe haber una instrucción
@@ -2639,7 +2681,7 @@ un párrafo. El valor predeterminado es <code>2pt plus1pt minus1pt</code> para
eludir los espacios entre ellos. He aquí un ejemplo de una definición
del entorno <code>itemize*</code> sin espacio extra entre elementos o entre
párrafos dentro de un solo elemento (<code>\parskip</code> no es específico de
-la lista, v&eacute;ase <a href="#g_t_005cparskip">\parskip</a>):
+la lista, see <a href="#g_t_005cparskip">\parskip</a>):
</p>
<div class="example">
<pre class="example">\newenvironment{itemize*}%
@@ -2655,24 +2697,26 @@ la lista, v&eacute;ase <a href="#g_t_005cparskip">\parskip</a>):
<a name="letter"></a>
<div class="header">
<p>
-Siguiente: <a href="#list" accesskey="n" rel="next">list</a>, Previous: <a href="#itemize" accesskey="p" rel="prev">itemize</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#list" accesskey="n" rel="next">list</a>, Previous: <a href="#itemize" accesskey="p" rel="prev">itemize</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Entorno-letter_003a-Escribiendo-Cartas"></a>
<h3 class="section">9.15 Entorno <code>letter</code>: Escribiendo Cartas</h3>
-<a name="index-letter"></a>
+<a name="index-entorno-letter"></a>
+<a name="index-letter_002c-entorno"></a>
-<p>Este entorno se utiliza para crear cartas. V&eacute;ase <a href="#Cartas">Cartas</a>.
+<p>Este entorno se utiliza para crear cartas. See <a href="#Cartas">Cartas</a>.
</p>
<hr>
<a name="list"></a>
<div class="header">
<p>
-Siguiente: <a href="#math" accesskey="n" rel="next">math</a>, Previous: <a href="#letter" accesskey="p" rel="prev">letter</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#math" accesskey="n" rel="next">math</a>, Previous: <a href="#letter" accesskey="p" rel="prev">letter</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="list-1"></a>
<h3 class="section">9.16 <code>list</code></h3>
-<a name="index-list"></a>
+<a name="index-entorno-list"></a>
+<a name="index-list_002c-entorno"></a>
<a name="index-listas-de-elementos_002c-genericas"></a>
<p>El entorno <code>list</code> es un entorno genérico que se utiliza para
@@ -2703,12 +2747,13 @@ predeterminado.
<a name="math"></a>
<div class="header">
<p>
-Siguiente: <a href="#minipage" accesskey="n" rel="next">minipage</a>, Previous: <a href="#list" accesskey="p" rel="prev">list</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#minipage" accesskey="n" rel="next">minipage</a>, Previous: <a href="#list" accesskey="p" rel="prev">list</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="math-1"></a>
<h3 class="section">9.17 <code>math</code></h3>
<a name="index-entorno-math"></a>
+<a name="index-math_002c-entorno"></a>
<a name="index-formulas-en-linea"></a>
<p>Sinopsis:
@@ -2721,19 +2766,20 @@ Siguiente: <a href="#minipage" accesskey="n" rel="next">minipage</a>, Previous:
<p>El entorno <code>math</code> inserta la fórmula <var>math</var> dada dentro del
texto actual. <code>\(...\))</code> y <code>$...$</code> son sinónimos.
-V&eacute;ase <a href="#F_00f3rmulas-Matem_00e1ticas">Fórmulas Matemáticas</a>.
+See <a href="#F_00f3rmulas-Matem_00e1ticas">Fórmulas Matemáticas</a>.
</p>
<hr>
<a name="minipage"></a>
<div class="header">
<p>
-Siguiente: <a href="#picture" accesskey="n" rel="next">picture</a>, Previous: <a href="#math" accesskey="p" rel="prev">math</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#picture" accesskey="n" rel="next">picture</a>, Previous: <a href="#math" accesskey="p" rel="prev">math</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="minipage-1"></a>
<h3 class="section">9.18 <code>minipage</code></h3>
<a name="index-entorno-minipage"></a>
+<a name="index-minipage_002c-entorno"></a>
<a name="index-minipage_002c-creando-una"></a>
<div class="example">
@@ -2744,12 +2790,12 @@ Siguiente: <a href="#picture" accesskey="n" rel="next">picture</a>, Previous: <a
<p>El entorno <code>minipage</code> compone tipográficamente su cuerpo de
<var>texto</var> en un bloque que no debe abarcar varias páginas. Este es
-similar a la instrucción <code>\parbox</code> (v&eacute;ase <a href="#g_t_005cparbox">\parbox</a>), pero a
+similar a la instrucción <code>\parbox</code> (see <a href="#g_t_005cparbox">\parbox</a>), pero a
diferencia de <code>\parbox</code>, se pueden utilizar otros entornos de
marcado de párrafos dentro de una minipágina.
</p>
<p>Los argumentos son los mismos que para <code>\parbox</code>
-(v&eacute;ase <a href="#g_t_005cparbox">\parbox</a>).
+(see <a href="#g_t_005cparbox">\parbox</a>).
</p>
<a name="index-sangria-de-parrafos_002c-en-minipage"></a>
<a name="index-sangria-de-parrafos_002c-en-minipage-1"></a>
@@ -2765,7 +2811,7 @@ manera que es especialmente útil para poner notas en figuras o tablas.
Una instrucción <code>\footnote</code> o <code>\footnotetext</code> coloca la nota
al pie en la parte inferior de la minipágina en lugar de en la parte
inferior de la página, y esta utiliza el contador <code>\mpfootnote</code> en
-lugar del contador normal <code>footnote</code> (v&eacute;ase <a href="#Contadores">Contadores</a>).
+lugar del contador normal <code>footnote</code> (see <a href="#Contadores">Contadores</a>).
</p>
<p>No obstante, no ponga una minipágina dentro de otra si usted está usando
notas al pie; estas pueden terminar mal en la parte inferior de la
@@ -2776,12 +2822,13 @@ minipágina.
<a name="picture"></a>
<div class="header">
<p>
-Siguiente: <a href="#quotation" accesskey="n" rel="next">quotation</a>, Previous: <a href="#minipage" accesskey="p" rel="prev">minipage</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#quotation" accesskey="n" rel="next">quotation</a>, Previous: <a href="#minipage" accesskey="p" rel="prev">minipage</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="picture-1"></a>
<h3 class="section">9.19 <code>picture</code></h3>
-<a name="index-picture"></a>
+<a name="index-entorno-picture"></a>
+<a name="index-picture_002c-entorno"></a>
<a name="index-creando-imagenes"></a>
<a name="index-imagenes_002c-creando"></a>
@@ -2856,7 +2903,7 @@ referencia para distintos objetos se describen a continuación.
</p>
<a name="index-caja-lR"></a>
<p>La instrucción <code>\put</code> crea una <em>caja LR</em>. Puede poner
-cualquier cosa que vaya en una <code>\mbox</code> (v&eacute;ase <a href="#g_t_005cmbox">\mbox</a>) en el
+cualquier cosa que vaya en una <code>\mbox</code> (see <a href="#g_t_005cmbox">\mbox</a>) en el
argumento texto de la instrucción <code>\put</code>. Al hacer esto, el punto
de referencia será la esquina inferior izquierda de la caja.
</p>
@@ -2899,7 +2946,7 @@ secciones.
<a name="g_t_005ccircle"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cmakebox-_0028picture_0029" accesskey="n" rel="next">\makebox (picture)</a>, Subir: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cmakebox-_0028picture_0029" accesskey="n" rel="next">\makebox (picture)</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ccircle-1"></a>
<h4 class="subsection">9.19.1 <code>\circle</code></h4>
@@ -2920,7 +2967,7 @@ instrucción dibuja un círculo sólido.
<a name="g_t_005cmakebox-_0028picture_0029"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cframebox-_0028picture_0029" accesskey="n" rel="next">\framebox (picture)</a>, Previous: <a href="#g_t_005ccircle" accesskey="p" rel="prev">\circle</a>, Subir: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cframebox-_0028picture_0029" accesskey="n" rel="next">\framebox (picture)</a>, Previous: <a href="#g_t_005ccircle" accesskey="p" rel="prev">\circle</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cmakebox-1"></a>
<h4 class="subsection">9.19.2 <code>\makebox</code></h4>
@@ -2957,14 +3004,14 @@ siguientes:
</dd>
</dl>
-<p>V&eacute;ase <a href="#g_t_005cmakebox">\makebox</a>.
+<p>See <a href="#g_t_005cmakebox">\makebox</a>.
</p>
<hr>
<a name="g_t_005cframebox-_0028picture_0029"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cdashbox" accesskey="n" rel="next">\dashbox</a>, Previous: <a href="#g_t_005cmakebox-_0028picture_0029" accesskey="p" rel="prev">\makebox (picture)</a>, Subir: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cdashbox" accesskey="n" rel="next">\dashbox</a>, Previous: <a href="#g_t_005cmakebox-_0028picture_0029" accesskey="p" rel="prev">\makebox (picture)</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cframebox"></a>
<h4 class="subsection">9.19.3 <code>\framebox</code></h4>
@@ -2991,7 +3038,7 @@ contenido de la caja.
<a name="g_t_005cdashbox"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cframe" accesskey="n" rel="next">\frame</a>, Previous: <a href="#g_t_005cframebox-_0028picture_0029" accesskey="p" rel="prev">\framebox (picture)</a>, Subir: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cframe" accesskey="n" rel="next">\frame</a>, Previous: <a href="#g_t_005cframebox-_0028picture_0029" accesskey="p" rel="prev">\framebox (picture)</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cdashbox-1"></a>
<h4 class="subsection">9.19.4 <code>\dashbox</code></h4>
@@ -3017,7 +3064,7 @@ altura de <var>ralto</var>. El <var>texto</var> es posicionado en la
<a name="g_t_005cframe"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cline" accesskey="n" rel="next">\line</a>, Previous: <a href="#g_t_005cdashbox" accesskey="p" rel="prev">\dashbox</a>, Subir: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cline" accesskey="n" rel="next">\line</a>, Previous: <a href="#g_t_005cdashbox" accesskey="p" rel="prev">\dashbox</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cframe-1"></a>
<h4 class="subsection">9.19.5 <code>\frame</code></h4>
@@ -3038,7 +3085,7 @@ del marco. No añade espacio extra entre el marco y el objeto.
<a name="g_t_005cline"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005clinethickness" accesskey="n" rel="next">\linethickness</a>, Previous: <a href="#g_t_005cframe" accesskey="p" rel="prev">\frame</a>, Subir: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005clinethickness" accesskey="n" rel="next">\linethickness</a>, Previous: <a href="#g_t_005cframe" accesskey="p" rel="prev">\frame</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cline-1"></a>
<h4 class="subsection">9.19.6 <code>\line</code></h4>
@@ -3057,14 +3104,14 @@ y declive <var>declivex</var>/<var>declivey</var>.
<em><var>declive</var> = x/y</em>, donde <em>x</em> y <em>y</em> tienen valores
enteros desde -6 hasta&nbsp;6. Para líneas de cualquier declive,
por no hablar de otras formas, vea el paquete <code>curve2e</code> y muchos,
-muchos otros paquetes en <acronym>CTAN</acronym>.
+muchos otros paquetes en CTAN.
</p>
<hr>
<a name="g_t_005clinethickness"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cthicklines" accesskey="n" rel="next">\thicklines</a>, Previous: <a href="#g_t_005cline" accesskey="p" rel="prev">\line</a>, Subir: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cthicklines" accesskey="n" rel="next">\thicklines</a>, Previous: <a href="#g_t_005cline" accesskey="p" rel="prev">\line</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005clinethickness-1"></a>
<h4 class="subsection">9.19.7 <code>\linethickness</code></h4>
@@ -3082,7 +3129,7 @@ círculos o los cuartos de círculo dibujados por <code>\oval</code>.
<a name="g_t_005cthicklines"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cthinlines" accesskey="n" rel="next">\thinlines</a>, Previous: <a href="#g_t_005clinethickness" accesskey="p" rel="prev">\linethickness</a>, Subir: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cthinlines" accesskey="n" rel="next">\thinlines</a>, Previous: <a href="#g_t_005clinethickness" accesskey="p" rel="prev">\linethickness</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cthicklines-1"></a>
<h4 class="subsection">9.19.8 <code>\thicklines</code></h4>
@@ -3097,7 +3144,7 @@ compárese&nbsp;<a href="#g_t_005clinethickness">\linethickness</a> y <a href="#
<a name="g_t_005cthinlines"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cmultiput" accesskey="n" rel="next">\multiput</a>, Previous: <a href="#g_t_005cthicklines" accesskey="p" rel="prev">\thicklines</a>, Subir: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cmultiput" accesskey="n" rel="next">\multiput</a>, Previous: <a href="#g_t_005cthicklines" accesskey="p" rel="prev">\thicklines</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cthinlines-1"></a>
<h4 class="subsection">9.19.9 <code>\thinlines</code></h4>
@@ -3112,7 +3159,7 @@ compárese&nbsp;<a href="#g_t_005clinethickness">\linethickness</a> y <a href="#
<a name="g_t_005cmultiput"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005coval" accesskey="n" rel="next">\oval</a>, Previous: <a href="#g_t_005cthinlines" accesskey="p" rel="prev">\thinlines</a>, Subir: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005coval" accesskey="n" rel="next">\oval</a>, Previous: <a href="#g_t_005cthinlines" accesskey="p" rel="prev">\thinlines</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cmultiput-1"></a>
<h4 class="subsection">9.19.10 <code>\multiput</code></h4>
@@ -3133,7 +3180,7 @@ sucesivamente, <var>n</var> veces.
<a name="g_t_005coval"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cput" accesskey="n" rel="next">\put</a>, Previous: <a href="#g_t_005cmultiput" accesskey="p" rel="prev">\multiput</a>, Subir: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cput" accesskey="n" rel="next">\put</a>, Previous: <a href="#g_t_005cmultiput" accesskey="p" rel="prev">\multiput</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005coval-1"></a>
<h4 class="subsection">9.19.11 <code>\oval</code></h4>
@@ -3173,7 +3220,7 @@ a cajas con esquinas redondeadas.
<a name="g_t_005cput"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cshortstack" accesskey="n" rel="next">\shortstack</a>, Previous: <a href="#g_t_005coval" accesskey="p" rel="prev">\oval</a>, Subir: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cshortstack" accesskey="n" rel="next">\shortstack</a>, Previous: <a href="#g_t_005coval" accesskey="p" rel="prev">\oval</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cput-1"></a>
<h4 class="subsection">9.19.12 <code>\put</code></h4>
@@ -3191,7 +3238,7 @@ argumento obligatorio en las coordenadas <var>xcoord</var> e
<a name="g_t_005cshortstack"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cvector" accesskey="n" rel="next">\vector</a>, Previous: <a href="#g_t_005cput" accesskey="p" rel="prev">\put</a>, Subir: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cvector" accesskey="n" rel="next">\vector</a>, Previous: <a href="#g_t_005cput" accesskey="p" rel="prev">\put</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cshortstack-1"></a>
<h4 class="subsection">9.19.13 <code>\shortstack</code></h4>
@@ -3226,7 +3273,7 @@ posiciones válidas son:
<a name="g_t_005cvector"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cshortstack" accesskey="p" rel="prev">\shortstack</a>, Subir: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005cshortstack" accesskey="p" rel="prev">\shortstack</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cvector-1"></a>
<h4 class="subsection">9.19.14 <code>\vector</code></h4>
@@ -3248,12 +3295,13 @@ estar entre -4 y +4 incluido.
<a name="quotation"></a>
<div class="header">
<p>
-Siguiente: <a href="#quote" accesskey="n" rel="next">quote</a>, Previous: <a href="#picture" accesskey="p" rel="prev">picture</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#quote" accesskey="n" rel="next">quote</a>, Previous: <a href="#picture" accesskey="p" rel="prev">picture</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="quotation-1"></a>
<h3 class="section">9.20 <code>quotation</code></h3>
-<a name="index-quotation"></a>
+<a name="index-entorno-quotation"></a>
+<a name="index-quotation_002c-entorno"></a>
<a name="index-texto-citado-con-sangria-de-parrafo_002c-mostrando"></a>
<a name="index-mostrando-texto-citado-con-sangria-de-parrafo"></a>
<a name="index-sangrias-de-parrafo-en-texto-citado"></a>
@@ -3279,12 +3327,13 @@ sangría.
<a name="quote"></a>
<div class="header">
<p>
-Siguiente: <a href="#tabbing" accesskey="n" rel="next">tabbing</a>, Previous: <a href="#quotation" accesskey="p" rel="prev">quotation</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#tabbing" accesskey="n" rel="next">tabbing</a>, Previous: <a href="#quotation" accesskey="p" rel="prev">quotation</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="quote-1"></a>
<h3 class="section">9.21 <code>quote</code></h3>
-<a name="index-quote"></a>
+<a name="index-entorno-quote"></a>
+<a name="index-quote_002c-entorno"></a>
<a name="index-texto-citado-sin-sangria-de-parrafo_002c-mostrando"></a>
<a name="index-mostrando-texto-citado-sin-sangria-de-parrafo"></a>
<a name="index-sangrias-de-parrafo-en-texto-citado_002c-omitiendo"></a>
@@ -3310,12 +3359,13 @@ aplica una sangría.
<a name="tabbing"></a>
<div class="header">
<p>
-Siguiente: <a href="#table" accesskey="n" rel="next">table</a>, Previous: <a href="#quote" accesskey="p" rel="prev">quote</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#table" accesskey="n" rel="next">table</a>, Previous: <a href="#quote" accesskey="p" rel="prev">quote</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="tabbing-1"></a>
<h3 class="section">9.22 <code>tabbing</code></h3>
<a name="index-entorno-tabbing"></a>
+<a name="index-tabbing_002c-entorno"></a>
<a name="index-tabulaciones_002c-utilizando"></a>
<a name="index-alineando-texto-en-columnas-con-tabulaciones"></a>
<a name="index-alineando-a-traves-de-tabulacion"></a>
@@ -3413,7 +3463,7 @@ o <code>\'</code> entre el <code>\`</code> y la instrucción que termina la lín
<a name="index-_005ca_0060-_0028acento-grave-en-tabulacion_0029"></a>
<a name="index-_005ca_003d-_0028acento-macron-en-tabbing_0029"></a>
<p>En un entorno <code>tabbing</code>, las instrucciones <code>\=</code>, <code>\'</code> y
-<code>\`</code> no producen acentos en la manera usual (v&eacute;ase <a href="#Acentos">Acentos</a>). En
+<code>\`</code> no producen acentos en la manera usual (see <a href="#Acentos">Acentos</a>). En
su lugar, se utilizan estas instrucciones <code>\a=</code>, <code>\a'</code> y
<code>\a`</code>.
</p>
@@ -3471,12 +3521,13 @@ function \= fact(n : integer) : integer;\\
<a name="table"></a>
<div class="header">
<p>
-Siguiente: <a href="#tabular" accesskey="n" rel="next">tabular</a>, Previous: <a href="#tabbing" accesskey="p" rel="prev">tabbing</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#tabular" accesskey="n" rel="next">tabular</a>, Previous: <a href="#tabbing" accesskey="p" rel="prev">tabbing</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="table-1"></a>
<h3 class="section">9.23 <code>table</code></h3>
-<a name="index-table"></a>
+<a name="index-entorno-table"></a>
+<a name="index-table_002c-entorno"></a>
<a name="index-tablas_002c-creando"></a>
<a name="index-creando-tablas"></a>
@@ -3498,7 +3549,7 @@ página. Las tablas no se dividen en dos páginas.
<p>El argumento opcional <code>[ubicación]</code> determina dónde LaTeX trata
de colocar su tabla. Hay cuatro lugares donde LaTeX, posiblemente,
pueda colocar un flotante:; estos son los mismo que los utilizados con
-el entorno <code>figure</code>, y se describen allí (v&eacute;ase <a href="#figure">figure</a>).
+el entorno <code>figure</code>, y se describen allí (see <a href="#figure">figure</a>).
</p>
<p>Las clases <code>report</code> y <code>article</code> estándar utilizan la ubicación
<code>[tbp]</code> predeterminada.
@@ -3512,11 +3563,12 @@ permite colocar un título a su tabla.
<a name="tabular"></a>
<div class="header">
<p>
-Siguiente: <a href="#thebibliography" accesskey="n" rel="next">thebibliography</a>, Previous: <a href="#table" accesskey="p" rel="prev">table</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#thebibliography" accesskey="n" rel="next">thebibliography</a>, Previous: <a href="#table" accesskey="p" rel="prev">table</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="tabular-1"></a>
<h3 class="section">9.24 <code>tabular</code></h3>
<a name="index-entorno-tabular"></a>
+<a name="index-tabular_002c-entorno"></a>
<a name="index-lineas-en-tablas"></a>
<a name="index-alineando-texto-en-tablas"></a>
@@ -3688,7 +3740,7 @@ es &lsquo;<samp>6pt</samp>&rsquo;.
<a name="g_t_005cmulticolumn"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005ccline" accesskey="n" rel="next">\cline</a>, Subir: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005ccline" accesskey="n" rel="next">\cline</a>, Up: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cmulticolumn-1"></a>
<h4 class="subsection">9.24.1 <code>\multicolumn</code></h4>
@@ -3724,7 +3776,7 @@ guión; <code>\multicolumn</code> se utiliza para el encabezado:
<a name="g_t_005ccline"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005chline" accesskey="n" rel="next">\hline</a>, Previous: <a href="#g_t_005cmulticolumn" accesskey="p" rel="prev">\multicolumn</a>, Subir: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005chline" accesskey="n" rel="next">\hline</a>, Previous: <a href="#g_t_005cmulticolumn" accesskey="p" rel="prev">\multicolumn</a>, Up: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ccline-1"></a>
<h4 class="subsection">9.24.2 <code>\cline</code></h4>
@@ -3745,7 +3797,7 @@ la columna <var>j</var>, que son especificadas en el argumento obligatorio.
<a name="g_t_005chline"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cvline" accesskey="n" rel="next">\vline</a>, Previous: <a href="#g_t_005ccline" accesskey="p" rel="prev">\cline</a>, Subir: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cvline" accesskey="n" rel="next">\vline</a>, Previous: <a href="#g_t_005ccline" accesskey="p" rel="prev">\cline</a>, Up: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005chline-1"></a>
<h4 class="subsection">9.24.3 <code>\hline</code></h4>
@@ -3761,7 +3813,7 @@ entre filas de la tabla.
<a name="g_t_005cvline"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005chline" accesskey="p" rel="prev">\hline</a>, Subir: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005chline" accesskey="p" rel="prev">\hline</a>, Up: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cvline-1"></a>
<h4 class="subsection">9.24.4 <code>\vline</code></h4>
@@ -3777,12 +3829,13 @@ También se puede utilizar en una @-expresión.
<a name="thebibliography"></a>
<div class="header">
<p>
-Siguiente: <a href="#theorem" accesskey="n" rel="next">theorem</a>, Previous: <a href="#tabular" accesskey="p" rel="prev">tabular</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#theorem" accesskey="n" rel="next">theorem</a>, Previous: <a href="#tabular" accesskey="p" rel="prev">tabular</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="thebibliography-1"></a>
<h3 class="section">9.25 <code>thebibliography</code></h3>
-<a name="index-thebibliography"></a>
+<a name="index-entorno-thebibliography"></a>
+<a name="index-thebibliography_002c-entorno"></a>
<a name="index-bibliografia_002c-creando-_0028manualmente_0029"></a>
<p>Sinopsis:
@@ -3829,7 +3882,7 @@ las que tienen menos de 100, etc.
<a name="g_t_005cbibitem"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005ccite" accesskey="n" rel="next">\cite</a>, Subir: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005ccite" accesskey="n" rel="next">\cite</a>, Up: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cbibitem-1"></a>
<h4 class="subsection">9.25.1 <code>\bibitem</code></h4>
@@ -3859,7 +3912,7 @@ la siguiente sección) para producir la etiqueta asociada.
<a name="g_t_005ccite"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cnocite" accesskey="n" rel="next">\nocite</a>, Previous: <a href="#g_t_005cbibitem" accesskey="p" rel="prev">\bibitem</a>, Subir: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cnocite" accesskey="n" rel="next">\nocite</a>, Previous: <a href="#g_t_005cbibitem" accesskey="p" rel="prev">\bibitem</a>, Up: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ccite-1"></a>
<h4 class="subsection">9.25.2 <code>\cite</code></h4>
@@ -3886,7 +3939,7 @@ p.&nbsp;314]&rsquo;.
<a name="g_t_005cnocite"></a>
<div class="header">
<p>
-Siguiente: <a href="#Usando-BibTeX" accesskey="n" rel="next">Usando BibTeX</a>, Previous: <a href="#g_t_005ccite" accesskey="p" rel="prev">\cite</a>, Subir: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Usando-BibTeX" accesskey="n" rel="next">Usando BibTeX</a>, Previous: <a href="#g_t_005ccite" accesskey="p" rel="prev">\cite</a>, Up: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnocite-1"></a>
<h4 class="subsection">9.25.3 <code>\nocite</code></h4>
@@ -3903,7 +3956,7 @@ etiquetas de cita.
<a name="Usando-BibTeX"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cnocite" accesskey="p" rel="prev">\nocite</a>, Subir: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005cnocite" accesskey="p" rel="prev">\nocite</a>, Up: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Usando-BibTeX-1"></a>
<h4 class="subsection">9.25.4 Usando BibTeX</h4>
@@ -3918,7 +3971,7 @@ Previous: <a href="#g_t_005cnocite" accesskey="p" rel="prev">\nocite</a>, Subir:
<p>Si usted utiliza el programa BibTeX escrito por Oren Patashnik
(altamente recomendable si necesita una bibliografía de más de un par de
títulos) para mantener su bibliografía, no utilice el entorno
-<code>thebibliography</code> (v&eacute;ase <a href="#thebibliography">thebibliography</a>). En su lugar, incluya
+<code>thebibliography</code> (see <a href="#thebibliography">thebibliography</a>). En su lugar, incluya
las líneas
</p>
<div class="example">
@@ -3951,7 +4004,7 @@ del autor y año de publicación.
<p>Además, existen muchos otros archivos de estilo BibTeX adaptados a
las demandas de diversas publicaciones. Vea
-<a href="http://www.ctan.org/tex-archive/biblio/bibtex/contrib">http://www.ctan.org/tex-archive/biblio/bibtex/contrib</a>.
+<a href="http://mirror.ctan.org/biblio/bibtex/contrib">http://mirror.ctan.org/biblio/bibtex/contrib</a>.
</p>
<p>La instrucción <code>\bibliography</code> es la que realmente produce la
bibliografía. El argumento <code>\bibliography</code> se refiere a archivos
@@ -3965,12 +4018,13 @@ la bibliografía.
<a name="theorem"></a>
<div class="header">
<p>
-Siguiente: <a href="#titlepage" accesskey="n" rel="next">titlepage</a>, Previous: <a href="#thebibliography" accesskey="p" rel="prev">thebibliography</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#titlepage" accesskey="n" rel="next">titlepage</a>, Previous: <a href="#thebibliography" accesskey="p" rel="prev">thebibliography</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="theorem-1"></a>
<h3 class="section">9.26 <code>theorem</code></h3>
<a name="index-entorno-theorem"></a>
+<a name="index-theorem_002c-entorno"></a>
<a name="index-teoremas_002c-composicion-tipografica-de"></a>
<p>Sinopsis:
@@ -3983,19 +4037,20 @@ Siguiente: <a href="#titlepage" accesskey="n" rel="next">titlepage</a>, Previous
<p>El entorno <code>theorem</code> produce &ldquo;Teorema <var>n</var>&rdquo; en negrita seguido
por el <var>texto-del-teorema</var>, donde las posibilidades de numeración
-para <var>n</var> se describen bajo <code>\newtheorem</code> (v&eacute;ase <a href="#g_t_005cnewtheorem">\newtheorem</a>).
+para <var>n</var> se describen bajo <code>\newtheorem</code> (see <a href="#g_t_005cnewtheorem">\newtheorem</a>).
</p>
<hr>
<a name="titlepage"></a>
<div class="header">
<p>
-Siguiente: <a href="#verbatim" accesskey="n" rel="next">verbatim</a>, Previous: <a href="#theorem" accesskey="p" rel="prev">theorem</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#verbatim" accesskey="n" rel="next">verbatim</a>, Previous: <a href="#theorem" accesskey="p" rel="prev">theorem</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="titlepage-1"></a>
<h3 class="section">9.27 <code>titlepage</code></h3>
<a name="index-entorno-titlepage"></a>
+<a name="index-titlepage_002c-entorno"></a>
<a name="index-haciendo-una-pagina-de-titulo"></a>
<a name="index-pagina-de-titulo_002c-creando-la"></a>
@@ -4012,10 +4067,10 @@ página en la cual no se imprime el número de página ni el encabezado.
También provoca que la página siguiente sea numerada como la página uno.
El formato de la página del título se deja bajo su responsabilidad. La
instrucción <code>\today</code> puede ser útil en las páginas de título
-(v&eacute;ase <a href="#g_t_005ctoday">\today</a>).
+(see <a href="#g_t_005ctoday">\today</a>).
</p>
<p>Usted puede utilizar la instrucción <code>\maketitle</code>
-(v&eacute;ase <a href="#g_t_005cmaketitle">\maketitle</a>) para producir una página de título estándar sin un
+(see <a href="#g_t_005cmaketitle">\maketitle</a>) para producir una página de título estándar sin un
entorno <code>titlepage</code>.
</p>
@@ -4023,12 +4078,13 @@ entorno <code>titlepage</code>.
<a name="verbatim"></a>
<div class="header">
<p>
-Siguiente: <a href="#verse" accesskey="n" rel="next">verse</a>, Previous: <a href="#titlepage" accesskey="p" rel="prev">titlepage</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#verse" accesskey="n" rel="next">verse</a>, Previous: <a href="#titlepage" accesskey="p" rel="prev">titlepage</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="verbatim-1"></a>
<h3 class="section">9.28 <code>verbatim</code></h3>
<a name="index-entorno-verbatim"></a>
+<a name="index-verbatim_002c-entorno"></a>
<a name="index-texto-literal"></a>
<a name="index-simulando-texto-escrito"></a>
<a name="index-texto-escrito_002c-simulando"></a>
@@ -4062,7 +4118,7 @@ de letra monoespacio (<code>\tt</code>).
<a name="g_t_005cverb"></a>
<div class="header">
<p>
-Subir: <a href="#verbatim" accesskey="u" rel="up">verbatim</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Up: <a href="#verbatim" accesskey="u" rel="up">verbatim</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cverb-1"></a>
<h4 class="subsection">9.28.1 <code>\verb</code></h4>
@@ -4094,12 +4150,13 @@ impresos con un carácter de &ldquo;espacio visible&rdquo;.
<a name="verse"></a>
<div class="header">
<p>
-Previous: <a href="#verbatim" accesskey="p" rel="prev">verbatim</a>, Subir: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#verbatim" accesskey="p" rel="prev">verbatim</a>, Up: <a href="#Entornos" accesskey="u" rel="up">Entornos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="verse-1"></a>
<h3 class="section">9.29 <code>verse</code></h3>
<a name="index-entorno-verse"></a>
+<a name="index-verse_002c-entorno"></a>
<a name="index-poesia_002c-un-entorno-para"></a>
<p>Sinopsis:
@@ -4126,7 +4183,7 @@ separar las estrofas.
<a name="Saltos-de-L_00ednea"></a>
<div class="header">
<p>
-Siguiente: <a href="#Saltos-de-P_00e1gina" accesskey="n" rel="next">Saltos de Página</a>, Previous: <a href="#Entornos" accesskey="p" rel="prev">Entornos</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Saltos-de-P_00e1gina" accesskey="n" rel="next">Saltos de Página</a>, Previous: <a href="#Entornos" accesskey="p" rel="prev">Entornos</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Saltos-de-Linea"></a>
<h2 class="chapter">10 Saltos de Línea</h2>
@@ -4167,7 +4224,7 @@ manualmente.
<a name="g_t_005c_005c"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cobeycr-y-_005crestorecr" accesskey="n" rel="next">\obeycr y \restorecr</a>, Subir: <a href="#Saltos-de-L_00ednea" accesskey="u" rel="up">Saltos de Línea</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cobeycr-y-_005crestorecr" accesskey="n" rel="next">\obeycr y \restorecr</a>, Up: <a href="#Saltos-de-L_00ednea" accesskey="u" rel="up">Saltos de Línea</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005c_005c_005b_002a_005d_005bmas_002despacio_005d"></a>
<h3 class="section">10.1 <code>\\</code>[*][<var>más-espacio</var>]</h3>
@@ -4189,7 +4246,7 @@ página después de la línea.
<a name="g_t_005cobeycr-y-_005crestorecr"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cnewline" accesskey="n" rel="next">\newline</a>, Previous: <a href="#g_t_005c_005c" accesskey="p" rel="prev">\\</a>, Subir: <a href="#Saltos-de-L_00ednea" accesskey="u" rel="up">Saltos de Línea</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cnewline" accesskey="n" rel="next">\newline</a>, Previous: <a href="#g_t_005c_005c" accesskey="p" rel="prev">\\</a>, Up: <a href="#Saltos-de-L_00ednea" accesskey="u" rel="up">Saltos de Línea</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cobeycr-y-_005crestorecr-1"></a>
<h3 class="section">10.2 <code>\obeycr</code> y <code>\restorecr</code></h3>
@@ -4209,7 +4266,7 @@ también será una nueva línea en la salida.
<a name="g_t_005cnewline"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005c_002d-_0028hyphenation_0029" accesskey="n" rel="next">\- (hyphenation)</a>, Previous: <a href="#g_t_005cobeycr-y-_005crestorecr" accesskey="p" rel="prev">\obeycr y \restorecr</a>, Subir: <a href="#Saltos-de-L_00ednea" accesskey="u" rel="up">Saltos de Línea</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005c_002d-_0028hyphenation_0029" accesskey="n" rel="next">\- (hyphenation)</a>, Previous: <a href="#g_t_005cobeycr-y-_005crestorecr" accesskey="p" rel="prev">\obeycr y \restorecr</a>, Up: <a href="#Saltos-de-L_00ednea" accesskey="u" rel="up">Saltos de Línea</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewline-1"></a>
<h3 class="section">10.3 <code>\newline</code></h3>
@@ -4224,7 +4281,7 @@ justificar el texto anterior. Sólo se puede utilizar en modo párrafo.
<a name="g_t_005c_002d-_0028hyphenation_0029"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cfussy" accesskey="n" rel="next">\fussy</a>, Previous: <a href="#g_t_005cnewline" accesskey="p" rel="prev">\newline</a>, Subir: <a href="#Saltos-de-L_00ednea" accesskey="u" rel="up">Saltos de Línea</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cfussy" accesskey="n" rel="next">\fussy</a>, Previous: <a href="#g_t_005cnewline" accesskey="p" rel="prev">\newline</a>, Up: <a href="#Saltos-de-L_00ednea" accesskey="u" rel="up">Saltos de Línea</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005c_002d-_0028division-silabica-discrecional_0029"></a>
<h3 class="section">10.4 <code>\-</code> (división silábica discrecional)</h3>
@@ -4248,7 +4305,7 @@ puntos que LaTeX pudiera haber elegido de otro modo.
<a name="g_t_005cfussy"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005csloppy" accesskey="n" rel="next">\sloppy</a>, Previous: <a href="#g_t_005c_002d-_0028hyphenation_0029" accesskey="p" rel="prev">\- (hyphenation)</a>, Subir: <a href="#Saltos-de-L_00ednea" accesskey="u" rel="up">Saltos de Línea</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005csloppy" accesskey="n" rel="next">\sloppy</a>, Previous: <a href="#g_t_005c_002d-_0028hyphenation_0029" accesskey="p" rel="prev">\- (hyphenation)</a>, Up: <a href="#Saltos-de-L_00ednea" accesskey="u" rel="up">Saltos de Línea</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cfussy-1"></a>
<h3 class="section">10.5 <code>\fussy</code></h3>
@@ -4260,14 +4317,14 @@ también evita el espacio entre palabras, a costa de un ocasional
desbordamiento de caja.
</p>
<p>Esta instrucción cancela el efecto de una instrucción <code>\sloppy</code>
-previa (v&eacute;ase <a href="#g_t_005csloppy">\sloppy</a>.
+previa (see <a href="#g_t_005csloppy">\sloppy</a>.
</p>
<hr>
<a name="g_t_005csloppy"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005chyphenation" accesskey="n" rel="next">\hyphenation</a>, Previous: <a href="#g_t_005cfussy" accesskey="p" rel="prev">\fussy</a>, Subir: <a href="#Saltos-de-L_00ednea" accesskey="u" rel="up">Saltos de Línea</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005chyphenation" accesskey="n" rel="next">\hyphenation</a>, Previous: <a href="#g_t_005cfussy" accesskey="p" rel="prev">\fussy</a>, Up: <a href="#Saltos-de-L_00ednea" accesskey="u" rel="up">Saltos de Línea</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csloppy-1"></a>
<h3 class="section">10.6 <code>\sloppy</code></h3>
@@ -4277,14 +4334,14 @@ los saltos de línea. Esto evitará el desbordamiento de cajas, a costa de
un mayor espaciamiento entre palabras.
</p>
<p>Dura hasta que se utilice una instrucción <code>\fussy</code>
-(v&eacute;ase <a href="#g_t_005cfussy">\fussy</a>).
+(see <a href="#g_t_005cfussy">\fussy</a>).
</p>
<hr>
<a name="g_t_005chyphenation"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005clinebreak-y-_005cnolinebreak" accesskey="n" rel="next">\linebreak y \nolinebreak</a>, Previous: <a href="#g_t_005csloppy" accesskey="p" rel="prev">\sloppy</a>, Subir: <a href="#Saltos-de-L_00ednea" accesskey="u" rel="up">Saltos de Línea</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005clinebreak-y-_005cnolinebreak" accesskey="n" rel="next">\linebreak y \nolinebreak</a>, Previous: <a href="#g_t_005csloppy" accesskey="p" rel="prev">\sloppy</a>, Up: <a href="#Saltos-de-L_00ednea" accesskey="u" rel="up">Saltos de Línea</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005chyphenation-1"></a>
<h3 class="section">10.7 <code>\hyphenation</code></h3>
@@ -4314,7 +4371,7 @@ separación silábica de TeX no se aplican a esas palabras):
<a name="g_t_005clinebreak-y-_005cnolinebreak"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005chyphenation" accesskey="p" rel="prev">\hyphenation</a>, Subir: <a href="#Saltos-de-L_00ednea" accesskey="u" rel="up">Saltos de Línea</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005chyphenation" accesskey="p" rel="prev">\hyphenation</a>, Up: <a href="#Saltos-de-L_00ednea" accesskey="u" rel="up">Saltos de Línea</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005clinebreak-y-_005cnolinebreak-1"></a>
<h3 class="section">10.8 <code>\linebreak</code> y <code>\nolinebreak</code></h3>
@@ -4345,7 +4402,7 @@ insistente la petición.
<a name="Saltos-de-P_00e1gina"></a>
<div class="header">
<p>
-Siguiente: <a href="#Notas-al-Pie" accesskey="n" rel="next">Notas al Pie</a>, Previous: <a href="#Saltos-de-L_00ednea" accesskey="p" rel="prev">Saltos de Línea</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Notas-al-Pie" accesskey="n" rel="next">Notas al Pie</a>, Previous: <a href="#Saltos-de-L_00ednea" accesskey="p" rel="prev">Saltos de Línea</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Saltos-de-Pagina"></a>
<h2 class="chapter">11 Saltos de Página</h2>
@@ -4375,7 +4432,7 @@ saltos de página.
<a name="g_t_005ccleardoublepage"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cclearpage" accesskey="n" rel="next">\clearpage</a>, Subir: <a href="#Saltos-de-P_00e1gina" accesskey="u" rel="up">Saltos de Página</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cclearpage" accesskey="n" rel="next">\clearpage</a>, Up: <a href="#Saltos-de-P_00e1gina" accesskey="u" rel="up">Saltos de Página</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ccleardoublepage-1"></a>
<h3 class="section">11.1 <code>\cleardoublepage</code></h3>
@@ -4394,7 +4451,7 @@ este también hace que la siguiente página sea a mano derecha, página
<a name="g_t_005cclearpage"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cnewpage" accesskey="n" rel="next">\newpage</a>, Previous: <a href="#g_t_005ccleardoublepage" accesskey="p" rel="prev">\cleardoublepage</a>, Subir: <a href="#Saltos-de-P_00e1gina" accesskey="u" rel="up">Saltos de Página</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cnewpage" accesskey="n" rel="next">\newpage</a>, Previous: <a href="#g_t_005ccleardoublepage" accesskey="p" rel="prev">\cleardoublepage</a>, Up: <a href="#Saltos-de-P_00e1gina" accesskey="u" rel="up">Saltos de Página</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cclearpage-1"></a>
<h3 class="section">11.2 <code>\clearpage</code></h3>
@@ -4411,7 +4468,7 @@ sean impresas.
<a name="g_t_005cnewpage"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cenlargethispage" accesskey="n" rel="next">\enlargethispage</a>, Previous: <a href="#g_t_005cclearpage" accesskey="p" rel="prev">\clearpage</a>, Subir: <a href="#Saltos-de-P_00e1gina" accesskey="u" rel="up">Saltos de Página</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cenlargethispage" accesskey="n" rel="next">\enlargethispage</a>, Previous: <a href="#g_t_005cclearpage" accesskey="p" rel="prev">\clearpage</a>, Up: <a href="#Saltos-de-P_00e1gina" accesskey="u" rel="up">Saltos de Página</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewpage-1"></a>
<h3 class="section">11.3 <code>\newpage</code></h3>
@@ -4427,7 +4484,7 @@ descarga flotantes (vea <code>\clearpage</code> arriba).
<a name="g_t_005cenlargethispage"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cpagebreak-y-_005cnopagebreak" accesskey="n" rel="next">\pagebreak y \nopagebreak</a>, Previous: <a href="#g_t_005cnewpage" accesskey="p" rel="prev">\newpage</a>, Subir: <a href="#Saltos-de-P_00e1gina" accesskey="u" rel="up">Saltos de Página</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cpagebreak-y-_005cnopagebreak" accesskey="n" rel="next">\pagebreak y \nopagebreak</a>, Previous: <a href="#g_t_005cnewpage" accesskey="p" rel="prev">\newpage</a>, Up: <a href="#Saltos-de-P_00e1gina" accesskey="u" rel="up">Saltos de Página</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cenlargethispage-1"></a>
<h3 class="section">11.4 <code>\enlargethispage</code></h3>
@@ -4451,7 +4508,7 @@ explícito.
<a name="g_t_005cpagebreak-y-_005cnopagebreak"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cenlargethispage" accesskey="p" rel="prev">\enlargethispage</a>, Subir: <a href="#Saltos-de-P_00e1gina" accesskey="u" rel="up">Saltos de Página</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005cenlargethispage" accesskey="p" rel="prev">\enlargethispage</a>, Up: <a href="#Saltos-de-P_00e1gina" accesskey="u" rel="up">Saltos de Página</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cpagebreak-y-_005cnopagebreak-1"></a>
<h3 class="section">11.5 <code>\pagebreak</code> y <code>\nopagebreak</code></h3>
@@ -4483,7 +4540,7 @@ número, más insistente es la petición.
<a name="Notas-al-Pie"></a>
<div class="header">
<p>
-Siguiente: <a href="#Definiciones" accesskey="n" rel="next">Definiciones</a>, Previous: <a href="#Saltos-de-P_00e1gina" accesskey="p" rel="prev">Saltos de Página</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Definiciones" accesskey="n" rel="next">Definiciones</a>, Previous: <a href="#Saltos-de-P_00e1gina" accesskey="p" rel="prev">Saltos de Página</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Notas-al-Pie-1"></a>
<h2 class="chapter">12 Notas al Pie</h2>
@@ -4512,7 +4569,7 @@ También se pueden producir con dos instrucciones, las instrucciones
<a name="g_t_005cfootnote"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cfootnotemark" accesskey="n" rel="next">\footnotemark</a>, Subir: <a href="#Notas-al-Pie" accesskey="u" rel="up">Notas al Pie</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cfootnotemark" accesskey="n" rel="next">\footnotemark</a>, Up: <a href="#Notas-al-Pie" accesskey="u" rel="up">Notas al Pie</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cfootnote-1"></a>
<h3 class="section">12.1 <code>\footnote</code></h3>
@@ -4538,7 +4595,7 @@ no se puede utilizar en el instrucciones de seccionado tal como
<a name="g_t_005cfootnotemark"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cfootnotetext" accesskey="n" rel="next">\footnotetext</a>, Previous: <a href="#g_t_005cfootnote" accesskey="p" rel="prev">\footnote</a>, Subir: <a href="#Notas-al-Pie" accesskey="u" rel="up">Notas al Pie</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cfootnotetext" accesskey="n" rel="next">\footnotetext</a>, Previous: <a href="#g_t_005cfootnote" accesskey="p" rel="prev">\footnote</a>, Up: <a href="#Notas-al-Pie" accesskey="u" rel="up">Notas al Pie</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cfootnotemark-1"></a>
<h3 class="section">12.2 <code>\footnotemark</code></h3>
@@ -4563,7 +4620,7 @@ nota consecutivos refiriéndose a la misma nota
<a name="g_t_005cfootnotetext"></a>
<div class="header">
<p>
-Siguiente: <a href="#Notas-al-Pie-Simb_00f3licas" accesskey="n" rel="next">Notas al Pie Simbólicas</a>, Previous: <a href="#g_t_005cfootnotemark" accesskey="p" rel="prev">\footnotemark</a>, Subir: <a href="#Notas-al-Pie" accesskey="u" rel="up">Notas al Pie</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Notas-al-Pie-Simb_00f3licas" accesskey="n" rel="next">Notas al Pie Simbólicas</a>, Previous: <a href="#g_t_005cfootnotemark" accesskey="p" rel="prev">\footnotemark</a>, Up: <a href="#Notas-al-Pie" accesskey="u" rel="up">Notas al Pie</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cfootnotetext-1"></a>
<h3 class="section">12.3 <code>\footnotetext</code></h3>
@@ -4589,7 +4646,7 @@ nota.
<a name="Notas-al-Pie-Simb_00f3licas"></a>
<div class="header">
<p>
-Siguiente: <a href="#Par_00e1metros-para-Footnote" accesskey="n" rel="next">Parámetros para Footnote</a>, Previous: <a href="#g_t_005cfootnotetext" accesskey="p" rel="prev">\footnotetext</a>, Subir: <a href="#Notas-al-Pie" accesskey="u" rel="up">Notas al Pie</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Par_00e1metros-para-Footnote" accesskey="n" rel="next">Parámetros para Footnote</a>, Previous: <a href="#g_t_005cfootnotetext" accesskey="p" rel="prev">\footnotetext</a>, Up: <a href="#Notas-al-Pie" accesskey="u" rel="up">Notas al Pie</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Notas-al-Pie-Simbolicas"></a>
<h3 class="section">12.4 Notas al Pie Simbólicas</h3>
@@ -4605,7 +4662,7 @@ creciente, redefina <code>\thefootnote</code> así:
<a name="index-_005cfnsymbol_002c-y-notas-al-pie"></a>
<a name="index-_005cfnsymbol"></a>
<p>La instrucción <code>\fnsymbol</code> produce a serie predefinida de símbolos
-(v&eacute;ase <a href="#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a>). Si desea
+(see <a href="#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</a>). Si desea
utilizar un símbolo diferente como su marca de nota al pie, necesitará
redefinir <code>\@fnsymbol</code>.
</p>
@@ -4614,7 +4671,7 @@ redefinir <code>\@fnsymbol</code>.
<a name="Par_00e1metros-para-Footnote"></a>
<div class="header">
<p>
-Previous: <a href="#Notas-al-Pie-Simb_00f3licas" accesskey="p" rel="prev">Notas al Pie Simbólicas</a>, Subir: <a href="#Notas-al-Pie" accesskey="u" rel="up">Notas al Pie</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#Notas-al-Pie-Simb_00f3licas" accesskey="p" rel="prev">Notas al Pie Simbólicas</a>, Up: <a href="#Notas-al-Pie" accesskey="u" rel="up">Notas al Pie</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Parametros-para-Footnote"></a>
<h3 class="section">12.5 Parámetros para Footnote</h3>
@@ -4637,7 +4694,7 @@ documento estándar (salvo en <code>slides</code>, donde esta no aparece).
</dt>
<dd><p>La altura donde se coloca el puntal al comienzo de la nota al pie. De
forma predeterminada, se establece en el puntal del tipo de letra normal
-<code>\footnotesize</code> (v&eacute;ase <a href="#Tama_00f1os-del-Tipo-de-Letra">Tamaños del Tipo de Letra</a>, por lo tanto no
+<code>\footnotesize</code> (see <a href="#Tama_00f1os-del-Tipo-de-Letra">Tamaños del Tipo de Letra</a>, por lo tanto no
hay espacio extra entre las notas. Este es &lsquo;<samp>6.65pt</samp>&rsquo; para
&lsquo;<samp>10pt</samp>&rsquo;, &lsquo;<samp>7.7pt</samp>&rsquo; para &lsquo;<samp>11pt</samp>&rsquo; y &lsquo;<samp>8.4pt</samp>&rsquo; para
&lsquo;<samp>12pt</samp>&rsquo;.
@@ -4650,7 +4707,7 @@ hay espacio extra entre las notas. Este es &lsquo;<samp>6.65pt</samp>&rsquo; pa
<a name="Definiciones"></a>
<div class="header">
<p>
-Siguiente: <a href="#Contadores" accesskey="n" rel="next">Contadores</a>, Previous: <a href="#Notas-al-Pie" accesskey="p" rel="prev">Notas al Pie</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Contadores" accesskey="n" rel="next">Contadores</a>, Previous: <a href="#Notas-al-Pie" accesskey="p" rel="prev">Notas al Pie</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Definiciones-1"></a>
<h2 class="chapter">13 Definiciones</h2>
@@ -4684,7 +4741,7 @@ tipos diferentes.
<a name="g_t_005cnewcommand-y-_005crenewcommand"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cnewcounter" accesskey="n" rel="next">\newcounter</a>, Subir: <a href="#Definiciones" accesskey="u" rel="up">Definiciones</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cnewcounter" accesskey="n" rel="next">\newcounter</a>, Up: <a href="#Definiciones" accesskey="u" rel="up">Definiciones</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewcommand-y-_005crenewcommand-1"></a>
<h3 class="section">13.1 <code>\newcommand</code> y <code>\renewcommand</code></h3>
@@ -4740,7 +4797,7 @@ reemplazada por el texto del e<var>n</var>ésimo argumento.
<a name="g_t_005cnewcounter"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cnewlength" accesskey="n" rel="next">\newlength</a>, Previous: <a href="#g_t_005cnewcommand-y-_005crenewcommand" accesskey="p" rel="prev">\newcommand y \renewcommand</a>, Subir: <a href="#Definiciones" accesskey="u" rel="up">Definiciones</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cnewlength" accesskey="n" rel="next">\newlength</a>, Previous: <a href="#g_t_005cnewcommand-y-_005crenewcommand" accesskey="p" rel="prev">\newcommand y \renewcommand</a>, Up: <a href="#Definiciones" accesskey="u" rel="up">Definiciones</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewcounter-1"></a>
<h3 class="section">13.2 <code>\newcounter</code></h3>
@@ -4760,14 +4817,14 @@ Siguiente: <a href="#g_t_005cnewlength" accesskey="n" rel="next">\newlength</a>,
se restablecerá cuando el contador cuyo nomber es
<var>super</var> se incremente.
</p>
-<p>V&eacute;ase <a href="#Contadores">Contadores</a>, para mayor información.
+<p>See <a href="#Contadores">Contadores</a>, para mayor información.
</p>
<hr>
<a name="g_t_005cnewlength"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cnewsavebox" accesskey="n" rel="next">\newsavebox</a>, Previous: <a href="#g_t_005cnewcounter" accesskey="p" rel="prev">\newcounter</a>, Subir: <a href="#Definiciones" accesskey="u" rel="up">Definiciones</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cnewsavebox" accesskey="n" rel="next">\newsavebox</a>, Previous: <a href="#g_t_005cnewcounter" accesskey="p" rel="prev">\newcounter</a>, Up: <a href="#Definiciones" accesskey="u" rel="up">Definiciones</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewlength-1"></a>
<h3 class="section">13.3 <code>\newlength</code></h3>
@@ -4787,7 +4844,7 @@ argumento debe ser una secuencia de control, como en
<code>\newlength{\foo}</code>. Ocurre un error si <code>\foo</code> ya está
definido.
</p>
-<p>V&eacute;ase <a href="#Longitudes">Longitudes</a>, para saber cómo fijar la nueva longitud a un valor
+<p>See <a href="#Longitudes">Longitudes</a>, para saber cómo fijar la nueva longitud a un valor
distinto de cero, y para más información acerca de las longitudes en
general.
</p>
@@ -4796,7 +4853,7 @@ general.
<a name="g_t_005cnewsavebox"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cnewenvironment-y-_005crenewenvironment" accesskey="n" rel="next">\newenvironment y \renewenvironment</a>, Previous: <a href="#g_t_005cnewlength" accesskey="p" rel="prev">\newlength</a>, Subir: <a href="#Definiciones" accesskey="u" rel="up">Definiciones</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cnewenvironment-y-_005crenewenvironment" accesskey="n" rel="next">\newenvironment y \renewenvironment</a>, Previous: <a href="#g_t_005cnewlength" accesskey="p" rel="prev">\newlength</a>, Up: <a href="#Definiciones" accesskey="u" rel="up">Definiciones</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewsavebox-1"></a>
<h3 class="section">13.4 <code>\newsavebox</code></h3>
@@ -4817,7 +4874,7 @@ para almacenar cajas.
<a name="g_t_005cnewenvironment-y-_005crenewenvironment"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cnewtheorem" accesskey="n" rel="next">\newtheorem</a>, Previous: <a href="#g_t_005cnewsavebox" accesskey="p" rel="prev">\newsavebox</a>, Subir: <a href="#Definiciones" accesskey="u" rel="up">Definiciones</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cnewtheorem" accesskey="n" rel="next">\newtheorem</a>, Previous: <a href="#g_t_005cnewsavebox" accesskey="p" rel="prev">\newsavebox</a>, Up: <a href="#Definiciones" accesskey="u" rel="up">Definiciones</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewenvironment-y-_005crenewenvironment-1"></a>
<h3 class="section">13.5 <code>\newenvironment</code> y <code>\renewenvironment</code></h3>
@@ -4880,7 +4937,7 @@ este no debe contener ningún argumento para parámetros.
<a name="g_t_005cnewtheorem"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cnewfont" accesskey="n" rel="next">\newfont</a>, Previous: <a href="#g_t_005cnewenvironment-y-_005crenewenvironment" accesskey="p" rel="prev">\newenvironment y \renewenvironment</a>, Subir: <a href="#Definiciones" accesskey="u" rel="up">Definiciones</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cnewfont" accesskey="n" rel="next">\newfont</a>, Previous: <a href="#g_t_005cnewenvironment-y-_005crenewenvironment" accesskey="p" rel="prev">\newenvironment y \renewenvironment</a>, Up: <a href="#Definiciones" accesskey="u" rel="up">Definiciones</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewtheorem-1"></a>
<h3 class="section">13.6 <code>\newtheorem</code></h3>
@@ -4929,7 +4986,7 @@ no ambos.
<a name="g_t_005cnewfont"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cprotect" accesskey="n" rel="next">\protect</a>, Previous: <a href="#g_t_005cnewtheorem" accesskey="p" rel="prev">\newtheorem</a>, Subir: <a href="#Definiciones" accesskey="u" rel="up">Definiciones</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cprotect" accesskey="n" rel="next">\protect</a>, Previous: <a href="#g_t_005cnewtheorem" accesskey="p" rel="prev">\newtheorem</a>, Up: <a href="#Definiciones" accesskey="u" rel="up">Definiciones</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewfont-1"></a>
<h3 class="section">13.7 <code>\newfont</code></h3>
@@ -4957,7 +5014,7 @@ de familias de archivos <samp>.fd</samp>.
<a name="g_t_005cprotect"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cnewfont" accesskey="p" rel="prev">\newfont</a>, Subir: <a href="#Definiciones" accesskey="u" rel="up">Definiciones</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005cnewfont" accesskey="p" rel="prev">\newfont</a>, Up: <a href="#Definiciones" accesskey="u" rel="up">Definiciones</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cprotect-1"></a>
<h3 class="section">13.8 <code>\protect</code></h3>
@@ -4973,8 +5030,8 @@ con <code>\protect</code>. Además, algunas instrucciones con argumentos
frágiles deben tener su propia <code>\protect</code>.
</p>
<p>Algunos ejemplos de argumentos móviles son <code>\caption</code>
-(v&eacute;ase <a href="#figure">figure</a>), <code>\thanks</code> (v&eacute;ase <a href="#g_t_005cmaketitle">\maketitle</a>) y @-expresiones
-en entornos <code>tabular</code> y <code>array</code> (v&eacute;ase <a href="#tabular">tabular</a>).
+(see <a href="#figure">figure</a>), <code>\thanks</code> (see <a href="#g_t_005cmaketitle">\maketitle</a>) y @-expresiones
+en entornos <code>tabular</code> y <code>array</code> (see <a href="#tabular">tabular</a>).
</p>
<a name="index-instrucciones-robustas"></a>
<p>Las instrucciones que no son frágiles se llaman <em>robustas</em>. Estas
@@ -4993,7 +5050,7 @@ no se deben preceder con <code>\protect</code>.
<a name="Contadores"></a>
<div class="header">
<p>
-Siguiente: <a href="#Longitudes" accesskey="n" rel="next">Longitudes</a>, Previous: <a href="#Definiciones" accesskey="p" rel="prev">Definiciones</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Longitudes" accesskey="n" rel="next">Longitudes</a>, Previous: <a href="#Definiciones" accesskey="p" rel="prev">Definiciones</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Contadores-1"></a>
<h2 class="chapter">14 Contadores</h2>
@@ -5040,7 +5097,7 @@ subsubsection
<a name="g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cusecounter" accesskey="n" rel="next">\usecounter</a>, Subir: <a href="#Contadores" accesskey="u" rel="up">Contadores</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cusecounter" accesskey="n" rel="next">\usecounter</a>, Up: <a href="#Contadores" accesskey="u" rel="up">Contadores</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol_003a-Imprimiendo-Contadores"></a>
<h3 class="section">14.1 <code>\alph \Alph \arabic \roman \Roman \fnsymbol</code>: Imprimiendo Contadores</h3>
@@ -5103,7 +5160,7 @@ double-asterix(**) double-dagger(††) double-ddagger(‡‡)
<a name="g_t_005cusecounter"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cvalue" accesskey="n" rel="next">\value</a>, Previous: <a href="#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol" accesskey="p" rel="prev">\alph \Alph \arabic \roman \Roman \fnsymbol</a>, Subir: <a href="#Contadores" accesskey="u" rel="up">Contadores</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cvalue" accesskey="n" rel="next">\value</a>, Previous: <a href="#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol" accesskey="p" rel="prev">\alph \Alph \arabic \roman \Roman \fnsymbol</a>, Up: <a href="#Contadores" accesskey="u" rel="up">Contadores</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cusecounter_007bcontador_007d"></a>
<h3 class="section">14.2 <code>\usecounter{<var>contador</var>}</code></h3>
@@ -5126,7 +5183,7 @@ numerar los elementos de la lista.
<a name="g_t_005cvalue"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005csetcounter" accesskey="n" rel="next">\setcounter</a>, Previous: <a href="#g_t_005cusecounter" accesskey="p" rel="prev">\usecounter</a>, Subir: <a href="#Contadores" accesskey="u" rel="up">Contadores</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005csetcounter" accesskey="n" rel="next">\setcounter</a>, Previous: <a href="#g_t_005cusecounter" accesskey="p" rel="prev">\usecounter</a>, Up: <a href="#Contadores" accesskey="u" rel="up">Contadores</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cvalue_007bcontador_007d"></a>
<h3 class="section">14.3 <code>\value{<var>contador</var>}</code></h3>
@@ -5154,7 +5211,7 @@ por ejemplo:
<a name="g_t_005csetcounter"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005caddtocounter" accesskey="n" rel="next">\addtocounter</a>, Previous: <a href="#g_t_005cvalue" accesskey="p" rel="prev">\value</a>, Subir: <a href="#Contadores" accesskey="u" rel="up">Contadores</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005caddtocounter" accesskey="n" rel="next">\addtocounter</a>, Previous: <a href="#g_t_005cvalue" accesskey="p" rel="prev">\value</a>, Up: <a href="#Contadores" accesskey="u" rel="up">Contadores</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csetcounter_007b_005ccontador_007d_007bvalor_007d"></a>
<h3 class="section">14.4 <code>\setcounter{<var>\contador</var>}{<var>valor</var>}</code></h3>
@@ -5177,7 +5234,7 @@ argumento <var>valor</var>.
<a name="g_t_005caddtocounter"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005crefstepcounter" accesskey="n" rel="next">\refstepcounter</a>, Previous: <a href="#g_t_005csetcounter" accesskey="p" rel="prev">\setcounter</a>, Subir: <a href="#Contadores" accesskey="u" rel="up">Contadores</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005crefstepcounter" accesskey="n" rel="next">\refstepcounter</a>, Previous: <a href="#g_t_005csetcounter" accesskey="p" rel="prev">\setcounter</a>, Up: <a href="#Contadores" accesskey="u" rel="up">Contadores</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005caddtocounter_007bcontador_007d_007bvalor_007d"></a>
<h3 class="section">14.5 <code>\addtocounter{<var>contador</var>}{<var>valor</var>}</code></h3>
@@ -5192,14 +5249,14 @@ número negativo.
<a name="g_t_005crefstepcounter"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cstepcounter" accesskey="n" rel="next">\stepcounter</a>, Previous: <a href="#g_t_005caddtocounter" accesskey="p" rel="prev">\addtocounter</a>, Subir: <a href="#Contadores" accesskey="u" rel="up">Contadores</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cstepcounter" accesskey="n" rel="next">\stepcounter</a>, Previous: <a href="#g_t_005caddtocounter" accesskey="p" rel="prev">\addtocounter</a>, Up: <a href="#Contadores" accesskey="u" rel="up">Contadores</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005crefstepcounter_007bcontador_007d"></a>
<h3 class="section">14.6 <code>\refstepcounter{<var>contador</var>}</code></h3>
<a name="index-_005crefstepcounter"></a>
<p>La instrucción <code>\refstepcounter</code> trabaja de la misma manera que
-<code>\stepcounter</code> V&eacute;ase <a href="#g_t_005cstepcounter">\stepcounter</a>, excepto que esta además define
+<code>\stepcounter</code> See <a href="#g_t_005cstepcounter">\stepcounter</a>, excepto que esta además define
el valor actual de <code>\ref</code> para que sea el resultado de
<code>\thecounter</code>.
</p>
@@ -5208,7 +5265,7 @@ el valor actual de <code>\ref</code> para que sea el resultado de
<a name="g_t_005cstepcounter"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cday-_005cmonth-_005cyear" accesskey="n" rel="next">\day \month \year</a>, Previous: <a href="#g_t_005crefstepcounter" accesskey="p" rel="prev">\refstepcounter</a>, Subir: <a href="#Contadores" accesskey="u" rel="up">Contadores</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cday-_005cmonth-_005cyear" accesskey="n" rel="next">\day \month \year</a>, Previous: <a href="#g_t_005crefstepcounter" accesskey="p" rel="prev">\refstepcounter</a>, Up: <a href="#Contadores" accesskey="u" rel="up">Contadores</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cstepcounter_007bcontador_007d"></a>
<h3 class="section">14.7 <code>\stepcounter{<var>contador</var>}</code></h3>
@@ -5222,7 +5279,7 @@ restablece todos los contadores subsidiarios.
<a name="g_t_005cday-_005cmonth-_005cyear"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cstepcounter" accesskey="p" rel="prev">\stepcounter</a>, Subir: <a href="#Contadores" accesskey="u" rel="up">Contadores</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005cstepcounter" accesskey="p" rel="prev">\stepcounter</a>, Up: <a href="#Contadores" accesskey="u" rel="up">Contadores</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cday-_005cmonth-_005cyear_003a-Contadores-Predefinidos"></a>
<h3 class="section">14.8 <code>\day \month \year</code>: Contadores Predefinidos</h3>
@@ -5237,14 +5294,14 @@ sistema donde se está ejecutando TeX. Estas no se actualizan
conforme al progreso del trabajo.
</p>
<p>La instrucción relacionada <code>\today</code> produce una cadena de texto que
-representa el día actual (v&eacute;ase <a href="#g_t_005ctoday">\today</a>).
+representa el día actual (see <a href="#g_t_005ctoday">\today</a>).
</p>
<hr>
<a name="Longitudes"></a>
<div class="header">
<p>
-Siguiente: <a href="#Haciendo-P_00e1rrafos" accesskey="n" rel="next">Haciendo Párrafos</a>, Previous: <a href="#Contadores" accesskey="p" rel="prev">Contadores</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Haciendo-P_00e1rrafos" accesskey="n" rel="next">Haciendo Párrafos</a>, Previous: <a href="#Contadores" accesskey="p" rel="prev">Contadores</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Longitudes-1"></a>
<h2 class="chapter">15 Longitudes</h2>
@@ -5273,7 +5330,7 @@ LaTeX toman una longitud como argumento.
<a name="g_t_005csetlength"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005caddtolength" accesskey="n" rel="next">\addtolength</a>, Subir: <a href="#Longitudes" accesskey="u" rel="up">Longitudes</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005caddtolength" accesskey="n" rel="next">\addtolength</a>, Up: <a href="#Longitudes" accesskey="u" rel="up">Longitudes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csetlength_007b_005clargo_007d_007bvalor_007d"></a>
<h3 class="section">15.1 <code>\setlength{\<var>largo</var>}{<var>valor</var>}</code></h3>
@@ -5290,7 +5347,7 @@ LaTeX entienda, es decir, pulgadas (<code>in</code>), milímetros
<a name="g_t_005caddtolength"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005csettodepth" accesskey="n" rel="next">\settodepth</a>, Previous: <a href="#g_t_005csetlength" accesskey="p" rel="prev">\setlength</a>, Subir: <a href="#Longitudes" accesskey="u" rel="up">Longitudes</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005csettodepth" accesskey="n" rel="next">\settodepth</a>, Previous: <a href="#g_t_005csetlength" accesskey="p" rel="prev">\setlength</a>, Up: <a href="#Longitudes" accesskey="u" rel="up">Longitudes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005caddtolength_007b_005clargo_007d_007bcantidad_007d"></a>
<h3 class="section">15.2 \addtolength{<var>\largo</var>}{<var>cantidad</var>}</h3>
@@ -5306,7 +5363,7 @@ longitud&rdquo; <var>\largo</var> por la cantidad especificada en el argumento
<a name="g_t_005csettodepth"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005csettoheight" accesskey="n" rel="next">\settoheight</a>, Previous: <a href="#g_t_005caddtolength" accesskey="p" rel="prev">\addtolength</a>, Subir: <a href="#Longitudes" accesskey="u" rel="up">Longitudes</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005csettoheight" accesskey="n" rel="next">\settoheight</a>, Previous: <a href="#g_t_005caddtolength" accesskey="p" rel="prev">\addtolength</a>, Up: <a href="#Longitudes" accesskey="u" rel="up">Longitudes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csettodepth-1"></a>
<h3 class="section">15.3 <code>\settodepth</code></h3>
@@ -5322,7 +5379,7 @@ Siguiente: <a href="#g_t_005csettoheight" accesskey="n" rel="next">\settoheight<
<a name="g_t_005csettoheight"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005csettowidth" accesskey="n" rel="next">\settowidth</a>, Previous: <a href="#g_t_005csettodepth" accesskey="p" rel="prev">\settodepth</a>, Subir: <a href="#Longitudes" accesskey="u" rel="up">Longitudes</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005csettowidth" accesskey="n" rel="next">\settowidth</a>, Previous: <a href="#g_t_005csettodepth" accesskey="p" rel="prev">\settodepth</a>, Up: <a href="#Longitudes" accesskey="u" rel="up">Longitudes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csettoheight-1"></a>
<h3 class="section">15.4 <code>\settoheight</code></h3>
@@ -5339,7 +5396,7 @@ Siguiente: <a href="#g_t_005csettowidth" accesskey="n" rel="next">\settowidth</a
<a name="g_t_005csettowidth"></a>
<div class="header">
<p>
-Siguiente: <a href="#Longitudes-Predeterminadas" accesskey="n" rel="next">Longitudes Predeterminadas</a>, Previous: <a href="#g_t_005csettoheight" accesskey="p" rel="prev">\settoheight</a>, Subir: <a href="#Longitudes" accesskey="u" rel="up">Longitudes</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Longitudes-Predeterminadas" accesskey="n" rel="next">Longitudes Predeterminadas</a>, Previous: <a href="#g_t_005csettoheight" accesskey="p" rel="prev">\settoheight</a>, Up: <a href="#Longitudes" accesskey="u" rel="up">Longitudes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csettowidth_007b_005clargo_007d_007btexto_007d"></a>
<h3 class="section">15.5 <code>\settowidth{\<var>largo</var>}{<var>texto</var>}</code></h3>
@@ -5354,7 +5411,7 @@ Siguiente: <a href="#Longitudes-Predeterminadas" accesskey="n" rel="next">Longit
<a name="Longitudes-Predeterminadas"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005csettowidth" accesskey="p" rel="prev">\settowidth</a>, Subir: <a href="#Longitudes" accesskey="u" rel="up">Longitudes</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005csettowidth" accesskey="p" rel="prev">\settowidth</a>, Up: <a href="#Longitudes" accesskey="u" rel="up">Longitudes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Longitudes-Predeterminadas-1"></a>
<h3 class="section">15.6 Longitudes Predeterminadas</h3>
@@ -5374,7 +5431,7 @@ Previous: <a href="#g_t_005csettowidth" accesskey="p" rel="prev">\settowidth</a>
<a name="index-_005ctotalheight"></a>
</p>
<p>Estos parámetros de longitud se pueden utilizar en los argumentos de las
-instrucciones que dibujan cajas (v&eacute;ase <a href="#Cajas">Cajas</a>). Especifican el ancho
+instrucciones que dibujan cajas (see <a href="#Cajas">Cajas</a>). Especifican el ancho
natural, etc., del texto en la caja. <code>\totalheight</code> es igual a
<code>\height</code> + <code>\depth</code>. Para hacer una caja con el texto
extendido hasta el doble del tamaño natural, por ejemplo, digamos
@@ -5386,7 +5443,7 @@ extendido hasta el doble del tamaño natural, por ejemplo, digamos
<a name="Haciendo-P_00e1rrafos"></a>
<div class="header">
<p>
-Siguiente: <a href="#F_00f3rmulas-Matem_00e1ticas" accesskey="n" rel="next">Fórmulas Matemáticas</a>, Previous: <a href="#Longitudes" accesskey="p" rel="prev">Longitudes</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#F_00f3rmulas-Matem_00e1ticas" accesskey="n" rel="next">Fórmulas Matemáticas</a>, Previous: <a href="#Longitudes" accesskey="p" rel="prev">Longitudes</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Haciendo-Parrafos"></a>
<h2 class="chapter">16 Haciendo Párrafos</h2>
@@ -5414,7 +5471,7 @@ como en modo math o en el argumento de una instrucción de seccionado.
<a name="g_t_005cindent"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cnoindent" accesskey="n" rel="next">\noindent</a>, Subir: <a href="#Haciendo-P_00e1rrafos" accesskey="u" rel="up">Haciendo Párrafos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cnoindent" accesskey="n" rel="next">\noindent</a>, Up: <a href="#Haciendo-P_00e1rrafos" accesskey="u" rel="up">Haciendo Párrafos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cindent-1"></a>
<h3 class="section">16.1 <code>\indent</code></h3>
@@ -5422,8 +5479,7 @@ Siguiente: <a href="#g_t_005cnoindent" accesskey="n" rel="next">\noindent</a>, S
<a name="index-_005cparindent-1"></a>
<a name="index-sangria_002c-forzando-la"></a>
-<p><code>\indent</code> produce un espacio horizontal donde el ancho es igual al
-ancho de la longitud de <code>\parindent</code>, la sangría de un párrafo
+<p><code>\indent</code> produce un espacio horizontal donde el ancho es igual la longitud de <code>\parindent</code>, la sangría de un párrafo
normal. Esta se utiliza para añadir la sangría de párrafos donde esta
debería suprimirse en otro caso.
</p>
@@ -5437,7 +5493,7 @@ dos columnas, de lo contrario <code>15pt</code> para documentos de
<a name="g_t_005cnoindent"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cparskip" accesskey="n" rel="next">\parskip</a>, Previous: <a href="#g_t_005cindent" accesskey="p" rel="prev">\indent</a>, Subir: <a href="#Haciendo-P_00e1rrafos" accesskey="u" rel="up">Haciendo Párrafos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cparskip" accesskey="n" rel="next">\parskip</a>, Previous: <a href="#g_t_005cindent" accesskey="p" rel="prev">\indent</a>, Up: <a href="#Haciendo-P_00e1rrafos" accesskey="u" rel="up">Haciendo Párrafos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnoindent-1"></a>
<h3 class="section">16.2 <code>\noindent</code></h3>
@@ -5453,7 +5509,7 @@ un párrafo.
<a name="g_t_005cparskip"></a>
<div class="header">
<p>
-Siguiente: <a href="#Notas-al-Margen" accesskey="n" rel="next">Notas al Margen</a>, Previous: <a href="#g_t_005cnoindent" accesskey="p" rel="prev">\noindent</a>, Subir: <a href="#Haciendo-P_00e1rrafos" accesskey="u" rel="up">Haciendo Párrafos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Notas-al-Margen" accesskey="n" rel="next">Notas al Margen</a>, Previous: <a href="#g_t_005cnoindent" accesskey="p" rel="prev">\noindent</a>, Up: <a href="#Haciendo-P_00e1rrafos" accesskey="u" rel="up">Haciendo Párrafos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cparskip-1"></a>
<h3 class="section">16.3 <code>\parskip</code></h3>
@@ -5469,7 +5525,7 @@ es <code>0pt más 1pt</code>.
<a name="Notas-al-Margen"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cparskip" accesskey="p" rel="prev">\parskip</a>, Subir: <a href="#Haciendo-P_00e1rrafos" accesskey="u" rel="up">Haciendo Párrafos</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005cparskip" accesskey="p" rel="prev">\parskip</a>, Up: <a href="#Haciendo-P_00e1rrafos" accesskey="u" rel="up">Haciendo Párrafos</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Notas-al-Margen-1"></a>
<h3 class="section">16.4 Notas al Margen</h3>
@@ -5544,7 +5600,7 @@ es &lsquo;<samp>48pt</samp>&rsquo;.
<a name="F_00f3rmulas-Matem_00e1ticas"></a>
<div class="header">
<p>
-Siguiente: <a href="#Modos" accesskey="n" rel="next">Modos</a>, Previous: <a href="#Haciendo-P_00e1rrafos" accesskey="p" rel="prev">Haciendo Párrafos</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Modos" accesskey="n" rel="next">Modos</a>, Previous: <a href="#Haciendo-P_00e1rrafos" accesskey="p" rel="prev">Haciendo Párrafos</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Formulas-Matematicas"></a>
<h2 class="chapter">17 Fórmulas Matemáticas</h2>
@@ -5553,8 +5609,11 @@ Siguiente: <a href="#Modos" accesskey="n" rel="next">Modos</a>, Previous: <a hre
<a name="index-modo-math_002c-ingresando-al"></a>
<a name="index-entorno-math-1"></a>
+<a name="index-math_002c-entorno-1"></a>
<a name="index-entorno-displaymath-1"></a>
+<a name="index-displaymath_002c-entorno-1"></a>
<a name="index-entorno-equation-1"></a>
+<a name="index-equation_002c-entorno-1"></a>
<p>Existen tres entornos que ponen a LaTeX en modo math:
</p>
<dl compact="compact">
@@ -5630,7 +5689,7 @@ encima y debajo de sumatorias. Por ejemplo
<a name="Sub_00edndices-y-Super_00edndices"></a>
<div class="header">
<p>
-Siguiente: <a href="#S_00edmbolos-Matem_00e1ticos" accesskey="n" rel="next">Símbolos Matemáticos</a>, Subir: <a href="#F_00f3rmulas-Matem_00e1ticas" accesskey="u" rel="up">Fórmulas Matemáticas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#S_00edmbolos-Matem_00e1ticos" accesskey="n" rel="next">Símbolos Matemáticos</a>, Up: <a href="#F_00f3rmulas-Matem_00e1ticas" accesskey="u" rel="up">Fórmulas Matemáticas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Subindices-y-Superindices"></a>
<h3 class="section">17.1 Subíndices y Superíndices</h3>
@@ -5652,7 +5711,7 @@ superíndice.
<a name="S_00edmbolos-Matem_00e1ticos"></a>
<div class="header">
<p>
-Siguiente: <a href="#Funciones-Matem_00e1ticas" accesskey="n" rel="next">Funciones Matemáticas</a>, Previous: <a href="#Sub_00edndices-y-Super_00edndices" accesskey="p" rel="prev">Subíndices y Superíndices</a>, Subir: <a href="#F_00f3rmulas-Matem_00e1ticas" accesskey="u" rel="up">Fórmulas Matemáticas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Funciones-Matem_00e1ticas" accesskey="n" rel="next">Funciones Matemáticas</a>, Previous: <a href="#Sub_00edndices-y-Super_00edndices" accesskey="p" rel="prev">Subíndices y Superíndices</a>, Up: <a href="#F_00f3rmulas-Matem_00e1ticas" accesskey="u" rel="up">Fórmulas Matemáticas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Simbolos-Matematicos"></a>
<h3 class="section">17.2 Símbolos Matemáticos</h3>
@@ -6922,7 +6981,7 @@ salida.
<a name="Funciones-Matem_00e1ticas"></a>
<div class="header">
<p>
-Siguiente: <a href="#Acentos-Matem_00e1ticos" accesskey="n" rel="next">Acentos Matemáticos</a>, Previous: <a href="#S_00edmbolos-Matem_00e1ticos" accesskey="p" rel="prev">Símbolos Matemáticos</a>, Subir: <a href="#F_00f3rmulas-Matem_00e1ticas" accesskey="u" rel="up">Fórmulas Matemáticas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Acentos-Matem_00e1ticos" accesskey="n" rel="next">Acentos Matemáticos</a>, Previous: <a href="#S_00edmbolos-Matem_00e1ticos" accesskey="p" rel="prev">Símbolos Matemáticos</a>, Up: <a href="#F_00f3rmulas-Matem_00e1ticas" accesskey="u" rel="up">Fórmulas Matemáticas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Funciones-Matematicas"></a>
<h3 class="section">17.3 Funciones Matemáticas</h3>
@@ -7144,7 +7203,7 @@ el espaciado adecuado.
<a name="Acentos-Matem_00e1ticos"></a>
<div class="header">
<p>
-Siguiente: <a href="#Espacios-en-Modo-Math" accesskey="n" rel="next">Espacios en Modo Math</a>, Previous: <a href="#Funciones-Matem_00e1ticas" accesskey="p" rel="prev">Funciones Matemáticas</a>, Subir: <a href="#F_00f3rmulas-Matem_00e1ticas" accesskey="u" rel="up">Fórmulas Matemáticas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Espacios-en-Modo-Math" accesskey="n" rel="next">Espacios en Modo Math</a>, Previous: <a href="#Funciones-Matem_00e1ticas" accesskey="p" rel="prev">Funciones Matemáticas</a>, Up: <a href="#F_00f3rmulas-Matem_00e1ticas" accesskey="u" rel="up">Fórmulas Matemáticas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Acentos-Matematicos"></a>
<h3 class="section">17.4 Acentos Matemáticos</h3>
@@ -7153,7 +7212,7 @@ Siguiente: <a href="#Espacios-en-Modo-Math" accesskey="n" rel="next">Espacios en
<p>LaTeX proporciona una variedad de instrucciones para producir letras
acentuadas en matemáticas. Son distintas de los acentos en un texto normal
-(v&eacute;ase <a href="#Acentos">Acentos</a>).
+(see <a href="#Acentos">Acentos</a>).
</p>
<dl compact="compact">
<dt><code>\acute</code>
@@ -7265,7 +7324,7 @@ acentuadas en matemáticas. Son distintas de los acentos en un texto normal
<a name="Espacios-en-Modo-Math"></a>
<div class="header">
<p>
-Siguiente: <a href="#Miscel_00e1nea-Math" accesskey="n" rel="next">Miscelánea Math</a>, Previous: <a href="#Acentos-Matem_00e1ticos" accesskey="p" rel="prev">Acentos Matemáticos</a>, Subir: <a href="#F_00f3rmulas-Matem_00e1ticas" accesskey="u" rel="up">Fórmulas Matemáticas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Miscel_00e1nea-Math" accesskey="n" rel="next">Miscelánea Math</a>, Previous: <a href="#Acentos-Matem_00e1ticos" accesskey="p" rel="prev">Acentos Matemáticos</a>, Up: <a href="#F_00f3rmulas-Matem_00e1ticas" accesskey="u" rel="up">Fórmulas Matemáticas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Espacios-en-Modo-Math-1"></a>
<h3 class="section">17.5 Espacios en Modo Math</h3>
@@ -7302,7 +7361,7 @@ siguientes instrucciones para su uso en modo matemático:
<a name="Miscel_00e1nea-Math"></a>
<div class="header">
<p>
-Previous: <a href="#Espacios-en-Modo-Math" accesskey="p" rel="prev">Espacios en Modo Math</a>, Subir: <a href="#F_00f3rmulas-Matem_00e1ticas" accesskey="u" rel="up">Fórmulas Matemáticas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#Espacios-en-Modo-Math" accesskey="p" rel="prev">Espacios en Modo Math</a>, Up: <a href="#F_00f3rmulas-Matem_00e1ticas" accesskey="u" rel="up">Fórmulas Matemáticas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Miscelanea-Math"></a>
<h3 class="section">17.6 Miscelánea Math</h3>
@@ -7408,7 +7467,7 @@ cuenta los descendientes.
<a name="Modos"></a>
<div class="header">
<p>
-Siguiente: <a href="#Estilos-de-P_00e1gina" accesskey="n" rel="next">Estilos de Página</a>, Previous: <a href="#F_00f3rmulas-Matem_00e1ticas" accesskey="p" rel="prev">Fórmulas Matemáticas</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Estilos-de-P_00e1gina" accesskey="n" rel="next">Estilos de Página</a>, Previous: <a href="#F_00f3rmulas-Matem_00e1ticas" accesskey="p" rel="prev">Fórmulas Matemáticas</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Modos-1"></a>
<h2 class="chapter">18 Modos</h2>
@@ -7463,7 +7522,7 @@ se inicia fuera de él, se llama el &ldquo;modo de párrafo externo&rdquo;.
<a name="Estilos-de-P_00e1gina"></a>
<div class="header">
<p>
-Siguiente: <a href="#Espacios" accesskey="n" rel="next">Espacios</a>, Previous: <a href="#Modos" accesskey="p" rel="prev">Modos</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Espacios" accesskey="n" rel="next">Espacios</a>, Previous: <a href="#Modos" accesskey="p" rel="prev">Modos</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Estilos-de-Pagina"></a>
<h2 class="chapter">19 Estilos de Página</h2>
@@ -7490,7 +7549,7 @@ sucede en ellos.
<a name="g_t_005cmaketitle"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cpagenumbering" accesskey="n" rel="next">\pagenumbering</a>, Subir: <a href="#Estilos-de-P_00e1gina" accesskey="u" rel="up">Estilos de Página</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cpagenumbering" accesskey="n" rel="next">\pagenumbering</a>, Up: <a href="#Estilos-de-P_00e1gina" accesskey="u" rel="up">Estilos de Página</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cmaketitle-1"></a>
<h3 class="section">19.1 <code>\maketitle</code></h3>
@@ -7523,7 +7582,7 @@ dirección.
<dd><a name="index-fecha_002c-para-la-pagina-de-titulo"></a>
<p>La instrucción <code>\date</code> declara el <var>texto</var> para ser la fecha del
documento. Sin la instrucción <code>\date</code>, se utiliza la fecha actual
-(v&eacute;ase <a href="#g_t_005ctoday">\today</a>).
+(see <a href="#g_t_005ctoday">\today</a>).
</p>
</dd>
<dt><code>\thanks{<var>texto</var>}</code>
@@ -7553,7 +7612,7 @@ usual.
<a name="g_t_005cpagenumbering"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cpagestyle" accesskey="n" rel="next">\pagestyle</a>, Previous: <a href="#g_t_005cmaketitle" accesskey="p" rel="prev">\maketitle</a>, Subir: <a href="#Estilos-de-P_00e1gina" accesskey="u" rel="up">Estilos de Página</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cpagestyle" accesskey="n" rel="next">\pagestyle</a>, Previous: <a href="#g_t_005cmaketitle" accesskey="p" rel="prev">\maketitle</a>, Up: <a href="#Estilos-de-P_00e1gina" accesskey="u" rel="up">Estilos de Página</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cpagenumbering-1"></a>
<h3 class="section">19.2 <code>\pagenumbering</code></h3>
@@ -7594,7 +7653,7 @@ que se pueden utilizar son por ejemplo::
<a name="g_t_005cpagestyle"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cthispagestyle" accesskey="n" rel="next">\thispagestyle</a>, Previous: <a href="#g_t_005cpagenumbering" accesskey="p" rel="prev">\pagenumbering</a>, Subir: <a href="#Estilos-de-P_00e1gina" accesskey="u" rel="up">Estilos de Página</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cthispagestyle" accesskey="n" rel="next">\thispagestyle</a>, Previous: <a href="#g_t_005cpagenumbering" accesskey="p" rel="prev">\pagenumbering</a>, Up: <a href="#Estilos-de-P_00e1gina" accesskey="u" rel="up">Estilos de Página</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cpagestyle-1"></a>
<h3 class="section">19.3 <code>\pagestyle</code></h3>
@@ -7662,7 +7721,7 @@ sin cambios.
<a name="g_t_005cthispagestyle"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cpagestyle" accesskey="p" rel="prev">\pagestyle</a>, Subir: <a href="#Estilos-de-P_00e1gina" accesskey="u" rel="up">Estilos de Página</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005cpagestyle" accesskey="p" rel="prev">\pagestyle</a>, Up: <a href="#Estilos-de-P_00e1gina" accesskey="u" rel="up">Estilos de Página</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cthispagestyle_007bestilo_007d"></a>
<h3 class="section">19.4 <code>\thispagestyle{<var>estilo</var>}</code></h3>
@@ -7677,7 +7736,7 @@ instrucción <code>\pagestyle</code> (vea la sección previa) excepto que esta
<a name="Espacios"></a>
<div class="header">
<p>
-Siguiente: <a href="#Cajas" accesskey="n" rel="next">Cajas</a>, Previous: <a href="#Estilos-de-P_00e1gina" accesskey="p" rel="prev">Estilos de Página</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Cajas" accesskey="n" rel="next">Cajas</a>, Previous: <a href="#Estilos-de-P_00e1gina" accesskey="p" rel="prev">Estilos de Página</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Espacios-1"></a>
<h2 class="chapter">20 Espacios</h2>
@@ -7689,7 +7748,7 @@ Siguiente: <a href="#Cajas" accesskey="n" rel="next">Cajas</a>, Previous: <a hre
espacio &ldquo;fino&rdquo; (por lo general 1/6cuadrático).
Se puede
utilizar en modo texto, pero más a menudo es útil en modo matemático
-(v&eacute;ase <a href="#Espacios-en-Modo-Math">Espacios en Modo Math</a>).
+(see <a href="#Espacios-en-Modo-Math">Espacios en Modo Math</a>).
</p>
<table class="menu" border="0" cellspacing="0">
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">Espacio horizontal
@@ -7710,6 +7769,7 @@ utilizar en modo texto, pero más a menudo es útil en modo matemático
<tr><td align="left" valign="top">&bull; <a href="#g_t_005cdotfill" accesskey="8">\dotfill</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Puntos horizontales extensibles.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
+
Espacio Vertical
</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#g_t_005caddvspace" accesskey="9">\addvspace</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Añadiendo espacio vertical arbitrario si es necesario.
</td></tr>
@@ -7726,7 +7786,7 @@ Espacio Vertical
<a name="g_t_005chspace"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005chfill" accesskey="n" rel="next">\hfill</a>, Subir: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005chfill" accesskey="n" rel="next">\hfill</a>, Up: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005chspace-1"></a>
<h3 class="section">20.1 <code>\hspace</code></h3>
@@ -7754,7 +7814,7 @@ forma opcional con <code>*</code>.
<a name="g_t_005chfill"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cSPACE" accesskey="n" rel="next">\SPACE</a>, Previous: <a href="#g_t_005chspace" accesskey="p" rel="prev">\hspace</a>, Subir: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cSPACE" accesskey="n" rel="next">\SPACE</a>, Previous: <a href="#g_t_005chspace" accesskey="p" rel="prev">\hspace</a>, Up: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005chfill-1"></a>
<h3 class="section">20.2 <code>\hfill</code></h3>
@@ -7774,7 +7834,7 @@ es equivalente a <code>\hfill</code>.
<a name="g_t_005cSPACE"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cAT" accesskey="n" rel="next">\AT</a>, Previous: <a href="#g_t_005chfill" accesskey="p" rel="prev">\hfill</a>, Subir: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cAT" accesskey="n" rel="next">\AT</a>, Previous: <a href="#g_t_005chfill" accesskey="p" rel="prev">\hfill</a>, Up: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cSPACE-1"></a>
<h3 class="section">20.3 <code>\SPACE</code></h3>
@@ -7796,7 +7856,7 @@ son equivalentes a <code>\ </code>.
<a name="g_t_005cAT"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cthinspace" accesskey="n" rel="next">\thinspace</a>, Previous: <a href="#g_t_005cSPACE" accesskey="p" rel="prev">\SPACE</a>, Subir: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cthinspace" accesskey="n" rel="next">\thinspace</a>, Previous: <a href="#g_t_005cSPACE" accesskey="p" rel="prev">\SPACE</a>, Up: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005c_0040"></a>
<h3 class="section">20.4 <code>\@</code></h3>
@@ -7824,7 +7884,7 @@ ejemplos con y sin <code>\@</code>:
<a name="g_t_005cthinspace"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005c_002f" accesskey="n" rel="next">\/</a>, Previous: <a href="#g_t_005cAT" accesskey="p" rel="prev">\AT</a>, Subir: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005c_002f" accesskey="n" rel="next">\/</a>, Previous: <a href="#g_t_005cAT" accesskey="p" rel="prev">\AT</a>, Up: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cthinspace-1"></a>
<h3 class="section">20.5 <code>\thinspace</code></h3>
@@ -7839,7 +7899,7 @@ anidadas, como en &rsquo;&rdquo;.
<a name="g_t_005c_002f"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005chrulefill" accesskey="n" rel="next">\hrulefill</a>, Previous: <a href="#g_t_005cthinspace" accesskey="p" rel="prev">\thinspace</a>, Subir: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005chrulefill" accesskey="n" rel="next">\hrulefill</a>, Previous: <a href="#g_t_005cthinspace" accesskey="p" rel="prev">\thinspace</a>, Up: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005c_002f-1"></a>
<h3 class="section">20.6 <code>\/</code></h3>
@@ -7869,7 +7929,7 @@ con pdfTeX.
<a name="g_t_005chrulefill"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cdotfill" accesskey="n" rel="next">\dotfill</a>, Previous: <a href="#g_t_005c_002f" accesskey="p" rel="prev">\/</a>, Subir: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cdotfill" accesskey="n" rel="next">\dotfill</a>, Previous: <a href="#g_t_005c_002f" accesskey="p" rel="prev">\/</a>, Up: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005chrulefill-1"></a>
<h3 class="section">20.7 <code>\hrulefill</code></h3>
@@ -7884,7 +7944,7 @@ una regla horizontal.
<a name="g_t_005cdotfill"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005caddvspace" accesskey="n" rel="next">\addvspace</a>, Previous: <a href="#g_t_005chrulefill" accesskey="p" rel="prev">\hrulefill</a>, Subir: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005caddvspace" accesskey="n" rel="next">\addvspace</a>, Previous: <a href="#g_t_005chrulefill" accesskey="p" rel="prev">\hrulefill</a>, Up: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cdotfill-1"></a>
<h3 class="section">20.8 <code>\dotfill</code></h3>
@@ -7899,7 +7959,7 @@ cual se rellena con puntos en lugar de sólo espacios en blanco.
<a name="g_t_005caddvspace"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip" accesskey="n" rel="next">\bigskip \medskip \smallskip</a>, Previous: <a href="#g_t_005cdotfill" accesskey="p" rel="prev">\dotfill</a>, Subir: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip" accesskey="n" rel="next">\bigskip \medskip \smallskip</a>, Previous: <a href="#g_t_005cdotfill" accesskey="p" rel="prev">\dotfill</a>, Up: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005caddvspace-1"></a>
<h3 class="section">20.9 <code>\addvspace</code></h3>
@@ -7921,7 +7981,7 @@ equivalente a <code>longitud</code>.
<a name="g_t_005cbigskip-_005cmedskip-_005csmallskip"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cvfill" accesskey="n" rel="next">\vfill</a>, Previous: <a href="#g_t_005caddvspace" accesskey="p" rel="prev">\addvspace</a>, Subir: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cvfill" accesskey="n" rel="next">\vfill</a>, Previous: <a href="#g_t_005caddvspace" accesskey="p" rel="prev">\addvspace</a>, Up: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cbigskip-_005cmedskip-_005csmallskip-1"></a>
<h3 class="section">20.10 <code>\bigskip \medskip \smallskip</code></h3>
@@ -7960,7 +8020,7 @@ documento.
<a name="g_t_005cvfill"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cvspace" accesskey="n" rel="next">\vspace</a>, Previous: <a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip" accesskey="p" rel="prev">\bigskip \medskip \smallskip</a>, Subir: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cvspace" accesskey="n" rel="next">\vspace</a>, Previous: <a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip" accesskey="p" rel="prev">\bigskip \medskip \smallskip</a>, Up: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cvfill-1"></a>
<h3 class="section">20.11 <code>\vfill</code></h3>
@@ -7968,14 +8028,14 @@ Siguiente: <a href="#g_t_005cvspace" accesskey="n" rel="next">\vspace</a>, Previ
<p>La instrucción <code>\vfill</code> produce un relleno de longitud (pegado) el
cual se puede reducir y estirar verticalmente tanto como sea necesario.
-Este es equivalente a <code>\vspace{\fill}</code> (v&eacute;ase <a href="#g_t_005chfill">\hfill</a>).
+Este es equivalente a <code>\vspace{\fill}</code> (see <a href="#g_t_005chfill">\hfill</a>).
</p>
<hr>
<a name="g_t_005cvspace"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cvfill" accesskey="p" rel="prev">\vfill</a>, Subir: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005cvfill" accesskey="p" rel="prev">\vfill</a>, Up: <a href="#Espacios" accesskey="u" rel="up">Espacios</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cvspace_005b_002a_005d_007blongitud_007d"></a>
<h3 class="section">20.12 <code>\vspace[*]{<var>longitud</var>}</code></h3>
@@ -8000,14 +8060,14 @@ argumento opcional <code>*</code>, no se elimina el espacio.
<a name="Cajas"></a>
<div class="header">
<p>
-Siguiente: <a href="#Inserciones-Especiales" accesskey="n" rel="next">Inserciones Especiales</a>, Previous: <a href="#Espacios" accesskey="p" rel="prev">Espacios</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Inserciones-Especiales" accesskey="n" rel="next">Inserciones Especiales</a>, Previous: <a href="#Espacios" accesskey="p" rel="prev">Espacios</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Cajas-1"></a>
<h2 class="chapter">21 Cajas</h2>
<a name="index-cajas"></a>
-<p>Todos los parámetros de longitud predeterminados (v&eacute;ase <a href="#Longitudes-Predeterminadas">Longitudes Predeterminadas</a>) se pueden utilizar en los argumentos de las
+<p>Todos los parámetros de longitud predeterminados (see <a href="#Longitudes-Predeterminadas">Longitudes Predeterminadas</a>) se pueden utilizar en los argumentos de las
instrucciones que generan cajas.
</p>
<table class="menu" border="0" cellspacing="0">
@@ -8036,7 +8096,7 @@ instrucciones que generan cajas.
<a name="g_t_005cmbox"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cfbox-y-_005cframebox" accesskey="n" rel="next">\fbox y \framebox</a>, Subir: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cfbox-y-_005cframebox" accesskey="n" rel="next">\fbox y \framebox</a>, Up: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cmbox_007btexto_007d"></a>
<h3 class="section">21.1 <code>\mbox{<var>texto}</var></code></h3>
@@ -8053,7 +8113,7 @@ separación silábica.
<a name="g_t_005cfbox-y-_005cframebox"></a>
<div class="header">
<p>
-Siguiente: <a href="#lrbox" accesskey="n" rel="next">lrbox</a>, Previous: <a href="#g_t_005cmbox" accesskey="p" rel="prev">\mbox</a>, Subir: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#lrbox" accesskey="n" rel="next">lrbox</a>, Previous: <a href="#g_t_005cmbox" accesskey="p" rel="prev">\mbox</a>, Up: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cfbox-y-_005cframebox-1"></a>
<h3 class="section">21.2 <code>\fbox</code> y <code>\framebox</code></h3>
@@ -8082,7 +8142,7 @@ explícitamente la anchura de la caja con el argumento opcional
(predeterminado a &lsquo;<samp>.4pt</samp>&rsquo;), y dejan un espacio de <code>\fboxsep</code>
(predeterminado a &lsquo;<samp>3pt</samp>&rsquo;) entre la regla y el contenido de la caja.
</p>
-<p>V&eacute;ase <a href="#g_t_005cframebox-_0028picture_0029">\framebox (picture)</a>, para la instrucción <code>\framebox</code> en el
+<p>See <a href="#g_t_005cframebox-_0028picture_0029">\framebox (picture)</a>, para la instrucción <code>\framebox</code> en el
entorno <code>picture</code>.
</p>
@@ -8090,7 +8150,7 @@ entorno <code>picture</code>.
<a name="lrbox"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cmakebox" accesskey="n" rel="next">\makebox</a>, Previous: <a href="#g_t_005cfbox-y-_005cframebox" accesskey="p" rel="prev">\fbox y \framebox</a>, Subir: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cmakebox" accesskey="n" rel="next">\makebox</a>, Previous: <a href="#g_t_005cfbox-y-_005cframebox" accesskey="p" rel="prev">\fbox y \framebox</a>, Up: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="lrbox-1"></a>
<h3 class="section">21.3 <code>lrbox</code></h3>
@@ -8108,7 +8168,7 @@ misma que se debe haber declarado con <code>\newsavebox</code>.
<a name="g_t_005cmakebox"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cparbox" accesskey="n" rel="next">\parbox</a>, Previous: <a href="#lrbox" accesskey="p" rel="prev">lrbox</a>, Subir: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cparbox" accesskey="n" rel="next">\parbox</a>, Previous: <a href="#lrbox" accesskey="p" rel="prev">lrbox</a>, Up: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cmakebox-2"></a>
<h3 class="section">21.4 <code>\makebox</code></h3>
@@ -8142,14 +8202,14 @@ contener espacio elástico para que esto funcione.
</p></dd>
</dl>
-<p><code>\makebox</code> también se utiliza en el entorno picture v&eacute;ase <a href="#g_t_005cmakebox-_0028picture_0029">\makebox (picture)</a>.
+<p><code>\makebox</code> también se utiliza en el entorno picture see <a href="#g_t_005cmakebox-_0028picture_0029">\makebox (picture)</a>.
</p>
<hr>
<a name="g_t_005cparbox"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005craisebox" accesskey="n" rel="next">\raisebox</a>, Previous: <a href="#g_t_005cmakebox" accesskey="p" rel="prev">\makebox</a>, Subir: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005craisebox" accesskey="n" rel="next">\raisebox</a>, Previous: <a href="#g_t_005cmakebox" accesskey="p" rel="prev">\makebox</a>, Up: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cparbox-1"></a>
<h3 class="section">21.5 <code>\parbox</code></h3>
@@ -8167,7 +8227,7 @@ pequeñas piezas de texto, sin nada lujoso en el interior. En
particular, no debe utilizar ningún entorno que genere párrafos dentro
de un argumento <code>\parbox</code>. Para grandes piezas de texto,
incluyendo aquellas que contienen un entorno que genera párrafos, debe
-usar un entorno <code>minipágina</code> (v&eacute;ase <a href="#minipage">minipage</a>).
+usar un entorno <code>minipágina</code> (see <a href="#minipage">minipage</a>).
</p>
<p><code>\parbox</code> tiene dos argumentos obligatorios:
</p>
@@ -8211,7 +8271,7 @@ extensible para que esto funcione.
<a name="g_t_005craisebox"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005csavebox" accesskey="n" rel="next">\savebox</a>, Previous: <a href="#g_t_005cparbox" accesskey="p" rel="prev">\parbox</a>, Subir: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005csavebox" accesskey="n" rel="next">\savebox</a>, Previous: <a href="#g_t_005cparbox" accesskey="p" rel="prev">\parbox</a>, Up: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005craisebox-1"></a>
<h3 class="section">21.6 <code>\raisebox</code></h3>
@@ -8238,7 +8298,7 @@ bajo (profundidad), omitiendo su altura y profundidad natural.
<a name="g_t_005csavebox"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005csbox" accesskey="n" rel="next">\sbox</a>, Previous: <a href="#g_t_005craisebox" accesskey="p" rel="prev">\raisebox</a>, Subir: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005csbox" accesskey="n" rel="next">\sbox</a>, Previous: <a href="#g_t_005craisebox" accesskey="p" rel="prev">\raisebox</a>, Up: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csavebox-1"></a>
<h3 class="section">21.7 <code>\savebox</code></h3>
@@ -8251,17 +8311,17 @@ Siguiente: <a href="#g_t_005csbox" accesskey="n" rel="next">\sbox</a>, Previous:
</pre></div>
<p>Esta instrucción fija la tipografía de <var>texto</var> en una caja al igual
-que <code>\makebox</code> (v&eacute;ase <a href="#g_t_005cmakebox">\makebox</a>), excepto que el lugar de imprimir
+que <code>\makebox</code> (see <a href="#g_t_005cmakebox">\makebox</a>), excepto que el lugar de imprimir
la caja resultante, esta la guarda en la caja etiquetada
<var>\instrucción-caja</var>, que se debe haber declarado con
-<code>\newsavebox</code> (v&eacute;ase <a href="#g_t_005cnewsavebox">\newsavebox</a>).
+<code>\newsavebox</code> (see <a href="#g_t_005cnewsavebox">\newsavebox</a>).
</p>
<hr>
<a name="g_t_005csbox"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cusebox" accesskey="n" rel="next">\usebox</a>, Previous: <a href="#g_t_005csavebox" accesskey="p" rel="prev">\savebox</a>, Subir: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cusebox" accesskey="n" rel="next">\usebox</a>, Previous: <a href="#g_t_005csavebox" accesskey="p" rel="prev">\savebox</a>, Up: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csbox_007b_005cinstruccion_002dcaja_007d_007btexto_007d"></a>
<h3 class="section">21.8 <code>\sbox{<var>\instrucción-caja</var>}{<var>texto</var>}</code></h3>
@@ -8274,17 +8334,17 @@ Siguiente: <a href="#g_t_005cusebox" accesskey="n" rel="next">\usebox</a>, Previ
</pre></div>
<p><code>\sbox</code> escribe el <var>texto</var> en una caja tal como <code>\mbox</code>
-(v&eacute;ase <a href="#g_t_005cmbox">\mbox</a>) excepto que en lugar de incluir la caja resultante en la
+(see <a href="#g_t_005cmbox">\mbox</a>) excepto que en lugar de incluir la caja resultante en la
salida normal, esta la guarda en la caja etiquetada
<var>\instrucción-caja</var>. <var>\instrucción-caja</var> se debió declarar
-previamente con <code>\newsavebox</code> (v&eacute;ase <a href="#g_t_005cnewsavebox">\newsavebox</a>).
+previamente con <code>\newsavebox</code> (see <a href="#g_t_005cnewsavebox">\newsavebox</a>).
</p>
<hr>
<a name="g_t_005cusebox"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005csbox" accesskey="p" rel="prev">\sbox</a>, Subir: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005csbox" accesskey="p" rel="prev">\sbox</a>, Up: <a href="#Cajas" accesskey="u" rel="up">Cajas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cusebox_007b_005cinstruccion_002dcaja_007d"></a>
<h3 class="section">21.9 <code>\usebox{<var>\instrucción-caja</var>}</code></h3>
@@ -8298,14 +8358,14 @@ Previous: <a href="#g_t_005csbox" accesskey="p" rel="prev">\sbox</a>, Subir: <a
<p><code>\usebox</code> produce la caja guardada más recientemente en el depósito
<var>\instrucción-caja</var> por una instrucción <code>\savebox</code>
-(v&eacute;ase <a href="#g_t_005csavebox">\savebox</a>).
+(see <a href="#g_t_005csavebox">\savebox</a>).
</p>
<hr>
<a name="Inserciones-Especiales"></a>
<div class="header">
<p>
-Siguiente: <a href="#Dividiendo-la-Entrada" accesskey="n" rel="next">Dividiendo la Entrada</a>, Previous: <a href="#Cajas" accesskey="p" rel="prev">Cajas</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Dividiendo-la-Entrada" accesskey="n" rel="next">Dividiendo la Entrada</a>, Previous: <a href="#Cajas" accesskey="p" rel="prev">Cajas</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Inserciones-Especiales-1"></a>
<h2 class="chapter">22 Inserciones Especiales</h2>
@@ -8334,7 +8394,7 @@ usted puede escribir.
<a name="Caracteres-Reservados"></a>
<div class="header">
<p>
-Siguiente: <a href="#S_00edmbolos-de-Texto" accesskey="n" rel="next">Símbolos de Texto</a>, Subir: <a href="#Inserciones-Especiales" accesskey="u" rel="up">Inserciones Especiales</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#S_00edmbolos-de-Texto" accesskey="n" rel="next">Símbolos de Texto</a>, Up: <a href="#Inserciones-Especiales" accesskey="u" rel="up">Inserciones Especiales</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Caracteres-Reservados-1"></a>
<h3 class="section">22.1 Caracteres Reservados</h3>
@@ -8365,12 +8425,12 @@ mismo, incluya un carácter <code>\</code> anteponiéndolo a este. Por ejemplo,
tiene su propio significado especial (dependiente del contexto). Una \
romana es producida al escribir <code>$\backslash$</code> en su archivo, y una
<code>\</code> de máquina de escribir es producida usando &lsquo;<samp>\</samp>&rsquo; en una
-instrucción verbatim (v&eacute;ase <a href="#verbatim">verbatim</a>).
+instrucción verbatim (see <a href="#verbatim">verbatim</a>).
</p>
<a name="index-_005c_007e"></a>
<a name="index-_005c_005e"></a>
<p>Además, <code>\~</code> y <code>\^</code> colocan acentos tilde y circunflejo sobre
-la siguiente letra, como en &otilde; y &ocirc; (v&eacute;ase <a href="#Acentos">Acentos</a>); Para
+la siguiente letra, como en &otilde; y &ocirc; (see <a href="#Acentos">Acentos</a>); Para
obtener una <code>~</code> o <code>^</code> independiente, usted puede utilizar una
instrucción verbatim.
</p>
@@ -8392,7 +8452,7 @@ podría escribir como <code>\symbol{'40}</code> o <code>\symbol{&quot;20}</code>
<a name="S_00edmbolos-de-Texto"></a>
<div class="header">
<p>
-Siguiente: <a href="#Acentos" accesskey="n" rel="next">Acentos</a>, Previous: <a href="#Caracteres-Reservados" accesskey="p" rel="prev">Caracteres Reservados</a>, Subir: <a href="#Inserciones-Especiales" accesskey="u" rel="up">Inserciones Especiales</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Acentos" accesskey="n" rel="next">Acentos</a>, Previous: <a href="#Caracteres-Reservados" accesskey="p" rel="prev">Caracteres Reservados</a>, Up: <a href="#Inserciones-Especiales" accesskey="u" rel="up">Inserciones Especiales</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Simbolos-de-Texto"></a>
<h3 class="section">22.2 Símbolos de Texto</h3>
@@ -8668,8 +8728,8 @@ tiene la tapa del tipo de letra, mientras que la forma
<p>Daga doble: <em>\ddag</em>.
</p>
</dd>
-<dt><code>\textdollar <span class="roman">(o <code>$</code>)</span></code>
-<a name="index-_005ctextdollar-_0028o-_0024_0029"></a>
+<dt><code>\textdollar <span class="roman">(o <code>\$</code>)</span></code>
+<a name="index-_005ctextdollar-_0028o-_005c_0024_0029"></a>
</dt>
<dd><a name="index-signo-de-dolar"></a>
<a name="index-moneda_002c-dolar"></a>
@@ -8752,7 +8812,7 @@ tiene la tapa del tipo de letra, mientras que la forma
</dt>
<dd><a name="index-punto_002c-centrado_002c-en-texto"></a>
<a name="index-punto-centrado_002c-en-texto"></a>
-<p>Punto centrado: <em>\cdot</em>.
+<p>Punto centrado: ·.
</p>
</dd>
<dt><code>\textquestiondown <span class="roman">(o <code>?`</code>)</span></code>
@@ -8834,7 +8894,7 @@ tiene la tapa del tipo de letra, mientras que la forma
<a name="index-_005ctexttrademark"></a>
</dt>
<dd><a name="index-simbolo-de-marca-comercial"></a>
-<p>Símbolo de marca comercial: <em>^{\hbox{TM}}</em>.
+<p>Símbolo de marca comercial: ™.
</p>
</dd>
<dt><code>\texttwelveudash</code>
@@ -8864,7 +8924,7 @@ tiene la tapa del tipo de letra, mientras que la forma
<a name="Acentos"></a>
<div class="header">
<p>
-Siguiente: <a href="#Caracteres-no-Ingleses" accesskey="n" rel="next">Caracteres no Ingleses</a>, Previous: <a href="#S_00edmbolos-de-Texto" accesskey="p" rel="prev">Símbolos de Texto</a>, Subir: <a href="#Inserciones-Especiales" accesskey="u" rel="up">Inserciones Especiales</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Caracteres-no-Ingleses" accesskey="n" rel="next">Caracteres no Ingleses</a>, Previous: <a href="#S_00edmbolos-de-Texto" accesskey="p" rel="prev">Símbolos de Texto</a>, Up: <a href="#Inserciones-Especiales" accesskey="u" rel="up">Inserciones Especiales</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Acentos-1"></a>
<h3 class="section">22.3 Acentos</h3>
@@ -8899,7 +8959,7 @@ su uso con letras mayúsculas. Estas no están disponibles con OT1.
<a name="index-acento-agudo"></a>
<p>Produce un acento agudo, como en &oacute;. En el entorno <code>tabbing</code>,
empuja la columna actual a la derecha de la columna anterior
-(v&eacute;ase <a href="#tabbing">tabbing</a>).
+(see <a href="#tabbing">tabbing</a>).
</p>
</dd>
<dt><code>\.</code></dt>
@@ -8936,7 +8996,7 @@ empuja la columna actual a la derecha de la columna anterior
<a name="index-acento-grave"></a>
<p>Produce un acento grave sobre la siguiente, como en &ograve;. En el
entorno <code>tabbing</code>, mueve el siguiente texto hacia el margen derecho
-(v&eacute;ase <a href="#tabbing">tabbing</a>).
+(see <a href="#tabbing">tabbing</a>).
</p>
</dd>
<dt><code>\~</code></dt>
@@ -8950,8 +9010,8 @@ entorno <code>tabbing</code>, mueve el siguiente texto hacia el margen derecho
<dt><code>\b</code></dt>
<dd><a name="index-_005cb-_0028acento-barra_0029"></a>
<a name="index-acento-barra"></a>
-<p>Produce una barra como acento sobre la siguiente, como en
-o_.
+<p>Produce una barra como acento debajo de la siguiente, como en
+o_. Vea también <code>\underbar</code> a continuación
</p>
</dd>
<dt><code>\c</code></dt>
@@ -9036,7 +9096,7 @@ codificación OT1.
texto. El argumento siempre se procesa en modo horizontal. La barra
siempre está en una posición fija en la línea base, por lo que cruza a
través de los trazos descendentes. Vea también <code>\underline</code> en
-<a href="#Miscel_00e1nea-Math">Miscelánea Math</a>.
+<a href="#Miscel_00e1nea-Math">Miscelánea Math</a>. Vea también <code>\b</code> aquí antes
</p>
</dd>
<dt><code>\v</code></dt>
@@ -9056,7 +9116,7 @@ través de los trazos descendentes. Vea también <code>\underline</code> en
<a name="Caracteres-no-Ingleses"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005crule" accesskey="n" rel="next">\rule</a>, Previous: <a href="#Acentos" accesskey="p" rel="prev">Acentos</a>, Subir: <a href="#Inserciones-Especiales" accesskey="u" rel="up">Inserciones Especiales</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005crule" accesskey="n" rel="next">\rule</a>, Previous: <a href="#Acentos" accesskey="p" rel="prev">Acentos</a>, Up: <a href="#Inserciones-Especiales" accesskey="u" rel="up">Inserciones Especiales</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Caracteres-no-Ingleses-1"></a>
<h3 class="section">22.4 Caracteres no Ingleses</h3>
@@ -9166,7 +9226,7 @@ caracteres más usados en idiomas distintos del Inglés.
<a name="g_t_005crule"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005ctoday" accesskey="n" rel="next">\today</a>, Previous: <a href="#Caracteres-no-Ingleses" accesskey="p" rel="prev">Caracteres no Ingleses</a>, Subir: <a href="#Inserciones-Especiales" accesskey="u" rel="up">Inserciones Especiales</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005ctoday" accesskey="n" rel="next">\today</a>, Previous: <a href="#Caracteres-no-Ingleses" accesskey="p" rel="prev">Caracteres no Ingleses</a>, Up: <a href="#Inserciones-Especiales" accesskey="u" rel="up">Inserciones Especiales</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005crule-1"></a>
<h3 class="section">22.5 <code>\rule</code></h3>
@@ -9200,7 +9260,7 @@ rectángulos. Los argumentos son:
<a name="g_t_005ctoday"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005crule" accesskey="p" rel="prev">\rule</a>, Subir: <a href="#Inserciones-Especiales" accesskey="u" rel="up">Inserciones Especiales</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005crule" accesskey="p" rel="prev">\rule</a>, Up: <a href="#Inserciones-Especiales" accesskey="u" rel="up">Inserciones Especiales</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ctoday-1"></a>
<h3 class="section">22.6 <code>\today</code></h3>
@@ -9209,7 +9269,7 @@ Previous: <a href="#g_t_005crule" accesskey="p" rel="prev">\rule</a>, Subir: <a
<p>La instrucción <code>\today</code> produce la fecha de hoy, en formato
&lsquo;<samp><var>mes</var> <var>dd</var>, <var>aaaa</var></samp>&rsquo;; por ejemplo, &lsquo;Julio 04 1976&rsquo;.
Utiliza los contadores predefinidos <code>\day</code>, <code>\month</code>, y
-<code>\year</code> (v&eacute;ase <a href="#g_t_005cday-_005cmonth-_005cyear">\day \month \year</a>) para hacerlo. No se actualiza
+<code>\year</code> (see <a href="#g_t_005cday-_005cmonth-_005cyear">\day \month \year</a>) para hacerlo. No se actualiza
cuando se ejecuta el programa.
</p>
<a name="index-paquete-datetime"></a>
@@ -9221,7 +9281,7 @@ variedad de formatos de fecha.
<a name="Dividiendo-la-Entrada"></a>
<div class="header">
<p>
-Siguiente: <a href="#Asuntos-de-Portada_002fContraportada" accesskey="n" rel="next">Asuntos de Portada/Contraportada</a>, Previous: <a href="#Inserciones-Especiales" accesskey="p" rel="prev">Inserciones Especiales</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Asuntos-de-Portada_002fContraportada" accesskey="n" rel="next">Asuntos de Portada/Contraportada</a>, Previous: <a href="#Inserciones-Especiales" accesskey="p" rel="prev">Inserciones Especiales</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Dividiendo-la-Entrada-1"></a>
<h2 class="chapter">23 Dividiendo la Entrada</h2>
@@ -9248,7 +9308,7 @@ raíz; este es cuyo nombre se escribe cuando se ejecuta LaTeX.
<a name="g_t_005cinclude"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cincludeonly" accesskey="n" rel="next">\includeonly</a>, Subir: <a href="#Dividiendo-la-Entrada" accesskey="u" rel="up">Dividiendo la Entrada</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cincludeonly" accesskey="n" rel="next">\includeonly</a>, Up: <a href="#Dividiendo-la-Entrada" accesskey="u" rel="up">Dividiendo la Entrada</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cinclude-1"></a>
<h3 class="section">23.1 <code>\include</code></h3>
@@ -9262,7 +9322,7 @@ Siguiente: <a href="#g_t_005cincludeonly" accesskey="n" rel="next">\includeonly<
<p>No hay presente una instrucción <code>\includeonly</code>, la instrucción
<code>\include</code> executa <code>\clearpage</code> para iniciar una nueva página
-(v&eacute;ase <a href="#g_t_005cclearpage">\clearpage</a>), entonces lee el <var>archivo</var>, y luego hace otro
+(see <a href="#g_t_005cclearpage">\clearpage</a>), entonces lee el <var>archivo</var>, y luego hace otro
<code>\clearpage</code>.
</p>
<p>Dada una instrucción <code>\includeonly</code>, las acciones <code>\include</code>
@@ -9278,7 +9338,7 @@ archivo leído por otra instrucción <code>\include</code>.
<a name="g_t_005cincludeonly"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cinput" accesskey="n" rel="next">\input</a>, Previous: <a href="#g_t_005cinclude" accesskey="p" rel="prev">\include</a>, Subir: <a href="#Dividiendo-la-Entrada" accesskey="u" rel="up">Dividiendo la Entrada</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cinput" accesskey="n" rel="next">\input</a>, Previous: <a href="#g_t_005cinclude" accesskey="p" rel="prev">\include</a>, Up: <a href="#Dividiendo-la-Entrada" accesskey="u" rel="up">Dividiendo la Entrada</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cincludeonly-1"></a>
<h3 class="section">23.2 <code>\includeonly</code></h3>
@@ -9303,7 +9363,7 @@ exactamente con un nombre de archivo especificado en una instrucción
<a name="g_t_005cinput"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cincludeonly" accesskey="p" rel="prev">\includeonly</a>, Subir: <a href="#Dividiendo-la-Entrada" accesskey="u" rel="up">Dividiendo la Entrada</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005cincludeonly" accesskey="p" rel="prev">\includeonly</a>, Up: <a href="#Dividiendo-la-Entrada" accesskey="u" rel="up">Dividiendo la Entrada</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cinput-1"></a>
<h3 class="section">23.3 <code>\input</code></h3>
@@ -9329,7 +9389,7 @@ intenta con (&lsquo;<samp>foo</samp>&rsquo; o &lsquo;<samp>foo.bar</samp>&rsquo;
<a name="Asuntos-de-Portada_002fContraportada"></a>
<div class="header">
<p>
-Siguiente: <a href="#Cartas" accesskey="n" rel="next">Cartas</a>, Previous: <a href="#Dividiendo-la-Entrada" accesskey="p" rel="prev">Dividiendo la Entrada</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Cartas" accesskey="n" rel="next">Cartas</a>, Previous: <a href="#Dividiendo-la-Entrada" accesskey="p" rel="prev">Dividiendo la Entrada</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Asuntos-de-Portada_002fContraportada-1"></a>
<h2 class="chapter">24 Asuntos de Portada/Contraportada</h2>
@@ -9348,7 +9408,7 @@ Siguiente: <a href="#Cartas" accesskey="n" rel="next">Cartas</a>, Previous: <a h
<a name="Tablas-de-Contenido"></a>
<div class="header">
<p>
-Siguiente: <a href="#Glosarios" accesskey="n" rel="next">Glosarios</a>, Subir: <a href="#Asuntos-de-Portada_002fContraportada" accesskey="u" rel="up">Asuntos de Portada/Contraportada</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Glosarios" accesskey="n" rel="next">Glosarios</a>, Up: <a href="#Asuntos-de-Portada_002fContraportada" accesskey="u" rel="up">Asuntos de Portada/Contraportada</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Tablas-de-Contenido-1"></a>
<h3 class="section">24.1 Tablas de Contenido</h3>
@@ -9388,7 +9448,7 @@ Cada una funciona exactamente igual que la tabla de contenido.
<a name="g_t_005caddcontentsline"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005caddtocontents" accesskey="n" rel="next">\addtocontents</a>, Subir: <a href="#Tablas-de-Contenido" accesskey="u" rel="up">Tablas de Contenido</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005caddtocontents" accesskey="n" rel="next">\addtocontents</a>, Up: <a href="#Tablas-de-Contenido" accesskey="u" rel="up">Tablas de Contenido</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005caddcontentsline-1"></a>
<h4 class="subsection">24.1.1 \addcontentsline</h4>
@@ -9439,7 +9499,7 @@ es la instrucción <code>\contentsline{<var>undad</var>}{<var>nombre</var>}</cod
<a name="g_t_005caddtocontents"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005caddcontentsline" accesskey="p" rel="prev">\addcontentsline</a>, Subir: <a href="#Tablas-de-Contenido" accesskey="u" rel="up">Tablas de Contenido</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005caddcontentsline" accesskey="p" rel="prev">\addcontentsline</a>, Up: <a href="#Tablas-de-Contenido" accesskey="u" rel="up">Tablas de Contenido</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005caddtocontents-1"></a>
<h4 class="subsection">24.1.2 \addtocontents</h4>
@@ -9467,7 +9527,7 @@ de tablas).
<a name="Glosarios"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_00cdndices" accesskey="n" rel="next">Índices</a>, Previous: <a href="#Tablas-de-Contenido" accesskey="p" rel="prev">Tablas de Contenido</a>, Subir: <a href="#Asuntos-de-Portada_002fContraportada" accesskey="u" rel="up">Asuntos de Portada/Contraportada</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_00cdndices" accesskey="n" rel="next">Índices</a>, Previous: <a href="#Tablas-de-Contenido" accesskey="p" rel="prev">Tablas de Contenido</a>, Up: <a href="#Asuntos-de-Portada_002fContraportada" accesskey="u" rel="up">Asuntos de Portada/Contraportada</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Glosarios-1"></a>
<h3 class="section">24.2 Glosarios</h3>
@@ -9487,7 +9547,7 @@ glosario para <var>texto</var> a un archivo auxiliar con la extensión
<code>\glossaryentry{<var>texto</var>}{<var>no-de-página</var>}</code>, donde
<var>no-de-página</var> es el valor de <code>\thepage</code>.
</p>
-<p>El paquete <code>glossary</code> en <acronym>CTAN</acronym> proporciona compatibilidad para
+<p>El paquete <code>glossary</code> en CTAN proporciona compatibilidad para
glosarios más sofisticados.
</p>
@@ -9495,7 +9555,7 @@ glosarios más sofisticados.
<a name="g_t_00cdndices"></a>
<div class="header">
<p>
-Previous: <a href="#Glosarios" accesskey="p" rel="prev">Glosarios</a>, Subir: <a href="#Asuntos-de-Portada_002fContraportada" accesskey="u" rel="up">Asuntos de Portada/Contraportada</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#Glosarios" accesskey="p" rel="prev">Glosarios</a>, Up: <a href="#Asuntos-de-Portada_002fContraportada" accesskey="u" rel="up">Asuntos de Portada/Contraportada</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Indices"></a>
<h3 class="section">24.3 Índices</h3>
@@ -9567,7 +9627,7 @@ en
<a name="Cartas"></a>
<div class="header">
<p>
-Siguiente: <a href="#Entrada_002fSalida-a-la-Terminal" accesskey="n" rel="next">Entrada/Salida a la Terminal</a>, Previous: <a href="#Asuntos-de-Portada_002fContraportada" accesskey="p" rel="prev">Asuntos de Portada/Contraportada</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Entrada_002fSalida-a-la-Terminal" accesskey="n" rel="next">Entrada/Salida a la Terminal</a>, Previous: <a href="#Asuntos-de-Portada_002fContraportada" accesskey="p" rel="prev">Asuntos de Portada/Contraportada</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Cartas-1"></a>
<h2 class="chapter">25 Cartas</h2>
@@ -9650,7 +9710,7 @@ elementos.
<a name="g_t_005caddress"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005ccc" accesskey="n" rel="next">\cc</a>, Subir: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005ccc" accesskey="n" rel="next">\cc</a>, Up: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005caddress_007bdireccion_002ddel_002dremitente_007d"></a>
<h3 class="section">25.1 \address{<var>dirección-del-remitente}</var></h3>
@@ -9663,7 +9723,7 @@ líneas de la dirección que deben estar separadas por instrucciones
</p>
<p>Si usted no proporciona una declaración <code>\address</code>, entonces, se
aplicará a la carta el formato de copia en papel con el membrete
-estándar de su organización. (V&eacute;ase <a href="#Descripci_00f3n">Descripción</a>, para obtener detalles
+estándar de su organización. (See <a href="#Descripci_00f3n">Descripción</a>, para obtener detalles
sobre la implementación local). Si usted proporciona una declaración
<code>\address</code>, entonces, la carta será formateada como una carta
personal.
@@ -9673,7 +9733,7 @@ personal.
<a name="g_t_005ccc"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cclosing" accesskey="n" rel="next">\closing</a>, Previous: <a href="#g_t_005caddress" accesskey="p" rel="prev">\address</a>, Subir: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cclosing" accesskey="n" rel="next">\closing</a>, Previous: <a href="#g_t_005caddress" accesskey="p" rel="prev">\address</a>, Up: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ccc-1"></a>
<h3 class="section">25.2 <code>\cc</code></h3>
@@ -9695,7 +9755,7 @@ Cada nombre se imprime en una línea separada.
<a name="g_t_005cclosing"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cencl" accesskey="n" rel="next">\encl</a>, Previous: <a href="#g_t_005ccc" accesskey="p" rel="prev">\cc</a>, Subir: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cencl" accesskey="n" rel="next">\encl</a>, Previous: <a href="#g_t_005ccc" accesskey="p" rel="prev">\cc</a>, Up: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cclosing-1"></a>
<h3 class="section">25.3 <code>\closing</code></h3>
@@ -9720,7 +9780,7 @@ Siguiente: <a href="#g_t_005cencl" accesskey="n" rel="next">\encl</a>, Previous:
<a name="g_t_005cencl"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005clocation" accesskey="n" rel="next">\location</a>, Previous: <a href="#g_t_005cclosing" accesskey="p" rel="prev">\closing</a>, Subir: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005clocation" accesskey="n" rel="next">\location</a>, Previous: <a href="#g_t_005cclosing" accesskey="p" rel="prev">\closing</a>, Up: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cencl-1"></a>
<h3 class="section">25.4 <code>\encl</code></h3>
@@ -9741,7 +9801,7 @@ Siguiente: <a href="#g_t_005clocation" accesskey="n" rel="next">\location</a>, P
<a name="g_t_005clocation"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cmakelabels" accesskey="n" rel="next">\makelabels</a>, Previous: <a href="#g_t_005cencl" accesskey="p" rel="prev">\encl</a>, Subir: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cmakelabels" accesskey="n" rel="next">\makelabels</a>, Previous: <a href="#g_t_005cencl" accesskey="p" rel="prev">\encl</a>, Up: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005clocation-1"></a>
<h3 class="section">25.5 <code>\location</code></h3>
@@ -9757,7 +9817,7 @@ aparece si el estilo de página <code>firstpage</code> está seleccionado.
<a name="g_t_005cmakelabels"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cname" accesskey="n" rel="next">\name</a>, Previous: <a href="#g_t_005clocation" accesskey="p" rel="prev">\location</a>, Subir: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cname" accesskey="n" rel="next">\name</a>, Previous: <a href="#g_t_005clocation" accesskey="p" rel="prev">\location</a>, Up: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cmakelabels-1"></a>
<h3 class="section">25.6 <code>\makelabels</code></h3>
@@ -9775,7 +9835,7 @@ cartas.
<a name="g_t_005cname"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005copening" accesskey="n" rel="next">\opening</a>, Previous: <a href="#g_t_005cmakelabels" accesskey="p" rel="prev">\makelabels</a>, Subir: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005copening" accesskey="n" rel="next">\opening</a>, Previous: <a href="#g_t_005cmakelabels" accesskey="p" rel="prev">\makelabels</a>, Up: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cname-1"></a>
<h3 class="section">25.7 <code>\name</code></h3>
@@ -9791,7 +9851,7 @@ del remitente.
<a name="g_t_005copening"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cps" accesskey="n" rel="next">\ps</a>, Previous: <a href="#g_t_005cname" accesskey="p" rel="prev">\name</a>, Subir: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cps" accesskey="n" rel="next">\ps</a>, Previous: <a href="#g_t_005cname" accesskey="p" rel="prev">\name</a>, Up: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005copening_007btexto_007d"></a>
<h3 class="section">25.8 <code>\opening{<var>texto</var>}</code></h3>
@@ -9817,7 +9877,7 @@ Por ejemplo:
<a name="g_t_005cps"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005csignature" accesskey="n" rel="next">\signature</a>, Previous: <a href="#g_t_005copening" accesskey="p" rel="prev">\opening</a>, Subir: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005csignature" accesskey="n" rel="next">\signature</a>, Previous: <a href="#g_t_005copening" accesskey="p" rel="prev">\opening</a>, Up: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cps-1"></a>
<h3 class="section">25.9 <code>\ps</code></h3>
@@ -9832,7 +9892,7 @@ después de <code>\closing</code>.
<a name="g_t_005csignature"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cstartbreaks" accesskey="n" rel="next">\startbreaks</a>, Previous: <a href="#g_t_005cps" accesskey="p" rel="prev">\ps</a>, Subir: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cstartbreaks" accesskey="n" rel="next">\startbreaks</a>, Previous: <a href="#g_t_005cps" accesskey="p" rel="prev">\ps</a>, Up: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csignature_007btexto_007d"></a>
<h3 class="section">25.10 <code>\signature{<var>texto</var>}</code></h3>
@@ -9847,7 +9907,7 @@ como de costumbre.
<a name="g_t_005cstartbreaks"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005cstopbreaks" accesskey="n" rel="next">\stopbreaks</a>, Previous: <a href="#g_t_005csignature" accesskey="p" rel="prev">\signature</a>, Subir: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005cstopbreaks" accesskey="n" rel="next">\stopbreaks</a>, Previous: <a href="#g_t_005csignature" accesskey="p" rel="prev">\signature</a>, Up: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cstartbreaks-1"></a>
<h3 class="section">25.11 <code>\startbreaks</code></h3>
@@ -9864,7 +9924,7 @@ nuevo los saltos de página.
<a name="g_t_005cstopbreaks"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005ctelephone" accesskey="n" rel="next">\telephone</a>, Previous: <a href="#g_t_005cstartbreaks" accesskey="p" rel="prev">\startbreaks</a>, Subir: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005ctelephone" accesskey="n" rel="next">\telephone</a>, Previous: <a href="#g_t_005cstartbreaks" accesskey="p" rel="prev">\startbreaks</a>, Up: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cstopbreaks-1"></a>
<h3 class="section">25.12 <code>\stopbreaks</code></h3>
@@ -9881,7 +9941,7 @@ Siguiente: <a href="#g_t_005ctelephone" accesskey="n" rel="next">\telephone</a>,
<a name="g_t_005ctelephone"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cstopbreaks" accesskey="p" rel="prev">\stopbreaks</a>, Subir: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005cstopbreaks" accesskey="p" rel="prev">\stopbreaks</a>, Up: <a href="#Cartas" accesskey="u" rel="up">Cartas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ctelephone-1"></a>
<h3 class="section">25.13 <code>\telephone</code></h3>
@@ -9897,7 +9957,7 @@ Previous: <a href="#g_t_005cstopbreaks" accesskey="p" rel="prev">\stopbreaks</a>
<a name="Entrada_002fSalida-a-la-Terminal"></a>
<div class="header">
<p>
-Siguiente: <a href="#L_00ednea-de-_00d3rdenes" accesskey="n" rel="next">Línea de Órdenes</a>, Previous: <a href="#Cartas" accesskey="p" rel="prev">Cartas</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#L_00ednea-de-_00d3rdenes" accesskey="n" rel="next">Línea de Órdenes</a>, Previous: <a href="#Cartas" accesskey="p" rel="prev">Cartas</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Entrada_002fSalida-a-la-Terminal-1"></a>
<h2 class="chapter">26 Entrada/Salida a la Terminal</h2>
@@ -9916,7 +9976,7 @@ Siguiente: <a href="#L_00ednea-de-_00d3rdenes" accesskey="n" rel="next">Línea d
<a name="g_t_005ctypein"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_005ctypeout" accesskey="n" rel="next">\typeout</a>, Subir: <a href="#Entrada_002fSalida-a-la-Terminal" accesskey="u" rel="up">Entrada/Salida a la Terminal</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_005ctypeout" accesskey="n" rel="next">\typeout</a>, Up: <a href="#Entrada_002fSalida-a-la-Terminal" accesskey="u" rel="up">Entrada/Salida a la Terminal</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ctypein_005binstruccion_005d_007bmensaje_007d"></a>
<h3 class="section">26.1 <code>\typein[<var>instrucción</var>]{<var>mensaje</var>}</code></h3>
@@ -9942,7 +10002,7 @@ define o redefine la entrada escrita.
<a name="g_t_005ctypeout"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005ctypein" accesskey="p" rel="prev">\typein</a>, Subir: <a href="#Entrada_002fSalida-a-la-Terminal" accesskey="u" rel="up">Entrada/Salida a la Terminal</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_005ctypein" accesskey="p" rel="prev">\typein</a>, Up: <a href="#Entrada_002fSalida-a-la-Terminal" accesskey="u" rel="up">Entrada/Salida a la Terminal</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ctypeout_007bmensaje_007d"></a>
<h3 class="section">26.2 <code>\typeout{<var>mensaje</var>}</code></h3>
@@ -9971,7 +10031,7 @@ sencillo, independientemente de los espacios circundantes. Una
<a name="L_00ednea-de-_00d3rdenes"></a>
<div class="header">
<p>
-Siguiente: <a href="#Plantillas-de-Documento" accesskey="n" rel="next">Plantillas de Documento</a>, Previous: <a href="#Entrada_002fSalida-a-la-Terminal" accesskey="p" rel="prev">Entrada/Salida a la Terminal</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Plantillas-de-Documento" accesskey="n" rel="next">Plantillas de Documento</a>, Previous: <a href="#Entrada_002fSalida-a-la-Terminal" accesskey="p" rel="prev">Entrada/Salida a la Terminal</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Linea-de-Ordenes"></a>
<h2 class="chapter">27 Línea de Órdenes</h2>
@@ -10003,7 +10063,7 @@ ejemplo,
<a name="Plantillas-de-Documento"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_00cdndice-de-Conceptos" accesskey="n" rel="next">Índice de Conceptos</a>, Previous: <a href="#L_00ednea-de-_00d3rdenes" accesskey="p" rel="prev">Línea de Órdenes</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#License-translation" accesskey="n" rel="next">License translation</a>, Previous: <a href="#L_00ednea-de-_00d3rdenes" accesskey="p" rel="prev">Línea de Órdenes</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Plantillas-de-Documento-1"></a>
<h2 class="appendix">Appendix A Plantillas de Documento</h2>
@@ -10026,7 +10086,7 @@ documento serán de utilidad.
<a name="Plantilla-book"></a>
<div class="header">
<p>
-Siguiente: <a href="#Plantilla-beamer" accesskey="n" rel="next">Plantilla beamer</a>, Subir: <a href="#Plantillas-de-Documento" accesskey="u" rel="up">Plantillas de Documento</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Plantilla-beamer" accesskey="n" rel="next">Plantilla beamer</a>, Up: <a href="#Plantillas-de-Documento" accesskey="u" rel="up">Plantillas de Documento</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Plantilla-book-1"></a>
<h3 class="section">A.1 Plantilla <code>book</code></h3>
@@ -10055,7 +10115,7 @@ El final.
<a name="Plantilla-beamer"></a>
<div class="header">
<p>
-Siguiente: <a href="#Plantilla-tugboat" accesskey="n" rel="next">Plantilla tugboat</a>, Previous: <a href="#Plantilla-book" accesskey="p" rel="prev">Plantilla book</a>, Subir: <a href="#Plantillas-de-Documento" accesskey="u" rel="up">Plantillas de Documento</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#Plantilla-tugboat" accesskey="n" rel="next">Plantilla tugboat</a>, Previous: <a href="#Plantilla-book" accesskey="p" rel="prev">Plantilla book</a>, Up: <a href="#Plantillas-de-Documento" accesskey="u" rel="up">Plantillas de Documento</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Plantilla-beamer-1"></a>
<h3 class="section">A.2 Plantilla <code>beamer</code></h3>
@@ -10092,7 +10152,7 @@ Siguiente: <a href="#Plantilla-tugboat" accesskey="n" rel="next">Plantilla tugbo
<a name="Plantilla-tugboat"></a>
<div class="header">
<p>
-Previous: <a href="#Plantilla-beamer" accesskey="p" rel="prev">Plantilla beamer</a>, Subir: <a href="#Plantillas-de-Documento" accesskey="u" rel="up">Plantillas de Documento</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#Plantilla-beamer" accesskey="p" rel="prev">Plantilla beamer</a>, Up: <a href="#Plantillas-de-Documento" accesskey="u" rel="up">Plantillas de Documento</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Plantilla-tugboat-1"></a>
<h3 class="section">A.3 Plantilla <code>tugboat</code></h3>
@@ -10181,17 +10241,42 @@ dudas.
\makesignature % no en ltugproc
\end{document}
</pre>
+<hr>
+<a name="License-translation"></a>
+<div class="header">
+<p>
+Next: <a href="#Plantillas-de-Documento" accesskey="n" rel="next">Plantillas de Documento</a>, Previous: <a href="#g_t_00cdndice-de-Conceptos" accesskey="p" rel="prev">Índice de Conceptos</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
+</div>
+<a name="Traduccion-de-la-licencia"></a>
+<h2 class="appendix">Appendix B Traducción de la licencia</h2>
+<p>La traducción que sigue es dada únicamente como informaciòn, y no
+reemplaza el texto en inglés dado al principio de este documento.
+</p>
+<p>Se concede permiso para hacer y distribuir copias literales de este
+manual siempre que el aviso de copyright y esta nota de permiso se
+conserven en todas las copias.
+</p>
+
+<p>Se concede permiso para copiar y distribuir versiones modificadas de
+este manual bajo las condiciones para una copia literal, a condición de
+que todo el trabajo derivado resultante se distribuya bajo los términos
+de una nota de permiso idéntica a ésta.
+</p>
+<p>Se concede permiso para copiar y distribuir traducciones de este manual
+a otro idioma, con las condiciones anteriores para versiones
+modificadas.
+</p>
<hr>
<a name="g_t_00cdndice-de-Conceptos"></a>
<div class="header">
<p>
-Siguiente: <a href="#g_t_00cdndice-de-Instrucciones" accesskey="n" rel="next">Índice de Instrucciones</a>, Previous: <a href="#Plantillas-de-Documento" accesskey="p" rel="prev">Plantillas de Documento</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Next: <a href="#g_t_00cdndice-de-Instrucciones" accesskey="n" rel="next">Índice de Instrucciones</a>, Previous: <a href="#License-translation" accesskey="p" rel="prev">License translation</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Indice-de-Conceptos"></a>
<h2 class="unnumbered">Índice de Conceptos</h2>
-<table><tr><th valign="top">Saltar a: &nbsp; </th><td><a class="summary-letter" href="#g_t_00cdndice-de-Conceptos_cp_symbol-1"><b>*</b></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#g_t_00cdndice-de-Conceptos_cp_symbol-1"><b>*</b></a>
&nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Conceptos_cp_symbol-2"><b>\</b></a>
&nbsp;
@@ -10248,7 +10333,7 @@ Siguiente: <a href="#g_t_00cdndice-de-Instrucciones" accesskey="n" rel="next">Í
&nbsp;
</td></tr></table>
<table class="index-cp" border="0">
-<tr><td></td><th align="left">Entrada de &iacute;ndice</th><td>&nbsp;</td><th align="left"> Secci&oacute;n</th></tr>
+<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="g_t_00cdndice-de-Conceptos_cp_symbol-1">*</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002a-apuntador">&lsquo;<samp>*</samp>&rsquo; apuntador</a>:</td><td>&nbsp;</td><td valign="top"><a href="#L_00ednea-de-_00d3rdenes">Línea de Órdenes</a></td></tr>
@@ -10487,7 +10572,6 @@ Siguiente: <a href="#g_t_00cdndice-de-Instrucciones" accesskey="n" rel="next">Í
<tr><td></td><td valign="top"><a href="#index-instrucciones-fragiles">instrucciones frágiles</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cprotect">\protect</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-instrucciones-robustas">instrucciones robustas</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cprotect">\protect</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-instrucciones_002c-definiendo-nuevas">instrucciones, definiendo nuevas</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewcommand-y-_005crenewcommand">\newcommand y \renewcommand</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-instruccion-inicial">instrucción inicial</a>:</td><td>&nbsp;</td><td valign="top"><a href="#filecontents">filecontents</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-interlineado-doble">interlineado doble</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Instrucciones-de-Bajo-Nivel-para-el-Tipo-de-Letra">Instrucciones de Bajo Nivel para el Tipo de Letra</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-interrogacion_002c-inicial">interrogación, inicial</a>:</td><td>&nbsp;</td><td valign="top"><a href="#S_00edmbolos-de-Texto">Símbolos de Texto</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-islandes-eth">islandés eth</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Caracteres-no-Ingleses">Caracteres no Ingleses</a></td></tr>
@@ -10740,7 +10824,7 @@ Siguiente: <a href="#g_t_00cdndice-de-Instrucciones" accesskey="n" rel="next">Í
<tr><td></td><td valign="top"><a href="#index-indices">índices</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_00cdndices">Índices</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
</table>
-<table><tr><th valign="top">Saltar a: &nbsp; </th><td><a class="summary-letter" href="#g_t_00cdndice-de-Conceptos_cp_symbol-1"><b>*</b></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#g_t_00cdndice-de-Conceptos_cp_symbol-1"><b>*</b></a>
&nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Conceptos_cp_symbol-2"><b>\</b></a>
&nbsp;
@@ -10801,12 +10885,12 @@ Siguiente: <a href="#g_t_00cdndice-de-Instrucciones" accesskey="n" rel="next">Í
<a name="g_t_00cdndice-de-Instrucciones"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_00cdndice-de-Conceptos" accesskey="p" rel="prev">Índice de Conceptos</a>, Subir: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="&Iacute;ndice general" rel="contents">&Iacute;ndice general</a>][<a href="#g_t_00cdndice-de-Conceptos" title="&Iacute;ndice" rel="index">&Iacute;ndice</a>]</p>
+Previous: <a href="#g_t_00cdndice-de-Conceptos" accesskey="p" rel="prev">Índice de Conceptos</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#g_t_00cdndice-de-Conceptos" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Indice-de-Instrucciones"></a>
<h2 class="unnumbered">Índice de Instrucciones</h2>
-<table><tr><th valign="top">Saltar a: &nbsp; </th><td><a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_symbol-1"><b>$</b></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_symbol-1"><b>$</b></a>
&nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_symbol-2"><b>@</b></a>
&nbsp;
@@ -10821,6 +10905,8 @@ Previous: <a href="#g_t_00cdndice-de-Conceptos" accesskey="p" rel="prev">Índice
&nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-C"><b>C</b></a>
&nbsp;
+<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-D"><b>D</b></a>
+ &nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-E"><b>E</b></a>
&nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-F"><b>F</b></a>
@@ -10829,6 +10915,8 @@ Previous: <a href="#g_t_00cdndice-de-Conceptos" accesskey="p" rel="prev">Índice
&nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-L"><b>L</b></a>
&nbsp;
+<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-M"><b>M</b></a>
+ &nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-O"><b>O</b></a>
&nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-P"><b>P</b></a>
@@ -10837,9 +10925,11 @@ Previous: <a href="#g_t_00cdndice-de-Conceptos" accesskey="p" rel="prev">Índice
&nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-T"><b>T</b></a>
&nbsp;
+<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-V"><b>V</b></a>
+ &nbsp;
</td></tr></table>
<table class="index-fn" border="0">
-<tr><td></td><th align="left">Entrada de &iacute;ndice</th><td>&nbsp;</td><th align="left"> Secci&oacute;n</th></tr>
+<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="g_t_00cdndice-de-Instrucciones_fn_symbol-1">$</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-_0024"><code>$</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#F_00f3rmulas-Matem_00e1ticas">Fórmulas Matemáticas</a></td></tr>
@@ -11022,7 +11112,6 @@ Previous: <a href="#g_t_00cdndice-de-Conceptos" accesskey="p" rel="prev">Índice
<tr><td></td><td valign="top"><a href="#index-_005cdj"><code>\dj</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Caracteres-no-Ingleses">Caracteres no Ingleses</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_005cDJ"><code>\DJ</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Caracteres-no-Ingleses">Caracteres no Ingleses</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_005cdocumentclass"><code>\documentclass</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Clases-de-Documento">Clases de Documento</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005cdocumentclass_002c-intrucciones-delantes-de"><code>\documentclass, intrucciones delantes de</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#filecontents">filecontents</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_005cdot"><code>\dot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Acentos-Matem_00e1ticos">Acentos Matemáticos</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_005cdoteq"><code>\doteq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#S_00edmbolos-Matem_00e1ticos">Símbolos Matemáticos</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_005cdotfill"><code>\dotfill</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cdotfill">\dotfill</a></td></tr>
@@ -11463,7 +11552,7 @@ Previous: <a href="#g_t_00cdndice-de-Conceptos" accesskey="p" rel="prev">Índice
<tr><td></td><td valign="top"><a href="#index-_005ctextcopyright"><code>\textcopyright</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#S_00edmbolos-de-Texto">Símbolos de Texto</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_005ctextdagger"><code>\textdagger</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#S_00edmbolos-de-Texto">Símbolos de Texto</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_005ctextdaggerdbl"><code>\textdaggerdbl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#S_00edmbolos-de-Texto">Símbolos de Texto</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-_005ctextdollar-_0028o-_0024_0029"><code>\textdollar <span class="roman">(o <code>$</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#S_00edmbolos-de-Texto">Símbolos de Texto</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-_005ctextdollar-_0028o-_005c_0024_0029"><code>\textdollar <span class="roman">(o <code>\$</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#S_00edmbolos-de-Texto">Símbolos de Texto</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_005ctextellipsis"><code>\textellipsis</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#S_00edmbolos-de-Texto">Símbolos de Texto</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_005ctextemdash-_0028o-_002d_002d_002d_0029"><code>\textemdash <span class="roman">(o <code>---</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#S_00edmbolos-de-Texto">Símbolos de Texto</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_005ctextendash-_0028o-_002d_002d_0029"><code>\textendash <span class="roman">(o <code>--</code>)</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#S_00edmbolos-de-Texto">Símbolos de Texto</a></td></tr>
@@ -11617,10 +11706,12 @@ Previous: <a href="#g_t_00cdndice-de-Conceptos" accesskey="p" rel="prev">Índice
<tr><td></td><td valign="top"><a href="#index-_005f"><code>_</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Sub_00edndices-y-Super_00edndices">Subíndices y Superíndices</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="g_t_00cdndice-de-Instrucciones_fn_letter-A">A</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-array-entorno"><code>array <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#array">array</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-abstract_002c-entorno"><code><code>abstract</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#abstract">abstract</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-array_002c-entorno"><code><code>array</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#array">array</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="g_t_00cdndice-de-Instrucciones_fn_letter-C">C</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-caja-lR"><code>caja lR</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#picture">picture</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-center_002c-entorno"><code><code>center</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#center">center</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-clase-article"><code><span class="roman">clase</span> article</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Clases-de-Documento">Clases de Documento</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-clase-book"><code><span class="roman">clase</span> book</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Clases-de-Documento">Clases de Documento</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-clase-letter"><code><span class="roman">clase</span> letter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Clases-de-Documento">Clases de Documento</a></td></tr>
@@ -11628,44 +11719,75 @@ Previous: <a href="#g_t_00cdndice-de-Conceptos" accesskey="p" rel="prev">Índice
<tr><td></td><td valign="top"><a href="#index-clase-slides"><code><span class="roman">clase</span> slides</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Clases-de-Documento">Clases de Documento</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-contador-secnumdepth"><code><span class="roman">contador</span> secnumdepth</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Seccionado">Seccionado</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="g_t_00cdndice-de-Instrucciones_fn_letter-D">D</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="#index-description_002c-entorno"><code><code>description</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#description">description</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-displaymath_002c-entorno"><code><code>displaymath</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#displaymath">displaymath</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-displaymath_002c-entorno-1"><code><code>displaymath</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#F_00f3rmulas-Matem_00e1ticas">Fórmulas Matemáticas</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-document_002c-entorno"><code><code>document</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#document">document</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="g_t_00cdndice-de-Instrucciones_fn_letter-E">E</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-ejemplo-_005cAlph"><code><span class="roman">ejemplo</span> \Alph</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#enumerate">enumerate</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ejemplo-_005cparskip"><code><span class="roman">ejemplo</span> \parskip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-flushleft"><code><span class="roman">entorno</span> flushleft</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#flushleft">flushleft</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-itemize"><code><span class="roman">entorno</span> itemize</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-abstract"><code><span class="roman">entorno</span> abstract</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#abstract">abstract</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-center"><code><span class="roman">entorno</span> center</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#center">center</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-description"><code><span class="roman">entorno</span> description</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#description">description</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-displaymath"><code><span class="roman">entorno</span> displaymath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#displaymath">displaymath</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-displaymath-1"><code><span class="roman">entorno</span> displaymath</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#F_00f3rmulas-Matem_00e1ticas">Fórmulas Matemáticas</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-document"><code><span class="roman">entorno</span> document</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#document">document</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-enumerate"><code><span class="roman">entorno</span> enumerate</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#enumerate">enumerate</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-eqnarray"><code><span class="roman">entorno</span> eqnarray</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#eqnarray">eqnarray</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-equation"><code><span class="roman">entorno</span> equation</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#equation">equation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-equation-1"><code><span class="roman">entorno</span> equation</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#F_00f3rmulas-Matem_00e1ticas">Fórmulas Matemáticas</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-flushright"><code><span class="roman">entorno</span> flushright</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#flushright">flushright</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-math"><code><span class="roman">entorno</span> math</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#math">math</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-math-1"><code><span class="roman">entorno</span> math</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#F_00f3rmulas-Matem_00e1ticas">Fórmulas Matemáticas</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-minipage"><code><span class="roman">entorno</span> minipage</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#minipage">minipage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-tabbing"><code><span class="roman">entorno</span> tabbing</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-tabular"><code><span class="roman">entorno</span> tabular</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabular">tabular</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-theorem"><code><span class="roman">entorno</span> theorem</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#theorem">theorem</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-titlepage"><code><span class="roman">entorno</span> titlepage</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#titlepage">titlepage</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-verbatim"><code><span class="roman">entorno</span> verbatim</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#verbatim">verbatim</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-entorno-verse"><code><span class="roman">entorno</span> verse</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#verse">verse</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-abstract"><code><span class="roman">entorno</span> <code>abstract</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#abstract">abstract</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-array"><code><span class="roman">entorno</span> <code>array</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#array">array</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-center"><code><span class="roman">entorno</span> <code>center</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#center">center</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-description"><code><span class="roman">entorno</span> <code>description</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#description">description</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-displaymath"><code><span class="roman">entorno</span> <code>displaymath</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#displaymath">displaymath</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-displaymath-1"><code><span class="roman">entorno</span> <code>displaymath</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#F_00f3rmulas-Matem_00e1ticas">Fórmulas Matemáticas</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-document"><code><span class="roman">entorno</span> <code>document</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#document">document</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-enumerate"><code><span class="roman">entorno</span> <code>enumerate</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#enumerate">enumerate</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-eqnarray"><code><span class="roman">entorno</span> <code>eqnarray</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#eqnarray">eqnarray</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-equation"><code><span class="roman">entorno</span> <code>equation</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#equation">equation</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-equation-1"><code><span class="roman">entorno</span> <code>equation</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#F_00f3rmulas-Matem_00e1ticas">Fórmulas Matemáticas</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-figure"><code><span class="roman">entorno</span> <code>figure</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-filecontents"><code><span class="roman">entorno</span> <code>filecontents</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#filecontents">filecontents</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-filecontents_002a"><code><span class="roman">entorno</span> <code>filecontents*</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#filecontents">filecontents</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-flushleft"><code><span class="roman">entorno</span> <code>flushleft</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#flushleft">flushleft</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-flushright"><code><span class="roman">entorno</span> <code>flushright</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#flushright">flushright</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-itemize"><code><span class="roman">entorno</span> <code>itemize</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-letter"><code><span class="roman">entorno</span> <code>letter</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#letter">letter</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-list"><code><span class="roman">entorno</span> <code>list</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-math"><code><span class="roman">entorno</span> <code>math</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#math">math</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-math-1"><code><span class="roman">entorno</span> <code>math</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#F_00f3rmulas-Matem_00e1ticas">Fórmulas Matemáticas</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-minipage"><code><span class="roman">entorno</span> <code>minipage</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#minipage">minipage</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-picture"><code><span class="roman">entorno</span> <code>picture</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#picture">picture</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-quotation"><code><span class="roman">entorno</span> <code>quotation</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#quotation">quotation</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-quote"><code><span class="roman">entorno</span> <code>quote</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#quote">quote</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-tabbing"><code><span class="roman">entorno</span> <code>tabbing</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-table"><code><span class="roman">entorno</span> <code>table</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#table">table</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-tabular"><code><span class="roman">entorno</span> <code>tabular</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabular">tabular</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-thebibliography"><code><span class="roman">entorno</span> <code>thebibliography</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#thebibliography">thebibliography</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-theorem"><code><span class="roman">entorno</span> <code>theorem</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#theorem">theorem</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-titlepage"><code><span class="roman">entorno</span> <code>titlepage</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#titlepage">titlepage</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-verbatim"><code><span class="roman">entorno</span> <code>verbatim</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-entorno-verse"><code><span class="roman">entorno</span> <code>verse</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#verse">verse</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-enumerate_002c-entorno"><code><code>enumerate</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#enumerate">enumerate</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-eqnarray_002c-entorno"><code><code>eqnarray</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#eqnarray">eqnarray</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-equation_002c-entorno"><code><code>equation</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#equation">equation</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-equation_002c-entorno-1"><code><code>equation</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#F_00f3rmulas-Matem_00e1ticas">Fórmulas Matemáticas</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="g_t_00cdndice-de-Instrucciones_fn_letter-F">F</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-figure"><code>figure</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-figure_002c-entorno"><code><code>figure</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-filecontents_002a_002c-entorno"><code><code>filecontents*</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#filecontents">filecontents</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-filecontents_002c-entorno"><code><code>filecontents</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#filecontents">filecontents</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-flushleft_002c-entorno"><code><code>flushleft</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#flushleft">flushleft</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-flushright_002c-entorno"><code><code>flushright</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#flushright">flushright</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="g_t_00cdndice-de-Instrucciones_fn_letter-I">I</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-indexspace"><code>indexspace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_00cdndices">Índices</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-itemize_002c-entorno"><code><code>itemize</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#itemize">itemize</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="g_t_00cdndice-de-Instrucciones_fn_letter-L">L</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-latexrefman_002ddiscuss_0040gna_002eorg-direccion-de-correo-electronico"><code><a href="mailto:latexrefman-discuss@gna.org">latexrefman-discuss@gna.org</a> <span class="roman">dirección de correo electrónico</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Acerca-de-este-documento">Acerca de este documento</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-letter"><code>letter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#letter">letter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-list"><code>list</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#list">list</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-letter_002c-entorno"><code><code>letter</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#letter">letter</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-list_002c-entorno"><code><code>list</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#list">list</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lrbox"><code>lrbox</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#lrbox">lrbox</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="g_t_00cdndice-de-Instrucciones_fn_letter-M">M</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="#index-math_002c-entorno"><code><code>math</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#math">math</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-math_002c-entorno-1"><code><code>math</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#F_00f3rmulas-Matem_00e1ticas">Fórmulas Matemáticas</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-minipage_002c-entorno"><code><code>minipage</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#minipage">minipage</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="g_t_00cdndice-de-Instrucciones_fn_letter-O">O</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-opcion-10pt"><code><span class="roman">opción</span> 10pt</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Opciones-de-Clase-de-Documento">Opciones de Clase de Documento</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-opcion-11pt"><code><span class="roman">opción</span> 11pt</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Opciones-de-Clase-de-Documento">Opciones de Clase de Documento</a></td></tr>
@@ -11693,19 +11815,27 @@ Previous: <a href="#g_t_00cdndice-de-Conceptos" accesskey="p" rel="prev">Índice
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="g_t_00cdndice-de-Instrucciones_fn_letter-P">P</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-paquete-textcomp"><code><span class="roman">paquete</span> textcomp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#S_00edmbolos-de-Texto">Símbolos de Texto</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-picture"><code>picture</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#picture">picture</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-picture_002c-entorno"><code><code>picture</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#picture">picture</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-printindex"><code>printindex</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_00cdndices">Índices</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="g_t_00cdndice-de-Instrucciones_fn_letter-Q">Q</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-quotation"><code>quotation</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#quotation">quotation</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-quote"><code>quote</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#quote">quote</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-quotation_002c-entorno"><code><code>quotation</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#quotation">quotation</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-quote_002c-entorno"><code><code>quote</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#quote">quote</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="g_t_00cdndice-de-Instrucciones_fn_letter-T">T</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-table"><code>table</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#table">table</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-thebibliography"><code>thebibliography</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#thebibliography">thebibliography</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-tabbing_002c-entorno"><code><code>tabbing</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabbing">tabbing</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-table_002c-entorno"><code><code>table</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#table">table</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-tabular_002c-entorno"><code><code>tabular</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#tabular">tabular</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-thebibliography_002c-entorno"><code><code>thebibliography</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#thebibliography">thebibliography</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-theorem_002c-entorno"><code><code>theorem</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#theorem">theorem</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-titlepage_002c-entorno"><code><code>titlepage</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#titlepage">titlepage</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a name="g_t_00cdndice-de-Instrucciones_fn_letter-V">V</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="#index-verbatim_002c-entorno"><code><code>verbatim</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#verbatim">verbatim</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-verse_002c-entorno"><code><code>verse</code>, <span class="roman">entorno</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#verse">verse</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
</table>
-<table><tr><th valign="top">Saltar a: &nbsp; </th><td><a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_symbol-1"><b>$</b></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_symbol-1"><b>$</b></a>
&nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_symbol-2"><b>@</b></a>
&nbsp;
@@ -11720,6 +11850,8 @@ Previous: <a href="#g_t_00cdndice-de-Conceptos" accesskey="p" rel="prev">Índice
&nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-C"><b>C</b></a>
&nbsp;
+<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-D"><b>D</b></a>
+ &nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-E"><b>E</b></a>
&nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-F"><b>F</b></a>
@@ -11728,6 +11860,8 @@ Previous: <a href="#g_t_00cdndice-de-Conceptos" accesskey="p" rel="prev">Índice
&nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-L"><b>L</b></a>
&nbsp;
+<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-M"><b>M</b></a>
+ &nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-O"><b>O</b></a>
&nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-P"><b>P</b></a>
@@ -11736,6 +11870,8 @@ Previous: <a href="#g_t_00cdndice-de-Conceptos" accesskey="p" rel="prev">Índice
&nbsp;
<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-T"><b>T</b></a>
&nbsp;
+<a class="summary-letter" href="#g_t_00cdndice-de-Instrucciones_fn_letter-V"><b>V</b></a>
+ &nbsp;
</td></tr></table>
<hr>
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.pdf b/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.pdf
index 4dd3ffe5ae0..69c993eccb7 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.pdf
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.texi b/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.texi
index 66b7e776c90..a9325c79d7d 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.texi
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.texi
@@ -1,10 +1,11 @@
\input texinfo
-@c $Id: latex2e-es.texi 326 2015-05-07 18:30:57Z karl $
+@c $Id: latex2e-es.texi 570 2017-07-30 22:40:51Z vincentb1 $
@comment %**start of header (Esto es para ejecutar Texinfo en una región.)
@setfilename latex2e-es.info
@documentlanguage es
@documentencoding UTF-8
@set UPDATED Julio 2010
+@include common.texi
@settitle @LaTeX{}2e Manual de Referencia (@value{UPDATED})
@comment %**end of header (Esto es para ejecutar Texinfo en una región.)
@@ -14,7 +15,7 @@
@c xx mencionar \mathring
@c xx mencionar usrguide
@c xx mencionar ! combinar la colocación de flotantes, p.15 de la guía
-@c xx de usuario en http://ctan.org/tex-archive/info/latex-info/
+@c xx de usuario en http://www.ctan.org/pkg/latex-info (paquete CTAN latex-info)
@c
@c xx La composición tipográfica de source2e debería tener un índice con
@c xx todas las instrucciones del kernel, lo cual debería se un buen
@@ -46,30 +47,35 @@ utilización de @cite{Hypertext Help con @LaTeX{}}, por Sheldon Green, y
el Grupo de Usuarios @TeX{} como @cite{@TeX{}niques} número 10), como
material de referencia (no se copió texto directamente).
-Copyright 2010 Nacho Pacheco ---Traducción.@*
-Copyright 2007, 2008, 2009, 2010 Karl Berry.@*
+Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nacho Pacheco ---Traducción.@*
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Karl Berry.@*
Copyright 1988, 1994, 2007 Stephen Gilmore.@*
Copyright 1994, 1995, 1996 Torsten Martinsen.
-Se concede permiso para hacer y distribuir copias literales de este
-manual siempre que el aviso de copyright y esta nota de permiso se
-conserven en todas las copias.
+@vincentb{A continuación se encuentra la licencia bajo la cual es
+distribuido este manual@comma{} una traducción lo es dada en
+anexo@comma{} ver @ref{License translation}.,,20161124}
+
+@comment start of License
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
@ignore
-Se concede permiso para procesar este archivo a través de TeX e imprimir
-los resultados, siempre que el documento impreso lleve la copia de aviso
-de permiso previa idéntica a ésta a excepción de la supresión de este
-párrafo (este párrafo no es pertinente para el manual impreso).
+Permission is granted to process this file through TeX and print the
+results, provided the printed document carries copying permission
+notice identical to this one except for the removal of this paragraph
+(this paragraph not being relevant to the printed manual).
@end ignore
-Se concede permiso para copiar y distribuir versiones modificadas de
-este manual bajo las condiciones para una copia literal, a condición de
-que todo el trabajo derivado resultante se distribuya bajo los términos
-de una nota de permiso idéntica a ésta.
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
-Se concede permiso para copiar y distribuir traducciones de este manual
-a otro idioma, con las condiciones anteriores para versiones
-modificadas.
+Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions.
+@comment end of License
@end copying
@dircategory TeX
@@ -93,6 +99,28 @@ modificadas.
@shortcontents
@contents
+@c Best Effort Symbol
+@iftex
+@macro BES {utf8,math}
+@math{\math\}
+@end macro
+@macro BESU {utf8,math}
+@math{@code{@backslashchar{}\math\}}
+@end macro
+@end iftex
+@ifnottex
+@macro BES {utf8,math}
+\utf8\
+@end macro
+@macro BESU {utf8,math}
+\utf8\
+@end macro
+@end ifnottex
+@macro EnvIndex {env}
+@findex @r{entorno} @code{\env\}
+@findex @code{\env\}, @r{entorno}
+@end macro
+
@node Top
@top @LaTeX{}2e
@@ -131,6 +159,7 @@ pretende que cubra @LaTeX{}2e, que ha sido la versión estándar de
* Entrada/Salida a la Terminal:: Interacción del usuario.
* Línea de Órdenes:: Comportamiento independiente del sistema de la línea de órdenes.
* Plantillas de Documento:: Principales plantillas para diversas clases de documento.
+* Traducción de la licencia: License translation. Una traducciòn como informaciòn de la licencia.
* Índice de Conceptos:: Índice general.
* Índice de Instrucciones:: Lista alfabética de instrucciones @LaTeX{}.
@end menu
@@ -152,17 +181,17 @@ el proyecto @LaTeX{} está disponible allí.
@c begin vincentb1
@cindex informes de errores
-@findex @email{latexrefman-discuss@@gna.org} @r{dirección de correo electrónico}
+@findex @email{@value{LTXREFMAN_BUGS}} @r{dirección de correo electrónico}
@c end vincentb1
Una vez más, el presente documento no es oficial y no ha sido revisado
por los responsables del proyecto @LaTeX{}.
@c begin vincentb1
No enviar informes de error o cualquier otra cosa sobre este documento a
ellos. En su lugar, por favor, envíe todos comentarios a
-@email{latexrefman-discuss@@gna.org}.
+@email{@value{LTXREFMAN_BUGS}}.
La página principal de este documento es
-@url{http://home.gna.org/latexrefman}. Esa página tiene enlaces al
+@url{@value{LTXREFMAN_HOME_PAGE}}. Esa página tiene enlaces al
resultado actual de la compilación de este documento en varios formatos,
a fuentes, a listas de correo, y a otros infraestructura.
@@ -1178,7 +1207,7 @@ entorno comienza y termina de la misma manera:
@node abstract
@section @code{abstract}
-@findex @r{entorno} abstract
+@EnvIndex{abstract}
@cindex resúmenes
Sinopsis:
@@ -1193,7 +1222,7 @@ Entorno para producir un resumen, posiblemente de varios párrafos.
@node array
@section @code{array}
-@findex array @r{entorno}
+@EnvIndex{array}
@cindex matrices, matemáticas
Sinopsis:
@@ -1254,7 +1283,7 @@ El entorno @code{array} únicamente se puede utilizar en modo math.
@node center
@section @code{center}
-@findex @r{entorno} center
+@EnvIndex{center}
@cindex centrar texto, entorno para
Sinopsis:
@@ -1311,7 +1340,7 @@ segunda línea \\
@node description
@section @code{description}
-@findex @r{entorno} description
+@EnvIndex{description}
@cindex listas etiquetadas, creando
@cindex listas de descripción, creando
@@ -1348,7 +1377,7 @@ Para detalles acerca del espaciado en listas, vea @ref{itemize}.
@node displaymath
@section @code{displaymath}
-@findex @r{entorno} displaymath
+@EnvIndex{displaymath}
Sinopsis:
@@ -1378,7 +1407,7 @@ obtener un número de ecuación, utilice el entorno @code{equation}
@node document
@section @code{document}
-@findex @r{entorno} document
+@EnvIndex{document}
El entorno @code{document} encierra el cuerpo de un documento. este es
obligatorio en cada documento @LaTeX{}. @xref{Iniciando y Finalizando}.
@@ -1387,7 +1416,7 @@ obligatorio en cada documento @LaTeX{}. @xref{Iniciando y Finalizando}.
@node enumerate
@section @code{enumerate}
-@findex @r{entorno} enumerate
+@EnvIndex{enumerate}
@cindex lista de elementos, numerados
Sinopsis:
@@ -1449,7 +1478,7 @@ ejemplo, para hacer que el primer nivel use letras mayúsculas:
@node eqnarray
@section @code{eqnarray}
-@findex @r{entorno} eqnarray
+@EnvIndex{eqnarray}
@cindex ecuaciones, alineando
@cindex alineando Ecuaciones
@@ -1489,7 +1518,7 @@ estilo de visualización alinea a la izquierda en una caja de ancho cero.
@node equation
@section @code{equation}
-@findex @r{entorno} equation
+@EnvIndex{equation}
@cindex ecuaciones, entornos para
@cindex fórmulas, entornos para
@@ -1509,7 +1538,7 @@ derecho.
@node figure
@section @code{figure}
-@findex figure
+@EnvIndex{figure}
@cindex insertando figuras
@cindex figuras, insertando
@@ -1607,59 +1636,76 @@ antes de los flotantes; el predeterminado es @samp{.7}.
@end ftable
-@c begin vincentb1 20140227
+@c begin vincentb1 20160403
@node filecontents
@section @code{filecontents}: Crear un archivo externo
+@EnvIndex{filecontents}
+@EnvIndex{filecontents*}
Sinopsis:
@example
\begin@{filecontents@}@{@var{nombre-del-archivo}@}
-@var{contenido-del-archivo}
+@var{texto}
\end@{filecontents@}
-\documentclass@{@var{mi-clase-de-documento}@}
@end example
-@cindex instrucción inicial
-@findex \documentclass, intrucciones delantes de
-El entorno @code{filecontents} es una @dfn{instrucción inicial}@tie{}: es
-decir que se puedo usarlo solo al delante de la declaración
-@code{\documentclass}.
+o
+
+@example
+\begin@{filecontents*@}@{@var{nombre-del-archivo}@}
+@var{texto}
+\end@{filecontents*@}
+@end example
@LaTeX{} crea un archivo llamado @var{nombre-del-archivo} cuyo contenido
-es @var{contenido-del-archivo} con un comentario de cabecera que indica
-cómo y cuando se generó el archivo. Si el archivo ya existe, entonces
-nada lo hará suceder.
+es @var{texto}. El entorno sin @code{*} pone comentario de cabecera ;
+ver el ejemplo más abajo. Con @code{*} @code{filecontents*} no incluye
+el comentario de cabecera.
+
+Este entorno puede ser utilizado en cualquier lugar en el preámbulo,
+aunque aparezca en general antes de la instrucción
+@code{\documentclass}. Es típicamente utilizado cuando el archivo fuente
+necesita un archivo no estándar de estilo o de clase. El entorno permite
+escribir este archivo en el repertorio que contiene este archivo y así
+de devolver el código fuente autónoma. Otra utilización es incluir
+referencia al formato @code {bib} en el archivo fuente, lo mismo para
+hacerlo autónomo.
+
+El entorno verifica si un archivo con lo mismo nombre ya existe, y si
+sí, no hace nada. Hay un paquete @file{filecontents} quién vuelve a
+definir el entorno @code{filecontents} de modo que en lugar de no hacer
+nada en este caso, sobrescribe en el archivo existente.
+
+Por ejemplo, este documento
-También puede utilizar el @code{filecontents} paquete, que tiene el las
-siguientes ventajas@tie{}:
-@itemize
-@item
-Si ya existe el archivo, entonces se sobrescribirá.
-@item
-Usted puede utilizar el @code{filecontents} entorno en cualquier lugar
-después de la declaración @code{\usepackage@{filecontents@}}.
-@item
-El paquete @code{filecontents} también proporciona un entorno
-@code{filecontents*} que se utiliza en la misma forma que el entorno
-@code{filecontents}, salvo que no se introduzca ningún comentario de
-cabecera, por lo que es más adecuado para crear archivos que no están en
-@LaTeX{} formato.
-@end itemize
+@example
+\documentclass@{article@}
+\begin@{filecontents@}@{JH.sty@}
+\newcommand@{\minombre@}@{Jim Hef@{@}feron@}
+\end@{filecontents@}
+\usepackage@{JH@}
+\begin@{document@}
+Un artículo de \minombre.
+\end@{document@}
+@end example
-El entorno @code{filecontents} solo crea el archivo, y es sin relación
-con el uso del archivo creado. Por eso es menester por ejemplo la
-instrucción @code{\input} o @code{\usepackage} o @code{\bibliography},
-cualquiera sea aplicable, par utilizar el archivo creado.
+produce este archivo @file{JH.sty}.
+
+@example
+%% LaTeX2e file `JH.sty'
+%% generated by the `filecontents' environment
+%% from source `test' on 2015/10/12.
+%%
+\newcommand@{\minombre@}@{Jim Hef@{@}feron@}
+@end example
-Este entorno es también útil para hacer un ejemplo mínimo en un informe
-de error.
-@c end vincentb1 20140131
+@c end vincentb1 20160403
@node flushleft
@section @code{flushleft}
-@findex @r{entorno} flushleft
+@EnvIndex{flushleft}
@cindex justificar texto a la izquierda, entornos para
@cindex texto irregular a la derecha, entorno para
@@ -1702,7 +1748,7 @@ unidad de párrafo.
@node flushright
@section @code{flushright}
-@findex @r{entorno} flushright
+@EnvIndex{flushright}
@cindex texto irregular a la izquierda, entorno para
@cindex justificar texto a la derecha, entorno para
@@ -1745,7 +1791,7 @@ unidad de párrafo.
@node itemize
@section @code{itemize}
-@findex @r{entorno} itemize
+@EnvIndex{itemize}
@findex \item
@cindex listas de elementos
@cindex listas no ordenadas
@@ -1901,14 +1947,14 @@ la lista, @pxref{\parskip}):
@node letter
@section Entorno @code{letter}: Escribiendo Cartas
-@findex letter
+@EnvIndex{letter}
Este entorno se utiliza para crear cartas. @xref{Cartas}.
@node list
@section @code{list}
-@findex list
+@EnvIndex{list}
@cindex listas de elementos, genéricas
El entorno @code{list} es un entorno genérico que se utiliza para
@@ -1938,7 +1984,7 @@ predeterminado.
@node math
@section @code{math}
-@findex @r{entorno} math
+@EnvIndex{math}
@cindex fórmulas en línea
Sinopsis:
@@ -1957,7 +2003,7 @@ texto actual. @code{\(...\))} y @code{$...$} son sinónimos.
@node minipage
@section @code{minipage}
-@findex @r{entorno} minipage
+@EnvIndex{minipage}
@cindex minipage, creando una
@example
@@ -2000,7 +2046,7 @@ minipágina.
@node picture
@section @code{picture}
-@findex picture
+@EnvIndex{picture}
@cindex creando imágenes
@cindex imágenes, creando
@@ -2225,7 +2271,7 @@ y declive @var{declivex}/@var{declivey}.
@math{@var{declive} = x/y}, donde @math{x} y @math{y} tienen valores
enteros desde @minus{}6 hasta@tie{}6. Para líneas de cualquier declive,
por no hablar de otras formas, vea el paquete @code{curve2e} y muchos,
-muchos otros paquetes en @acronym{CTAN}.
+muchos otros paquetes en CTAN.
@node \linethickness
@@ -2362,7 +2408,7 @@ estar entre @minus{}4 y +4 incluido.
@node quotation
@section @code{quotation}
-@findex quotation
+@EnvIndex{quotation}
@cindex texto citado con sangría de párrafo, mostrando
@cindex mostrando texto citado con sangría de párrafo
@cindex sangrías de párrafo en texto citado
@@ -2387,7 +2433,7 @@ sangría.
@node quote
@section @code{quote}
-@findex quote
+@EnvIndex{quote}
@cindex texto citado sin sangría de párrafo, mostrando
@cindex mostrando texto citado sin sangría de párrafo
@cindex sangrías de párrafo en texto citado, omitiendo
@@ -2412,7 +2458,7 @@ aplica una sangría.
@node tabbing
@section @code{tabbing}
-@findex @r{entorno} tabbing
+@EnvIndex{tabbing}
@cindex tabulaciones, utilizando
@cindex alineando texto en columnas con tabulaciones
@cindex alineando a través de tabulación
@@ -2528,7 +2574,7 @@ function \= fact(n : integer) : integer;\\
@node table
@section @code{table}
-@findex table
+@EnvIndex{table}
@cindex tablas, creando
@cindex creando tablas
@@ -2562,7 +2608,7 @@ permite colocar un título a su tabla.
@node tabular
@section @code{tabular}
-@findex @r{entorno} tabular
+@EnvIndex{tabular}
@cindex líneas en tablas
@cindex alineando texto en tablas
@@ -2775,7 +2821,7 @@ También se puede utilizar en una @@-expresión.
@node thebibliography
@section @code{thebibliography}
-@findex thebibliography
+@EnvIndex{thebibliography}
@cindex bibliografía, creando (manualmente)
Sinopsis:
@@ -2912,7 +2958,7 @@ Igual que @code{plain}, pero con etiquetas más compactas.
Además, existen muchos otros archivos de estilo Bib@TeX{} adaptados a
las demandas de diversas publicaciones. Vea
-@url{http://www.ctan.org/tex-archive/biblio/bibtex/contrib}.
+@url{http://mirror.ctan.org/biblio/bibtex/contrib}.
La instrucción @code{\bibliography} es la que realmente produce la
bibliografía. El argumento @code{\bibliography} se refiere a archivos
@@ -2925,7 +2971,7 @@ la bibliografía.
@node theorem
@section @code{theorem}
-@findex @r{entorno} theorem
+@EnvIndex{theorem}
@cindex teoremas, composición tipográfica de
Sinopsis:
@@ -2944,7 +2990,7 @@ para @var{n} se describen bajo @code{\newtheorem} (@pxref{\newtheorem}).
@node titlepage
@section @code{titlepage}
-@findex @r{entorno} titlepage
+@EnvIndex{titlepage}
@cindex haciendo una página de título
@cindex página de título, creando la
@@ -2971,7 +3017,7 @@ entorno @code{titlepage}.
@node verbatim
@section @code{verbatim}
-@findex @r{entorno} verbatim
+@EnvIndex{verbatim}
@cindex texto literal
@cindex simulando texto escrito
@cindex texto escrito, simulando
@@ -3032,7 +3078,7 @@ impresos con un carácter de ``espacio visible''.
@node verse
@section @code{verse}
-@findex @r{entorno} verse
+@EnvIndex{verse}
@cindex poesía, un entorno para
Sinopsis:
@@ -3997,8 +4043,8 @@ como en modo math o en el argumento de una instrucción de seccionado.
@findex \parindent
@cindex sangría, forzando la
-@code{\indent} produce un espacio horizontal donde el ancho es igual al
-ancho de la longitud de @code{\parindent}, la sangría de un párrafo
+@code{\indent} produce un espacio horizontal donde el ancho es igual @vincentb{,al
+ancho de,20150805} la longitud de @code{\parindent}, la sangría de un párrafo
normal. Esta se utiliza para añadir la sangría de párrafos donde esta
debería suprimirse en otro caso.
@@ -4097,9 +4143,9 @@ es @samp{48pt}.
@cindex fórmulas, matemáticas
@cindex modo math, ingresando al
-@findex @r{entorno} math
-@findex @r{entorno} displaymath
-@findex @r{entorno} equation
+@EnvIndex{math}
+@EnvIndex{displaymath}
+@EnvIndex{equation}
Existen tres entornos que ponen a @LaTeX{} en modo math:
@table @code
@@ -6051,7 +6097,7 @@ Daga: @math{\dag}.
@cindex daga doble, en texto
Daga doble: @math{\ddag}.
-@item \textdollar @r{(o @code{$})}
+@item \textdollar @r{(o @code{\$})}
@cindex signo de dólar
@cindex moneda, dólar
Signo de Dólar: $.
@@ -6101,7 +6147,7 @@ Símbolo ordinal femenino: @ordf{}.
@item \textperiodcentered
@cindex punto, centrado, en texto
@cindex punto centrado, en texto
-Punto centrado: @math{\cdot}.
+Punto centrado: @BES{·,\cdot}.
@item \textquestiondown @r{(o @code{?`})}
@cindex interrogación, inicial
@@ -6151,7 +6197,7 @@ em-dash de ``Tres cuartos'', entre en-dash y em-dash.
@item \texttrademark
@cindex símbolo de marca comercial
-Símbolo de marca comercial: @math{^{\hbox{TM}}}.
+Símbolo de marca comercial: @BES{™,^{\hbox{TM}}}.
@item \texttwelveudash
Xx 12u-.
@@ -6244,8 +6290,8 @@ Produce una tilde como acento sobre la siguiente, como en @~{n}.
@item \b
@findex \b @r{(acento barra)}
@cindex acento barra
-Produce una barra como acento sobre la siguiente, como en
-@ubaraccent{o}.
+Produce una barra como acento @vincentb{debajo de,sobre,20150805} la siguiente, como en
+@ubaraccent{o}. @vincentb{Vea también @code{\underbar} a continuación,,20150729}
@item \c
@itemx \capitalcedilla
@@ -6320,7 +6366,7 @@ No es exactamente un acento, este produce una barra en el argumento
texto. El argumento siempre se procesa en modo horizontal. La barra
siempre está en una posición fija en la línea base, por lo que cruza a
través de los trazos descendentes. Vea también @code{\underline} en
-@ref{Miscelánea Math}.
+@ref{Miscelánea Math}. @vincentb{Vea también @code{\b} aquí antes,,20150729}
@item \v
@itemx \capitalcaron
@@ -6669,7 +6715,7 @@ Específicamente, la instrucción que escribe es
@code{\glossaryentry@{@var{texto}@}@{@var{no-de-página}@}}, donde
@var{no-de-página} es el valor de @code{\thepage}.
-El paquete @code{glossary} en @acronym{CTAN} proporciona compatibilidad para
+El paquete @code{glossary} en CTAN proporciona compatibilidad para
glosarios más sofisticados.
@@ -7214,6 +7260,34 @@ dudas.
\end{document}
@end verbatim
+@c begin vincentb1
+@node License translation, Plantillas de Documento, Índice de Conceptos, Top
+@comment node-name, next, previous, up
+@appendix Traducción de la licencia
+
+La traducción que sigue es dada únicamente como informaciòn, y no
+reemplaza el texto en inglés dado al principio de este documento.
+@c end vincentb1
+
+Se concede permiso para hacer y distribuir copias literales de este
+manual siempre que el aviso de copyright y esta nota de permiso se
+conserven en todas las copias.
+
+@ignore
+Se concede permiso para procesar este archivo a través de TeX e imprimir
+los resultados, siempre que el documento impreso lleve la copia de aviso
+de permiso previa idéntica a ésta a excepción de la supresión de este
+párrafo (este párrafo no es pertinente para el manual impreso).
+@end ignore
+
+Se concede permiso para copiar y distribuir versiones modificadas de
+este manual bajo las condiciones para una copia literal, a condición de
+que todo el trabajo derivado resultante se distribuya bajo los términos
+de una nota de permiso idéntica a ésta.
+
+Se concede permiso para copiar y distribuir traducciones de este manual
+a otro idioma, con las condiciones anteriores para versiones
+modificadas.
@node Índice de Conceptos
@unnumbered Índice de Conceptos
@@ -7251,5 +7325,5 @@ dudas.
@c Local Variables:
@c ispell-dictionary: "spanish"
-@c coding: utf-8
+@c coding: utf-8-unix
@c End:
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.txt b/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.txt
index 300a5069b87..9c3a98f7879 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.txt
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.txt
@@ -27,6 +27,7 @@ LaTeX2e
26 Entrada/Salida a la Terminal
27 Línea de Órdenes
Appendix A Plantillas de Documento
+Appendix B Traducción de la licencia
Índice de Conceptos
Índice de Instrucciones
LaTeX2e
@@ -232,6 +233,7 @@ Appendix A Plantillas de Documento
A.1 Plantilla ‘book’
A.2 Plantilla ‘beamer’
A.3 Plantilla ‘tugboat’
+Appendix B Traducción de la licencia
Índice de Conceptos
Índice de Instrucciones
LaTeX2e
@@ -832,7 +834,7 @@ no genera texto y no afecta la númeración de las partes. El uso normal
de esta instrucción es algo así como:
\chapter{Un Capítulo}
- …
+ ...
\appendix
\chapter{El Primer Apéndice}
@@ -902,7 +904,7 @@ Sinopsis:
\ref{CLAVE}
La instrucción ‘\ref’ produce el número de la unidad de sección de la
-ecuación, pie de página, figura, …, de la instrucción ‘\label’
+ecuación, pie de página, figura, ..., de la instrucción ‘\label’
correspondiente (*note \label::). Esta no produce ningún texto, como
por ejemplo la palabra ‘Sección’ o ‘figura’, únicamente el número.
@@ -1087,10 +1089,10 @@ description::).
De manera predeterminada, la numeración de cada nivel se hace de la
siguiente manera:
- 1. 1., 2., …
- 2. (a), (b), …
- 3. i., ii., …
- 4. A., B., …
+ 1. 1., 2., ...
+ 2. (a), (b), ...
+ 3. i., ii., ...
+ 4. A., B., ...
El entorno ‘enumerate’ usa los contadores ‘\enumi’ hasta ‘\enumiv’
(*note Contadores::). Si se proporciona el argumento opcional a
@@ -1235,36 +1237,51 @@ del TEXTO (*note Tablas de Contenido::).
Sinopsis:
\begin{filecontents}{NOMBRE-DEL-ARCHIVO}
- CONTENIDO-DEL-ARCHIVO
+ TEXTO
\end{filecontents}
- \documentclass{MI-CLASE-DE-DOCUMENTO}
- El entorno ‘filecontents’ es una “instrucción inicial” : es decir que
-se puedo usarlo solo al delante de la declaración ‘\documentclass’.
+ o
+
+ \begin{filecontents*}{NOMBRE-DEL-ARCHIVO}
+ TEXTO
+ \end{filecontents*}
LaTeX crea un archivo llamado NOMBRE-DEL-ARCHIVO cuyo contenido es
-CONTENIDO-DEL-ARCHIVO con un comentario de cabecera que indica cómo y
-cuando se generó el archivo. Si el archivo ya existe, entonces nada lo
-hará suceder.
-
- También puede utilizar el ‘filecontents’ paquete, que tiene el las
-siguientes ventajas :
- • Si ya existe el archivo, entonces se sobrescribirá.
- • Usted puede utilizar el ‘filecontents’ entorno en cualquier lugar
- después de la declaración ‘\usepackage{filecontents}’.
- • El paquete ‘filecontents’ también proporciona un entorno
- ‘filecontents*’ que se utiliza en la misma forma que el entorno
- ‘filecontents’, salvo que no se introduzca ningún comentario de
- cabecera, por lo que es más adecuado para crear archivos que no
- están en LaTeX formato.
-
- El entorno ‘filecontents’ solo crea el archivo, y es sin relación con
-el uso del archivo creado. Por eso es menester por ejemplo la
-instrucción ‘\input’ o ‘\usepackage’ o ‘\bibliography’, cualquiera sea
-aplicable, par utilizar el archivo creado.
-
- Este entorno es también útil para hacer un ejemplo mínimo en un
-informe de error.
+TEXTO. El entorno sin ‘*’ pone comentario de cabecera ; ver el ejemplo
+más abajo. Con ‘*’ ‘filecontents*’ no incluye el comentario de
+cabecera.
+
+ Este entorno puede ser utilizado en cualquier lugar en el preámbulo,
+aunque aparezca en general antes de la instrucción ‘\documentclass’. Es
+típicamente utilizado cuando el archivo fuente necesita un archivo no
+estándar de estilo o de clase. El entorno permite escribir este archivo
+en el repertorio que contiene este archivo y así de devolver el código
+fuente autónoma. Otra utilización es incluir referencia al formato
+‘bib’ en el archivo fuente, lo mismo para hacerlo autónomo.
+
+ El entorno verifica si un archivo con lo mismo nombre ya existe, y si
+sí, no hace nada. Hay un paquete ‘filecontents’ quién vuelve a definir
+el entorno ‘filecontents’ de modo que en lugar de no hacer nada en este
+caso, sobrescribe en el archivo existente.
+
+ Por ejemplo, este documento
+
+ \documentclass{article}
+ \begin{filecontents}{JH.sty}
+ \newcommand{\minombre}{Jim Hef{}feron}
+ \end{filecontents}
+ \usepackage{JH}
+ \begin{document}
+ Un artículo de \minombre.
+ \end{document}
+
+ produce este archivo ‘JH.sty’.
+
+ %% LaTeX2e file `JH.sty'
+ %% generated by the `filecontents' environment
+ %% from source `test' on 2015/10/12.
+ %%
+ \newcommand{\minombre}{Jim Hef{}feron}
9.12 ‘flushleft’
================
@@ -1503,7 +1520,7 @@ la minipágina.
==============
\begin{picture}(ancho,alto)(desplazamiento x,desplazamiento y)
- … INSTRUCCIONES DE IMAGEN …
+ ... INSTRUCCIONES DE IMAGEN ...
\end{picture}
El entorno ‘picture’ le permite crear casi cualquier clase de imagen
@@ -2182,7 +2199,7 @@ las citas. Los nombres de ESTILO estándar distribuidos con BibTeX son:
Además, existen muchos otros archivos de estilo BibTeX adaptados a
las demandas de diversas publicaciones. Vea
-<http://www.ctan.org/tex-archive/biblio/bibtex/contrib>.
+<http://mirror.ctan.org/biblio/bibtex/contrib>.
La instrucción ‘\bibliography’ es la que realmente produce la
bibliografía. El argumento ‘\bibliography’ se refiere a archivos con el
@@ -2630,7 +2647,7 @@ Sinopsis:
{ANTES-DEFINICIÓN}{DESPUÉS-DEFINICIÓN}
Estas instrucciones definen o redefinen un entorno ENTORNO, es decir,
-‘\begin{ENTORNO} … \end{ENTORNO}’.
+‘\begin{ENTORNO} ... \end{ENTORNO}’.
ENTORNO
El nombre del entorno. Para ‘\newenvironment’, ENTORNO no debe ser
@@ -2908,10 +2925,10 @@ modo math o en el argumento de una instrucción de seccionado.
16.1 ‘\indent’
==============
-‘\indent’ produce un espacio horizontal donde el ancho es igual al ancho
-de la longitud de ‘\parindent’, la sangría de un párrafo normal. Esta
-se utiliza para añadir la sangría de párrafos donde esta debería
-suprimirse en otro caso.
+‘\indent’ produce un espacio horizontal donde el ancho es igual la
+longitud de ‘\parindent’, la sangría de un párrafo normal. Esta se
+utiliza para añadir la sangría de párrafos donde esta debería suprimirse
+en otro caso.
El valor predeterminado para ‘\parindent’ es ‘1em’ en modo de dos
columnas, de lo contrario ‘15pt’ para documentos de ‘10pt’, ‘17pt’ para
@@ -4092,12 +4109,12 @@ una declaración incluso si normalmente no es así. Esto se suele
utilizar después de una letra mayúscula. Aquí están lado a lado
ejemplos con y sin ‘\@’:
- … en C\@. Pascal, aunque …
- … en C. Pascal, aunque …
+ ... en C\@. Pascal, aunque ...
+ ... en C. Pascal, aunque ...
produce
- … en C. Pascal, aunque … … en C. Pascal, aunque …
+ ... en C. Pascal, aunque ... ... en C. Pascal, aunque ...
20.5 ‘\thinspace’
=================
@@ -4433,8 +4450,8 @@ el paquete ‘textcomp’.
‘\ldots’
‘\dots’
‘\textellipsis’
- Puntos suspensivos (tres puntos en la línea base): ‘…’. ‘\ldots’ y
- ‘\dots’ también trabajan en modo math.
+ Puntos suspensivos (tres puntos en la línea base): ‘...’. ‘\ldots’
+ y ‘\dots’ también trabajan en modo math.
‘\lq’
Comilla izquierda (de apertura): ‘.
@@ -4506,7 +4523,7 @@ el paquete ‘textcomp’.
‘\textdaggerdbl’
Daga doble: \ddag.
-‘\textdollar (o ‘$’)’
+‘\textdollar (o ‘\$’)’
Signo de Dólar: $.
‘\textemdash (o ‘---’)’
@@ -4538,7 +4555,7 @@ el paquete ‘textcomp’.
Símbolo ordinal femenino: ª.
‘\textperiodcentered’
- Punto centrado: \cdot.
+ Punto centrado: ·.
‘\textquestiondown (o ‘?`’)’
Signo de interrogación inicial: ¿.
@@ -4569,7 +4586,7 @@ el paquete ‘textcomp’.
em-dash de “Tres cuartos”, entre en-dash y em-dash.
‘\texttrademark’
- Símbolo de marca comercial: ^{\hbox{TM}}.
+ Símbolo de marca comercial: ™.
‘\texttwelveudash’
Xx 12u-.
@@ -4625,7 +4642,8 @@ uso con letras mayúsculas. Estas no están disponibles con OT1.
Produce una tilde como acento sobre la siguiente, como en ñ.
‘\b’
- Produce una barra como acento sobre la siguiente, como en o̲.
+ Produce una barra como acento debajo de la siguiente, como en o̲.
+ Vea también ‘\underbar’ a continuación
‘\c’
‘\capitalcedilla’
@@ -4658,8 +4676,8 @@ uso con letras mayúsculas. Estas no están disponibles con OT1.
‘\capitaltie’
‘\newtie’
‘\capitalnewtie’
- Produce una atadura con el siguiente como acento, como en ‘oo͡’.
- La forma ‘\newtie’ está centrada en su caja.
+ Produce una atadura con el siguiente como acento, como en ‘oo͡’. La
+ forma ‘\newtie’ está centrada en su caja.
‘\u’
‘\capitalbreve’
@@ -4670,7 +4688,8 @@ uso con letras mayúsculas. Estas no están disponibles con OT1.
texto. El argumento siempre se procesa en modo horizontal. La
barra siempre está en una posición fija en la línea base, por lo
que cruza a través de los trazos descendentes. Vea también
- ‘\underline’ en *note Miscelánea Math::.
+ ‘\underline’ en *note Miscelánea Math::. Vea también ‘\b’ aquí
+ antes
‘\v’
‘\capitalcaron’
@@ -4971,8 +4990,8 @@ ordinaria. Las instrucciones que no tienen sentido en una carta, como
‘\closing’.
Después de ‘closing’, usted puede colocar material adicional. La
-instrucción ‘\cc’ produce el usual “cc: …”. También hay una instrucción
-‘\encl’ similar para una lista de destinatarios. Con ambas
+instrucción ‘\cc’ produce el usual “cc: ...”. También hay una
+instrucción ‘\encl’ similar para una lista de destinatarios. Con ambas
instrucciones, use ‘\\’ para separar los elementos.
Estas instrucciones se utilizan con la clase ‘letter’.
@@ -5295,581 +5314,599 @@ dudas.
\makesignature % no en ltugproc
\end{document}
+Appendix B Traducción de la licencia
+************************************
+
+La traducción que sigue es dada únicamente como informaciòn, y no
+reemplaza el texto en inglés dado al principio de este documento.
+
+ Se concede permiso para hacer y distribuir copias literales de este
+manual siempre que el aviso de copyright y esta nota de permiso se
+conserven en todas las copias.
+
+ Se concede permiso para copiar y distribuir versiones modificadas de
+este manual bajo las condiciones para una copia literal, a condición de
+que todo el trabajo derivado resultante se distribuya bajo los términos
+de una nota de permiso idéntica a ésta.
+
+ Se concede permiso para copiar y distribuir traducciones de este
+manual a otro idioma, con las condiciones anteriores para versiones
+modificadas.
+
Índice de Conceptos
*******************
* Menu:
-* ‘*’ apuntador: Línea de Órdenes. (line 5152)
-* ‘\include’ anidada, no se permite: \include. (line 4786)
-* ‘vea’ y ‘vea también’ entradas de índice: Índices. (line 4914)
+* * apuntador: Línea de Órdenes. (line 5170)
+* \include anidada, no se permite: \include. (line 4804)
+* ‘vea’ y ‘vea también’ entradas de índice: Índices. (line 4932)
* accediendo a cualquier carácter del tipo de letra: Caracteres Reservados.
- (line 4395)
-* acento agudo: Acentos. (line 4604)
+ (line 4411)
+* acento agudo: Acentos. (line 4620)
* acento agudo, math: Acentos Matemáticos.
- (line 3782)
-* acento anticircunflejo: Acentos. (line 4680)
-* acento barra: Acentos. (line 4631)
-* acento barra encima: Acentos. (line 4613)
+ (line 3798)
+* acento anticircunflejo: Acentos. (line 4698)
+* acento barra: Acentos. (line 4647)
+* acento barra encima: Acentos. (line 4629)
* acento barra horizontal, math: Acentos Matemáticos.
- (line 3785)
-* acento barra sobre: Acentos. (line 4613)
+ (line 3801)
+* acento barra sobre: Acentos. (line 4629)
* acento breve, math: Acentos Matemáticos.
- (line 3788)
-* acento cedilla: Acentos. (line 4635)
-* acento circunflejo: Acentos. (line 4617)
-* acento circunflejo <1>: Acentos. (line 4617)
+ (line 3804)
+* acento cedilla: Acentos. (line 4652)
+* acento circunflejo: Acentos. (line 4633)
+* acento circunflejo <1>: Acentos. (line 4633)
* acento circunflejo amplio, math: Acentos Matemáticos.
- (line 3818)
+ (line 3834)
* acento circunflejo, math: Acentos Matemáticos.
- (line 3803)
+ (line 3819)
* acento circunflejo, math <1>: Acentos Matemáticos.
- (line 3803)
-* acento círculo: Acentos. (line 4639)
+ (line 3819)
+* acento círculo: Acentos. (line 4656)
* acento de verificación, math: Acentos Matemáticos.
- (line 3791)
-* acento diéresis: Acentos. (line 4600)
-* acento diéresis <1>: Acentos. (line 4600)
-* acento diéresis húngara: Acentos. (line 4643)
+ (line 3807)
+* acento diéresis: Acentos. (line 4616)
+* acento diéresis <1>: Acentos. (line 4616)
+* acento diéresis húngara: Acentos. (line 4660)
* acento diéresis, math: Acentos Matemáticos.
- (line 3794)
-* acento grave: Acentos. (line 4622)
+ (line 3810)
+* acento grave: Acentos. (line 4638)
* acento grave, math: Acentos Matemáticos.
- (line 3800)
+ (line 3816)
* acento háček, math: Acentos Matemáticos.
- (line 3791)
-* acento macrón: Acentos. (line 4613)
+ (line 3807)
+* acento macrón: Acentos. (line 4629)
* acento macrón, math: Acentos Matemáticos.
- (line 3785)
-* acento punto: Acentos. (line 4609)
-* acento punto <1>: Acentos. (line 4609)
+ (line 3801)
+* acento punto: Acentos. (line 4625)
+* acento punto <1>: Acentos. (line 4625)
* acento punto superior, math: Acentos Matemáticos.
- (line 3797)
-* acento tilde: Acentos. (line 4628)
+ (line 3813)
+* acento tilde: Acentos. (line 4644)
* acento tilde amplia, math: Acentos Matemáticos.
- (line 3821)
+ (line 3837)
* acento tilde, math: Acentos Matemáticos.
- (line 3812)
-* acentos: Acentos. (line 4589)
+ (line 3828)
+* acentos: Acentos. (line 4605)
* acentos matemáticos: Acentos Matemáticos.
- (line 3777)
+ (line 3793)
* acentos, matemáticas: Acentos Matemáticos.
- (line 3777)
-* alineando a través de tabulación: tabbing. (line 1800)
-* alineando Ecuaciones: eqnarray. (line 1110)
-* alineando texto en columnas con tabulaciones: tabbing. (line 1800)
-* alineando texto en tablas: tabular. (line 1926)
-* ampliando la página actual: \enlargethispage. (line 2424)
-* anillo acento: Acentos. (line 4658)
-* anticircunflejo acento: Acentos. (line 4680)
+ (line 3793)
+* alineando a través de tabulación: tabbing. (line 1816)
+* alineando Ecuaciones: eqnarray. (line 1112)
+* alineando texto en columnas con tabulaciones: tabbing. (line 1816)
+* alineando texto en tablas: tabular. (line 1942)
+* ampliando la página actual: \enlargethispage. (line 2440)
+* anillo acento: Acentos. (line 4675)
+* anticircunflejo acento: Acentos. (line 4698)
* antígrafo o simplemente signo de párrafo: Símbolos de Texto.
- (line 4447)
-* apuntador, ‘*’: Línea de Órdenes. (line 5152)
-* apéndices, creando: Seccionado. (line 829)
-* archivo ‘.glo’: Glosarios. (line 4891)
-* archivo ‘.idx’: Índices. (line 4907)
-* archivo ‘.ind’: Índices. (line 4921)
+ (line 4463)
+* apuntador, *: Línea de Órdenes. (line 5170)
+* apéndices, creando: Seccionado. (line 831)
+* archivo .glo: Glosarios. (line 4909)
+* archivo .idx: Índices. (line 4925)
+* archivo .ind: Índices. (line 4939)
* archivo de entrada: Dividiendo la Entrada.
- (line 4765)
-* argumentos móviles: \protect. (line 2709)
-* ascender superior: Símbolos de Texto. (line 4502)
-* ASCII circunflejo, en texto: Símbolos de Texto. (line 4467)
+ (line 4783)
+* argumentos móviles: \protect. (line 2725)
+* ascender superior: Símbolos de Texto. (line 4518)
+* ASCII circunflejo, en texto: Símbolos de Texto. (line 4483)
* ash: Caracteres no Ingleses.
- (line 4690)
-* asterisco centrado, en texto: Símbolos de Texto. (line 4473)
-* asterisco, centrado, en texto: Símbolos de Texto. (line 4473)
-* atadura con siguiente acento: Acentos. (line 4664)
-* autor, para titlepage: \maketitle. (line 3950)
-* bala, en texto: Símbolos de Texto. (line 4494)
-* bar, vertical, en texto: Símbolos de Texto. (line 4479)
-* barra inversa, en texto: Símbolos de Texto. (line 4476)
-* barra vertical, doble, en texto: Símbolos de Texto. (line 4482)
-* barra vertical, en texto: Símbolos de Texto. (line 4479)
-* barra, vertical doble, en texto: Símbolos de Texto. (line 4482)
-* bibliografía, creando (automáticamente): Usando BibTeX. (line 2159)
-* bibliografía, creando (manualmente): thebibliography. (line 2091)
-* bibTeX, usando: Usando BibTeX. (line 2159)
-* breve acento: Acentos. (line 4669)
-* cajas: Cajas. (line 4200)
+ (line 4708)
+* asterisco centrado, en texto: Símbolos de Texto. (line 4489)
+* asterisco, centrado, en texto: Símbolos de Texto. (line 4489)
+* atadura con siguiente acento: Acentos. (line 4681)
+* autor, para titlepage: \maketitle. (line 3966)
+* bala, en texto: Símbolos de Texto. (line 4510)
+* bar, vertical, en texto: Símbolos de Texto. (line 4495)
+* barra inversa, en texto: Símbolos de Texto. (line 4492)
+* barra vertical, doble, en texto: Símbolos de Texto. (line 4498)
+* barra vertical, en texto: Símbolos de Texto. (line 4495)
+* barra, vertical doble, en texto: Símbolos de Texto. (line 4498)
+* bibliografía, creando (automáticamente): Usando BibTeX. (line 2175)
+* bibliografía, creando (manualmente): thebibliography. (line 2107)
+* bibTeX, usando: Usando BibTeX. (line 2175)
+* breve acento: Acentos. (line 4686)
+* cajas: Cajas. (line 4216)
* caracteres especiales: Caracteres no Ingleses.
- (line 4685)
+ (line 4703)
* caracteres no Ingleses: Caracteres no Ingleses.
- (line 4685)
+ (line 4703)
* caracteres reservados: Caracteres Reservados.
- (line 4375)
-* caracteres, acentuados: Acentos. (line 4589)
+ (line 4391)
+* caracteres, acentuados: Acentos. (line 4605)
* caracteres, no Ingleses: Caracteres no Ingleses.
- (line 4685)
+ (line 4703)
* caracteres, reservados: Caracteres Reservados.
- (line 4375)
+ (line 4391)
* cargando paquetes adicionales: Opciones de Clase de Documento.
- (line 433)
-* cartas: Cartas. (line 4948)
-* cartas, iniciando: \opening. (line 5054)
-* cartas, terminando: \closing. (line 5010)
-* carón acento: Acentos. (line 4680)
-* centrar texto, declaración para: \centering. (line 993)
-* centrar texto, entorno para: center. (line 979)
-* cerrando cartas: \closing. (line 5010)
-* circunflejo, ASCII, en texto: Símbolos de Texto. (line 4467)
+ (line 435)
+* cartas: Cartas. (line 4966)
+* cartas, iniciando: \opening. (line 5072)
+* cartas, terminando: \closing. (line 5028)
+* carón acento: Acentos. (line 4698)
+* centrar texto, declaración para: \centering. (line 995)
+* centrar texto, entorno para: center. (line 981)
+* cerrando cartas: \closing. (line 5028)
+* circunflejo, ASCII, en texto: Símbolos de Texto. (line 4483)
* clases de documento: Clases de Documento.
- (line 347)
+ (line 349)
* clases de documentos: Clases de Documento.
- (line 347)
-* colita: Acentos. (line 4653)
-* comilla angular de apertura: Símbolos de Texto. (line 4433)
-* comilla angular de cierre: Símbolos de Texto. (line 4433)
-* comilla de apertura: Símbolos de Texto. (line 4443)
-* comilla de apertura simple: Símbolos de Texto. (line 4556)
-* comilla de cierre: Símbolos de Texto. (line 4458)
-* comilla de cierre simple: Símbolos de Texto. (line 4559)
-* comilla de cierre, simple: Símbolos de Texto. (line 4559)
-* comilla derecha: Símbolos de Texto. (line 4458)
-* comilla en línea base, simple y doble: Símbolos de Texto. (line 4455)
-* comilla izquierda: Símbolos de Texto. (line 4443)
-* comilla izquierda, sola: Símbolos de Texto. (line 4556)
-* comilla simple en línea base: Símbolos de Texto. (line 4455)
-* comilla, en la línea base (coma): Símbolos de Texto. (line 4563)
-* comillas de cierre dobles: Símbolos de Texto. (line 4553)
-* comillas de cierre, dobles: Símbolos de Texto. (line 4553)
-* comillas dobles de apertura: Símbolos de Texto. (line 4550)
-* comillas dobles en línea base: Símbolos de Texto. (line 4455)
-* comillas tipográficas angulares: Símbolos de Texto. (line 4433)
+ (line 349)
+* colita: Acentos. (line 4670)
+* comilla angular de apertura: Símbolos de Texto. (line 4449)
+* comilla angular de cierre: Símbolos de Texto. (line 4449)
+* comilla de apertura: Símbolos de Texto. (line 4459)
+* comilla de apertura simple: Símbolos de Texto. (line 4572)
+* comilla de cierre: Símbolos de Texto. (line 4474)
+* comilla de cierre simple: Símbolos de Texto. (line 4575)
+* comilla de cierre, simple: Símbolos de Texto. (line 4575)
+* comilla derecha: Símbolos de Texto. (line 4474)
+* comilla en línea base, simple y doble: Símbolos de Texto. (line 4471)
+* comilla izquierda: Símbolos de Texto. (line 4459)
+* comilla izquierda, sola: Símbolos de Texto. (line 4572)
+* comilla simple en línea base: Símbolos de Texto. (line 4471)
+* comilla, en la línea base (coma): Símbolos de Texto. (line 4579)
+* comillas de cierre dobles: Símbolos de Texto. (line 4569)
+* comillas de cierre, dobles: Símbolos de Texto. (line 4569)
+* comillas dobles de apertura: Símbolos de Texto. (line 4566)
+* comillas dobles en línea base: Símbolos de Texto. (line 4471)
+* comillas tipográficas angulares: Símbolos de Texto. (line 4449)
* comillas tipográficas angulares simples: Símbolos de Texto.
- (line 4433)
-* comillas tipográficas Francesas: Símbolos de Texto. (line 4433)
-* comillas tipográficas simples: Símbolos de Texto. (line 4433)
-* comillas tipográficas, Francesas: Símbolos de Texto. (line 4433)
+ (line 4449)
+* comillas tipográficas Francesas: Símbolos de Texto. (line 4449)
+* comillas tipográficas simples: Símbolos de Texto. (line 4449)
+* comillas tipográficas, Francesas: Símbolos de Texto. (line 4449)
* comillas tipográficas, latinas o angulares: Símbolos de Texto.
- (line 4433)
-* comillastraight quote, base: Símbolos de Texto. (line 4563)
-* contadores, configurando: \setcounter. (line 2803)
-* contadores, consiguiendo el valor de: \value. (line 2789)
-* contadores, definiendo nuevos: \newcounter. (line 2583)
-* contadores, una lista de: Contadores. (line 2731)
-* creando cartas: Cartas. (line 4948)
-* creando imágenes: picture. (line 1506)
-* creando tablas: table. (line 1898)
-* créditos al pie de página: \maketitle. (line 3962)
-* código, composición tipográfica de: verbatim. (line 2229)
-* daga doble, en texto: Símbolos de Texto. (line 4510)
-* daga, doble, en texto: Símbolos de Texto. (line 4510)
-* daga, en texto: Símbolos de Texto. (line 4418)
-* daga, en texto <1>: Símbolos de Texto. (line 4507)
-* definiciones: Definiciones. (line 2542)
-* definición de nuevos tipos de letra: \newfont. (line 2694)
+ (line 4449)
+* comillastraight quote, base: Símbolos de Texto. (line 4579)
+* contadores, configurando: \setcounter. (line 2819)
+* contadores, consiguiendo el valor de: \value. (line 2805)
+* contadores, definiendo nuevos: \newcounter. (line 2599)
+* contadores, una lista de: Contadores. (line 2747)
+* creando cartas: Cartas. (line 4966)
+* creando imágenes: picture. (line 1522)
+* creando tablas: table. (line 1914)
+* créditos al pie de página: \maketitle. (line 3978)
+* código, composición tipográfica de: verbatim. (line 2245)
+* daga doble, en texto: Símbolos de Texto. (line 4526)
+* daga, doble, en texto: Símbolos de Texto. (line 4526)
+* daga, en texto: Símbolos de Texto. (line 4434)
+* daga, en texto <1>: Símbolos de Texto. (line 4523)
+* definiciones: Definiciones. (line 2558)
+* definición de nuevos tipos de letra: \newfont. (line 2710)
* definiendo nuevos entornos: \newenvironment y \renewenvironment.
- (line 2625)
-* definiendo nuevos teoremas: \newtheorem. (line 2664)
+ (line 2641)
+* definiendo nuevos teoremas: \newtheorem. (line 2680)
* definiendo una nueva instrucción: \newcommand y \renewcommand.
- (line 2548)
-* delimitador nulo: Miscelánea Math. (line 3860)
-* descargando flotantes e iniciando una página: \clearpage. (line 2411)
-* descripción de LaTeX: Descripción. (line 282)
+ (line 2564)
+* delimitador nulo: Miscelánea Math. (line 3876)
+* descargando flotantes e iniciando una página: \clearpage. (line 2427)
+* descripción de LaTeX: Descripción. (line 284)
* diseño, parámetros de página para: Parámetros para el Diseño de Página.
- (line 743)
+ (line 745)
* dividiendo el archivo de entrada: Dividiendo la Entrada.
- (line 4765)
-* dividiendo páginas: Saltos de Página. (line 2394)
-* divisas, euro: Símbolos de Texto. (line 4522)
-* división de sílabas con guión, definiendo: \hyphenation. (line 2358)
-* división silábica, forzando: \- (hyphenation). (line 2325)
-* división silábica, impidiendo: \mbox. (line 4207)
-* doble barra vertical, en texto: Símbolos de Texto. (line 4482)
-* doble daga, en texto: Símbolos de Texto. (line 4421)
-* e-dash: Símbolos de Texto. (line 4519)
-* ecuaciones, alineando: eqnarray. (line 1110)
-* ecuaciones, entornos para: equation. (line 1137)
+ (line 4783)
+* dividiendo páginas: Saltos de Página. (line 2410)
+* divisas, euro: Símbolos de Texto. (line 4538)
+* división de sílabas con guión, definiendo: \hyphenation. (line 2374)
+* división silábica, forzando: \- (hyphenation). (line 2341)
+* división silábica, impidiendo: \mbox. (line 4223)
+* doble barra vertical, en texto: Símbolos de Texto. (line 4498)
+* doble daga, en texto: Símbolos de Texto. (line 4437)
+* e-dash: Símbolos de Texto. (line 4535)
+* ecuaciones, alineando: eqnarray. (line 1112)
+* ecuaciones, entornos para: equation. (line 1139)
* ejecutando header y footer: Parámetros para el Diseño de Página.
- (line 743)
-* elementos numerados, especificando contador: \usecounter. (line 2778)
-* em-dash: Símbolos de Texto. (line 4516)
-* em-dash de tres cuartos: Símbolos de Texto. (line 4572)
-* em-dash, tres cuartos: Símbolos de Texto. (line 4572)
-* entornos: Entornos. (line 912)
+ (line 745)
+* elementos numerados, especificando contador: \usecounter. (line 2794)
+* em-dash: Símbolos de Texto. (line 4532)
+* em-dash de tres cuartos: Símbolos de Texto. (line 4588)
+* em-dash, tres cuartos: Símbolos de Texto. (line 4588)
+* entornos: Entornos. (line 914)
* entornos, definiendo: \newenvironment y \renewenvironment.
- (line 2625)
+ (line 2641)
* entrada/salida: Entrada/Salida a la Terminal.
- (line 5104)
+ (line 5122)
* entrada/salida desde la terminal: Entrada/Salida a la Terminal.
- (line 5104)
+ (line 5122)
* Equipo del Proyecto LaTeX: Acerca de este documento.
- (line 247)
+ (line 249)
* es-zet letra Alemana: Caracteres no Ingleses.
- (line 4726)
+ (line 4744)
* espacio dentro del modo math: Espacios en Modo Math.
- (line 3826)
-* espacio vertical: \addvspace. (line 4147)
-* espacio vertical antes de párrafos: \parskip. (line 2933)
-* espacio vertical, insertando: \addvspace. (line 4147)
-* espacio visible: \verb. (line 2259)
-* espacios: Espacios. (line 4043)
+ (line 3842)
+* espacio vertical: \addvspace. (line 4163)
+* espacio vertical antes de párrafos: \parskip. (line 2949)
+* espacio vertical, insertando: \addvspace. (line 4163)
+* espacio visible: \verb. (line 2275)
+* espacios: Espacios. (line 4059)
* espina Islandesa: Caracteres no Ingleses.
- (line 4730)
+ (line 4748)
* espina, letra Islandesa: Caracteres no Ingleses.
- (line 4730)
-* estilo de encabezado: \pagestyle. (line 3996)
-* estilo de numeración de página: \pagenumbering. (line 3974)
-* estilo del pie de página: \pagestyle. (line 3996)
-* estilos de página: Estilos de Página. (line 3937)
+ (line 4748)
+* estilo de encabezado: \pagestyle. (line 4012)
+* estilo de numeración de página: \pagenumbering. (line 3990)
+* estilo del pie de página: \pagestyle. (line 4012)
+* estilos de página: Estilos de Página. (line 3953)
* estilos de texto: Estilos del Tipo de Letra.
- (line 454)
+ (line 456)
* estilos de tipografía: Estilos del Tipo de Letra.
- (line 454)
+ (line 456)
* estilos del tipo de letra: Estilos del Tipo de Letra.
- (line 454)
-* estilos, página: Estilos de Página. (line 3937)
+ (line 456)
+* estilos, página: Estilos de Página. (line 3953)
* eth, letra islandesa: Caracteres no Ingleses.
- (line 4698)
-* etiquetas en máquina de escribir en listas: description. (line 1029)
-* exclamación, inicial: Símbolos de Texto. (line 4525)
+ (line 4716)
+* etiquetas en máquina de escribir en listas: description. (line 1031)
+* exclamación, inicial: Símbolos de Texto. (line 4541)
* exponente: Subíndices y Superíndices.
- (line 3022)
-* fecha, para la página de título: \maketitle. (line 3957)
-* figuras, en notas al pie: minipage. (line 1492)
-* figuras, insertando: figure. (line 1150)
-* fijando contadores: \setcounter. (line 2803)
+ (line 3038)
+* fecha, para la página de título: \maketitle. (line 3973)
+* figuras, en notas al pie: minipage. (line 1508)
+* figuras, insertando: figure. (line 1152)
+* fijando contadores: \setcounter. (line 2819)
* finalizando e iniciando: Iniciando y Finalizando.
- (line 329)
-* flecha derecha, en texto: Símbolos de Texto. (line 4569)
-* flecha hacia la derecha, en texto: Símbolos de Texto. (line 4569)
-* flecha hacia la izquierda, en texto: Símbolos de Texto. (line 4534)
-* flecha, izquierda, en texto: Símbolos de Texto. (line 4534)
+ (line 331)
+* flecha derecha, en texto: Símbolos de Texto. (line 4585)
+* flecha hacia la derecha, en texto: Símbolos de Texto. (line 4585)
+* flecha hacia la izquierda, en texto: Símbolos de Texto. (line 4550)
+* flecha, izquierda, en texto: Símbolos de Texto. (line 4550)
* footer, parámetros para: Parámetros para el Diseño de Página.
- (line 743)
-* forma con * de instrucciones de seccionado: Seccionado. (line 823)
+ (line 745)
+* forma con * de instrucciones de seccionado: Seccionado. (line 825)
* funciones matemáticas: Funciones Matemáticas.
- (line 3669)
+ (line 3685)
* funciones, matemáticas: Funciones Matemáticas.
- (line 3669)
-* fórmulas en línea: math. (line 1463)
+ (line 3685)
+* fórmulas en línea: math. (line 1479)
* fórmulas matemáticas: Fórmulas Matemáticas.
- (line 2985)
-* fórmulas, entornos para: equation. (line 1137)
+ (line 3001)
+* fórmulas, entornos para: equation. (line 1139)
* fórmulas, matemáticas: Fórmulas Matemáticas.
- (line 2985)
-* glosarios: Glosarios. (line 4889)
-* guión doble, línea recta: Símbolos de Texto. (line 4563)
-* haciendo párrafos: Haciendo Párrafos. (line 2906)
-* haciendo una página de título: titlepage. (line 2210)
+ (line 3001)
+* glosarios: Glosarios. (line 4907)
+* guión doble, línea recta: Símbolos de Texto. (line 4579)
+* haciendo párrafos: Haciendo Párrafos. (line 2922)
+* haciendo una página de título: titlepage. (line 2226)
* header, parámetros para: Parámetros para el Diseño de Página.
- (line 743)
-* i sin punto: Acentos. (line 4646)
+ (line 745)
+* i sin punto: Acentos. (line 4663)
* i sin punto, math: Acentos Matemáticos.
- (line 3806)
-* imágenes, creando: picture. (line 1506)
+ (line 3822)
+* imágenes, creando: picture. (line 1522)
* informes de errores: Acerca de este documento.
- (line 253)
-* iniciando una nueva página: \newpage. (line 2418)
+ (line 255)
+* iniciando una nueva página: \newpage. (line 2434)
* iniciando una nueva página y limpiando flotantes: \clearpage.
- (line 2411)
-* iniciando una página a mano derecha: \cleardoublepage. (line 2402)
+ (line 2427)
+* iniciando una página a mano derecha: \cleardoublepage. (line 2418)
* iniciando y finalizando: Iniciando y Finalizando.
- (line 329)
-* insertando figuras: figure. (line 1150)
+ (line 331)
+* insertando figuras: figure. (line 1152)
* Instrucciones de Bajo Nivel para el Tipo de Letra: Instrucciones de Bajo Nivel para el Tipo de Letra.
- (line 587)
-* instrucciones de diseño: Diseño. (line 664)
+ (line 589)
+* instrucciones de diseño: Diseño. (line 666)
* instrucciones de tipo de letra, de bajo nivel: Instrucciones de Bajo Nivel para el Tipo de Letra.
- (line 587)
-* instrucciones frágiles: \protect. (line 2709)
-* instrucciones robustas: \protect. (line 2720)
+ (line 589)
+* instrucciones frágiles: \protect. (line 2725)
+* instrucciones robustas: \protect. (line 2736)
* instrucciones, definiendo nuevas: \newcommand y \renewcommand.
- (line 2548)
-* instrucción inicial: filecontents. (line 1242)
+ (line 2564)
* interlineado doble: Instrucciones de Bajo Nivel para el Tipo de Letra.
- (line 638)
-* interrogación, inicial: Símbolos de Texto. (line 4547)
+ (line 640)
+* interrogación, inicial: Símbolos de Texto. (line 4563)
* islandés eth: Caracteres no Ingleses.
- (line 4698)
-* j sin punto: Acentos. (line 4649)
+ (line 4716)
+* j sin punto: Acentos. (line 4666)
* j sin punto, math: Acentos Matemáticos.
- (line 3809)
-* justificación, alineando a la derecha: \raggedright. (line 1286)
-* justificación, irregular a la izquierda: \raggedleft. (line 1312)
-* justificando texto a la izquierda: \raggedright. (line 1286)
-* justificar texto a la derecha, entorno para: flushright. (line 1299)
-* justificar texto a la izquierda, entornos para: flushleft. (line 1273)
+ (line 3825)
+* justificación, alineando a la derecha: \raggedright. (line 1302)
+* justificación, irregular a la izquierda: \raggedleft. (line 1328)
+* justificando texto a la izquierda: \raggedright. (line 1302)
+* justificar texto a la derecha, entorno para: flushright. (line 1315)
+* justificar texto a la izquierda, entornos para: flushleft. (line 1289)
* Knuth, Donald E.: Acerca de este documento.
- (line 247)
+ (line 249)
* l Polaca: Caracteres no Ingleses.
- (line 4710)
+ (line 4728)
* Lamport, Leslie: Acerca de este documento.
- (line 247)
-* LaTeX, descripción: Descripción. (line 282)
-* letra en círculo, en texto: Símbolos de Texto. (line 4497)
+ (line 249)
+* LaTeX, descripción: Descripción. (line 284)
+* letra en círculo, en texto: Símbolos de Texto. (line 4513)
* letra ij, Neerlandés: Caracteres no Ingleses.
- (line 4706)
+ (line 4724)
* letras caligráficas para math: Estilos del Tipo de Letra.
- (line 533)
+ (line 535)
* letras griegas: Símbolos Matemáticos.
- (line 3031)
+ (line 3047)
* letras S afiladas: Caracteres no Ingleses.
- (line 4726)
+ (line 4744)
* letras script para math: Estilos del Tipo de Letra.
- (line 533)
-* letras, acentuadas: Acentos. (line 4589)
+ (line 535)
+* letras, acentuadas: Acentos. (line 4605)
* letras, no Inglesas: Caracteres no Ingleses.
- (line 4685)
+ (line 4703)
* ligadura ae: Caracteres no Ingleses.
- (line 4694)
-* lista de documentos adjuntos: \encl. (line 5020)
+ (line 4712)
+* lista de documentos adjuntos: \encl. (line 5038)
* lista de elementos, especificando el contador: \usecounter.
- (line 2778)
-* lista de elementos, numerados: enumerate. (line 1070)
-* listas cc, en cartas: \cc. (line 5000)
-* listas con viñetas: itemize. (line 1325)
-* listas de descripción, creando: description. (line 1017)
-* listas de elementos: itemize. (line 1325)
-* listas de elementos, genéricas: list. (line 1439)
-* listas etiquetadas, creando: description. (line 1017)
-* listas no ordenadas: itemize. (line 1325)
-* llave de apertura, en texto: Símbolos de Texto. (line 4488)
-* llave derecha, en texto: Símbolos de Texto. (line 4491)
-* llave, derecha, en texto: Símbolos de Texto. (line 4491)
-* llave, izquierda, en texto: Símbolos de Texto. (line 4488)
-* Logotipo de LaTeX: Símbolos de Texto. (line 4424)
-* Logotipo de LaTeX2e: Símbolos de Texto. (line 4427)
-* logotipo de TeX: Símbolos de Texto. (line 4464)
-* logotipo, LaTeX: Símbolos de Texto. (line 4424)
-* logotipo, LaTeX2e: Símbolos de Texto. (line 4427)
-* logotipo, TeX: Símbolos de Texto. (line 4464)
+ (line 2794)
+* lista de elementos, numerados: enumerate. (line 1072)
+* listas cc, en cartas: \cc. (line 5018)
+* listas con viñetas: itemize. (line 1341)
+* listas de descripción, creando: description. (line 1019)
+* listas de elementos: itemize. (line 1341)
+* listas de elementos, genéricas: list. (line 1455)
+* listas etiquetadas, creando: description. (line 1019)
+* listas no ordenadas: itemize. (line 1341)
+* llave de apertura, en texto: Símbolos de Texto. (line 4504)
+* llave derecha, en texto: Símbolos de Texto. (line 4507)
+* llave, derecha, en texto: Símbolos de Texto. (line 4507)
+* llave, izquierda, en texto: Símbolos de Texto. (line 4504)
+* Logotipo de LaTeX: Símbolos de Texto. (line 4440)
+* Logotipo de LaTeX2e: Símbolos de Texto. (line 4443)
+* logotipo de TeX: Símbolos de Texto. (line 4480)
+* logotipo, LaTeX: Símbolos de Texto. (line 4440)
+* logotipo, LaTeX2e: Símbolos de Texto. (line 4443)
+* logotipo, TeX: Símbolos de Texto. (line 4480)
* longitudes predeterminadas: Longitudes Predeterminadas.
- (line 2887)
-* longitudes, añadiendo a: \addtolength. (line 2858)
-* longitudes, configurando: \setlength. (line 2850)
-* longitudes, definiendo nuevas: \newlength. (line 2598)
-* longitudes, definiendo y usando: Longitudes. (line 2844)
+ (line 2903)
+* longitudes, añadiendo a: \addtolength. (line 2874)
+* longitudes, configurando: \setlength. (line 2866)
+* longitudes, definiendo nuevas: \newlength. (line 2614)
+* longitudes, definiendo y usando: Longitudes. (line 2860)
* longitudes, predefinidas: Longitudes Predeterminadas.
- (line 2887)
-* línea de órdenes: Línea de Órdenes. (line 5141)
-* línea recta de guión doble, base: Símbolos de Texto. (line 4563)
-* línea, saltos de: Saltos de Línea. (line 2284)
-* líneas en tablas: tabular. (line 1926)
-* ‘makeindex’ programa: Índices. (line 4921)
-* marca izquierda, doble: Símbolos de Texto. (line 4550)
-* marca palabra compuesta, en texto: Símbolos de Texto. (line 4502)
+ (line 2903)
+* línea de órdenes: Línea de Órdenes. (line 5159)
+* línea recta de guión doble, base: Símbolos de Texto. (line 4579)
+* línea, saltos de: Saltos de Línea. (line 2300)
+* líneas en tablas: tabular. (line 1942)
+* makeindex programa: Índices. (line 4939)
+* marca izquierda, doble: Símbolos de Texto. (line 4566)
+* marca palabra compuesta, en texto: Símbolos de Texto. (line 4518)
* matemáticas, negrita: Estilos del Tipo de Letra.
- (line 519)
-* matrices, matemáticas: array. (line 932)
-* minipage, creando una: minipage. (line 1476)
-* miscelánea math: Miscelánea Math. (line 3845)
-* modo izquierda-a-derecha: Modos. (line 3897)
-* modo lR: Modos. (line 3897)
-* modo math: Modos. (line 3897)
+ (line 521)
+* matrices, matemáticas: array. (line 934)
+* minipage, creando una: minipage. (line 1492)
+* miscelánea math: Miscelánea Math. (line 3861)
+* modo izquierda-a-derecha: Modos. (line 3913)
+* modo lR: Modos. (line 3913)
+* modo math: Modos. (line 3913)
* modo math mode, espaciado: Espacios en Modo Math.
- (line 3826)
+ (line 3842)
* modo math, ingresando al: Fórmulas Matemáticas.
- (line 2985)
-* modo párrafo: Modos. (line 3897)
-* modos: Modos. (line 3897)
-* moneda, dólar: Símbolos de Texto. (line 4513)
-* mostrando texto citado con sangría de párrafo: quotation. (line 1767)
-* mostrando texto citado sin sangría de párrafo: quote. (line 1784)
-* multiplicación discrecional: Miscelánea Math. (line 3846)
-* máquina de escribir en negrita, evitando: description. (line 1029)
+ (line 3001)
+* modo párrafo: Modos. (line 3913)
+* modos: Modos. (line 3913)
+* moneda, dólar: Símbolos de Texto. (line 4529)
+* mostrando texto citado con sangría de párrafo: quotation. (line 1783)
+* mostrando texto citado sin sangría de párrafo: quote. (line 1800)
+* multiplicación discrecional: Miscelánea Math. (line 3862)
+* máquina de escribir en negrita, evitando: description. (line 1031)
* negrita matemáticas: Estilos del Tipo de Letra.
- (line 519)
-* notas al margen: Notas al Margen. (line 2940)
-* notas al pie en figuras: minipage. (line 1492)
-* notas al pie, creando: Notas al Pie. (line 2458)
+ (line 521)
+* notas al margen: Notas al Margen. (line 2956)
+* notas al pie en figuras: minipage. (line 1508)
+* notas al pie, creando: Notas al Pie. (line 2474)
* notas al pie, símbolos en lugar de números en: Notas al Pie Simbólicas.
- (line 2513)
-* notas en el margen: Notas al Margen. (line 2940)
-* nueva línea, comenzando: \\. (line 2297)
-* nueva línea, comenzando (modo de párrafo): \newline. (line 2319)
+ (line 2529)
+* notas en el margen: Notas al Margen. (line 2956)
+* nueva línea, comenzando: \\. (line 2313)
+* nueva línea, comenzando (modo de párrafo): \newline. (line 2335)
* nueva línea, salida como entrada: \obeycr y \restorecr.
- (line 2309)
-* nueva página, iniciando: \newpage. (line 2418)
+ (line 2325)
+* nueva página, iniciando: \newpage. (line 2434)
* nuevas instrucciones, definiendo: \newcommand y \renewcommand.
- (line 2548)
-* número de ecuación, referencias cruzadas: \ref. (line 900)
-* número de figura, referencias cruzadas: \ref. (line 900)
-* número de pie de página, referencias cruzadas: \ref. (line 900)
-* número de página, referencias cruzadas: \pageref. (line 890)
-* número de sección, referencias cruzadas: \ref. (line 900)
-* números de ecuación, omitiendo: eqnarray. (line 1124)
-* números de sección, imprimiendo: Seccionado. (line 839)
-* observaciones en el margen: Notas al Margen. (line 2940)
+ (line 2564)
+* número de ecuación, referencias cruzadas: \ref. (line 902)
+* número de figura, referencias cruzadas: \ref. (line 902)
+* número de pie de página, referencias cruzadas: \ref. (line 902)
+* número de página, referencias cruzadas: \pageref. (line 892)
+* número de sección, referencias cruzadas: \ref. (line 902)
+* números de ecuación, omitiendo: eqnarray. (line 1126)
+* números de sección, imprimiendo: Seccionado. (line 841)
+* observaciones en el margen: Notas al Margen. (line 2956)
* oe ligadura: Caracteres no Ingleses.
- (line 4722)
+ (line 4740)
* omitiendo, cajas negras: Opciones de Clase de Documento.
- (line 388)
+ (line 390)
* opciones de clase: Opciones de Clase de Documento.
- (line 365)
+ (line 367)
* opciones de clase de documento: Opciones de Clase de Documento.
- (line 365)
+ (line 367)
* opciones globales: Opciones de Clase de Documento.
- (line 365)
+ (line 367)
* opciones globales <1>: Opciones de Clase de Documento.
- (line 440)
+ (line 442)
* opciones, clase de documento: Opciones de Clase de Documento.
- (line 365)
+ (line 367)
* opciones, globales: Opciones de Clase de Documento.
- (line 440)
+ (line 442)
* ordinales en español, femenino y masculino: Símbolos de Texto.
- (line 4538)
-* ordinales, femenino y masculino: Símbolos de Texto. (line 4538)
+ (line 4554)
+* ordinales, femenino y masculino: Símbolos de Texto. (line 4554)
* oslash: Caracteres no Ingleses.
- (line 4718)
-* paquete ‘datetime’: \today. (line 4759)
-* paquete ‘float’: figure. (line 1179)
-* paquete ‘makeidx’: Índices. (line 4928)
-* paquete ‘multind’: Índices. (line 4940)
-* paquete ‘setspace’: Instrucciones de Bajo Nivel para el Tipo de Letra.
- (line 638)
-* paquete ‘showidx’: Índices. (line 4936)
+ (line 4736)
+* paquete datetime: \today. (line 4777)
+* paquete float: figure. (line 1181)
+* paquete makeidx: Índices. (line 4946)
+* paquete multind: Índices. (line 4958)
+* paquete setspace: Instrucciones de Bajo Nivel para el Tipo de Letra.
+ (line 640)
+* paquete showidx: Índices. (line 4954)
* paquetes, cargando: Opciones de Clase de Documento.
- (line 433)
+ (line 435)
* parámetros de footnote: Parámetros para Footnote.
- (line 2526)
+ (line 2542)
* parámetros para el diseño de página: Parámetros para el Diseño de Página.
- (line 743)
+ (line 745)
* parámetros, diseño de página: Parámetros para el Diseño de Página.
- (line 743)
+ (line 745)
* parámetros, para footnote: Parámetros para Footnote.
- (line 2526)
+ (line 2542)
* plantillas de documentos: Plantillas de Documento.
- (line 5159)
-* poesía, un entorno para: verse. (line 2265)
-* posdata, en cartas: \ps. (line 5067)
+ (line 5177)
+* poesía, un entorno para: verse. (line 2281)
+* posdata, en cartas: \ps. (line 5085)
* preámbulo, definido: Iniciando y Finalizando.
- (line 340)
-* produce dos columnas: \twocolumn. (line 675)
-* produce una columna: \onecolumn. (line 669)
-* programas de ordenador, composición tipográfica: verbatim. (line 2229)
-* punto centrado, en texto: Símbolos de Texto. (line 4544)
+ (line 342)
+* produce dos columnas: \twocolumn. (line 677)
+* produce una columna: \onecolumn. (line 671)
+* programas de ordenador, composición tipográfica: verbatim. (line 2245)
+* punto centrado, en texto: Símbolos de Texto. (line 4560)
* punto superior acento, math: Acentos Matemáticos.
- (line 3797)
-* punto, centrado, en texto: Símbolos de Texto. (line 4544)
-* puntos suspensivos: Símbolos de Texto. (line 4439)
-* página de título, creando la: titlepage. (line 2210)
-* párrafos: Haciendo Párrafos. (line 2906)
+ (line 3813)
+* punto, centrado, en texto: Símbolos de Texto. (line 4560)
+* puntos suspensivos: Símbolos de Texto. (line 4455)
+* página de título, creando la: titlepage. (line 2226)
+* párrafos: Haciendo Párrafos. (line 2922)
* redefiniendo entornos: \newenvironment y \renewenvironment.
- (line 2625)
-* reducción, omitiendo vertical: \raggedbottom. (line 736)
+ (line 2641)
+* reducción, omitiendo vertical: \raggedbottom. (line 738)
* referencias cruzadas: Referencias Cruzadas.
- (line 850)
-* referencias cruzadas con número de página: \pageref. (line 890)
-* referencias cruzadas, simbólicas: \ref. (line 900)
-* resúmenes: abstract. (line 922)
-* salto de página: Saltos de Página. (line 2394)
-* saltos de línea: Saltos de Línea. (line 2284)
+ (line 852)
+* referencias cruzadas con número de página: \pageref. (line 892)
+* referencias cruzadas, simbólicas: \ref. (line 902)
+* resúmenes: abstract. (line 924)
+* salto de página: Saltos de Página. (line 2410)
+* saltos de línea: Saltos de Línea. (line 2300)
* saltos de línea, evitando: \linebreak y \nolinebreak.
- (line 2375)
+ (line 2391)
* saltos de línea, forzando: \linebreak y \nolinebreak.
- (line 2375)
+ (line 2391)
* saltos de página, evitando: \pagebreak y \nopagebreak.
- (line 2439)
+ (line 2455)
* saltos de página, forzando: \pagebreak y \nopagebreak.
- (line 2439)
-* sangría de párrafos, en minipage: minipage. (line 1488)
-* sangría de párrafos, en minipage <1>: minipage. (line 1488)
-* sangría, forzando la: \indent. (line 2914)
-* sangría, suprimiendo la: \noindent. (line 2926)
-* sangrías de párrafo en texto citado: quotation. (line 1767)
-* sangrías de párrafo en texto citado, omitiendo: quote. (line 1784)
-* seccionado: Seccionado. (line 795)
-* separación de línea, forzando: \\. (line 2297)
-* signo de dólar: Símbolos de Texto. (line 4513)
+ (line 2455)
+* sangría de párrafos, en minipage: minipage. (line 1504)
+* sangría de párrafos, en minipage <1>: minipage. (line 1504)
+* sangría, forzando la: \indent. (line 2930)
+* sangría, suprimiendo la: \noindent. (line 2942)
+* sangrías de párrafo en texto citado: quotation. (line 1783)
+* sangrías de párrafo en texto citado, omitiendo: quote. (line 1800)
+* seccionado: Seccionado. (line 797)
+* separación de línea, forzando: \\. (line 2313)
+* signo de dólar: Símbolos de Texto. (line 4529)
* siguiendo el estilo de encabezado y pie de página: \pagestyle.
- (line 3996)
-* simulando texto escrito: verbatim. (line 2229)
-* subrayado: Acentos. (line 4672)
-* subrayado, en texto: Símbolos de Texto. (line 4581)
+ (line 4012)
+* simulando texto escrito: verbatim. (line 2245)
+* subrayado: Acentos. (line 4689)
+* subrayado, en texto: Símbolos de Texto. (line 4597)
* subíndice: Subíndices y Superíndices.
- (line 3022)
+ (line 3038)
* superíndice: Subíndices y Superíndices.
- (line 3022)
+ (line 3038)
* símbolo bala: Símbolos Matemáticos.
- (line 3112)
-* símbolo círculo grande, en texto: Símbolos de Texto. (line 4485)
-* símbolo de copyright: Símbolos de Texto. (line 4415)
-* símbolo de círculo, grande, en texto: Símbolos de Texto. (line 4485)
-* símbolo de espacio visible, en texto: Símbolos de Texto. (line 4584)
-* símbolo de libra esterlina: Símbolos de Texto. (line 4451)
-* símbolo de libra esterlina <1>: Símbolos de Texto. (line 4451)
-* símbolo de marca comercial: Símbolos de Texto. (line 4575)
-* símbolo de marca registrada: Símbolos de Texto. (line 4566)
+ (line 3128)
+* símbolo círculo grande, en texto: Símbolos de Texto. (line 4501)
+* símbolo de copyright: Símbolos de Texto. (line 4431)
+* símbolo de círculo, grande, en texto: Símbolos de Texto. (line 4501)
+* símbolo de espacio visible, en texto: Símbolos de Texto. (line 4600)
+* símbolo de libra esterlina: Símbolos de Texto. (line 4467)
+* símbolo de libra esterlina <1>: Símbolos de Texto. (line 4467)
+* símbolo de marca comercial: Símbolos de Texto. (line 4591)
+* símbolo de marca registrada: Símbolos de Texto. (line 4582)
* símbolo de multiplicación, con salto de línea discrecional: Miscelánea Math.
- (line 3846)
-* símbolo de párrafo: Símbolos de Texto. (line 4447)
-* símbolo de sección: Símbolos de Texto. (line 4461)
+ (line 3862)
+* símbolo de párrafo: Símbolos de Texto. (line 4463)
+* símbolo de sección: Símbolos de Texto. (line 4477)
* símbolo de vector, math: Acentos Matemáticos.
- (line 3815)
-* símbolo del euro: Símbolos de Texto. (line 4522)
-* símbolo femenino ordinal: Símbolos de Texto. (line 4541)
-* símbolo mayor que, en texto: Símbolos de Texto. (line 4528)
-* símbolo menor que, en texto: Símbolos de Texto. (line 4531)
-* Símbolo ordinal femenino: Símbolos de Texto. (line 4538)
-* símbolo ordinal masculino: Símbolos de Texto. (line 4538)
-* símbolos de texto: Símbolos de Texto. (line 4408)
+ (line 3831)
+* símbolo del euro: Símbolos de Texto. (line 4538)
+* símbolo femenino ordinal: Símbolos de Texto. (line 4557)
+* símbolo mayor que, en texto: Símbolos de Texto. (line 4544)
+* símbolo menor que, en texto: Símbolos de Texto. (line 4547)
+* Símbolo ordinal femenino: Símbolos de Texto. (line 4554)
+* símbolo ordinal masculino: Símbolos de Texto. (line 4554)
+* símbolos de texto: Símbolos de Texto. (line 4424)
* símbolos matemáticos: Símbolos Matemáticos.
- (line 3031)
+ (line 3047)
* símbolos, matemáticos: Símbolos Matemáticos.
- (line 3031)
+ (line 3047)
* tabla de contenido, agregando manualmente: \addcontentsline.
- (line 4845)
+ (line 4863)
* tabla de contenido, creando: Tablas de Contenido.
- (line 4825)
-* tablas, creando: table. (line 1898)
-* tabulaciones, utilizando: tabbing. (line 1800)
+ (line 4843)
+* tablas, creando: table. (line 1914)
+* tabulaciones, utilizando: tabbing. (line 1816)
* tamaño del texto: Tamaños del Tipo de Letra.
- (line 559)
+ (line 561)
* tamaños del tipo de letra: Tamaños del Tipo de Letra.
- (line 559)
+ (line 561)
* tamaños del tipo de letra <1>: Tamaños del Tipo de Letra.
- (line 559)
-* tapa superior: Símbolos de Texto. (line 4502)
-* teoremas, composición tipográfica de: theorem. (line 2197)
-* teoremas, definiendo: \newtheorem. (line 2664)
-* texto citado con sangría de párrafo, mostrando: quotation. (line 1767)
-* texto citado sin sangría de párrafo, mostrando: quote. (line 1784)
-* texto escrito, simulando: verbatim. (line 2229)
-* texto irregular a la derecha: \raggedright. (line 1286)
-* texto irregular a la derecha, entorno para: flushleft. (line 1273)
-* texto irregular a la izquierda: \raggedleft. (line 1312)
-* texto irregular a la izquierda, entorno para: flushright. (line 1299)
-* texto justificado a la derecha: \raggedleft. (line 1312)
-* texto literal: verbatim. (line 2229)
-* texto literal, en línea: \verb. (line 2247)
-* texto multicolumna: \twocolumn. (line 675)
-* thanks, para titlepage: \maketitle. (line 3962)
-* tilde ASCII, en texto: Símbolos de Texto. (line 4470)
-* tilde, ASCII, en texto: Símbolos de Texto. (line 4470)
+ (line 561)
+* tapa superior: Símbolos de Texto. (line 4518)
+* teoremas, composición tipográfica de: theorem. (line 2213)
+* teoremas, definiendo: \newtheorem. (line 2680)
+* texto citado con sangría de párrafo, mostrando: quotation. (line 1783)
+* texto citado sin sangría de párrafo, mostrando: quote. (line 1800)
+* texto escrito, simulando: verbatim. (line 2245)
+* texto irregular a la derecha: \raggedright. (line 1302)
+* texto irregular a la derecha, entorno para: flushleft. (line 1289)
+* texto irregular a la izquierda: \raggedleft. (line 1328)
+* texto irregular a la izquierda, entorno para: flushright. (line 1315)
+* texto justificado a la derecha: \raggedleft. (line 1328)
+* texto literal: verbatim. (line 2245)
+* texto literal, en línea: \verb. (line 2263)
+* texto multicolumna: \twocolumn. (line 677)
+* thanks, para titlepage: \maketitle. (line 3978)
+* tilde ASCII, en texto: Símbolos de Texto. (line 4486)
+* tilde, ASCII, en texto: Símbolos de Texto. (line 4486)
* tipo de letra cursiva: Estilos del Tipo de Letra.
- (line 539)
+ (line 541)
* tipo de letra de ancho fijo: Estilos del Tipo de Letra.
- (line 554)
+ (line 556)
* tipo de letra de máquina de escribir: Estilos del Tipo de Letra.
- (line 554)
+ (line 556)
* tipo de letra monoespacio: Estilos del Tipo de Letra.
- (line 554)
+ (line 556)
* tipo de letra negrita: Estilos del Tipo de Letra.
- (line 530)
+ (line 532)
* tipo de letra oblicua: Estilos del Tipo de Letra.
- (line 551)
+ (line 553)
* tipo de letra oblicua <1>: Estilos del Tipo de Letra.
- (line 551)
+ (line 553)
* tipo de letra romana: Estilos del Tipo de Letra.
- (line 542)
+ (line 544)
* tipo de letra sans serif: Estilos del Tipo de Letra.
- (line 548)
+ (line 550)
* tipo de letra versales: Estilos del Tipo de Letra.
- (line 545)
-* Tipos de Letra: Tipos de Letra. (line 447)
-* tipos de letra: Tipos de Letra. (line 447)
-* tipos de letra, nuevas instrucciones para: \newfont. (line 2694)
-* title, para titlepage: \maketitle. (line 3967)
-* títulos, haciendo: \maketitle. (line 3944)
-* usando BibTeX: Usando BibTeX. (line 2159)
-* variables, una lista de: Contadores. (line 2731)
-* ‘xindy’ programa: Índices. (line 4921)
+ (line 547)
+* Tipos de Letra: Tipos de Letra. (line 449)
+* tipos de letra: Tipos de Letra. (line 449)
+* tipos de letra, nuevas instrucciones para: \newfont. (line 2710)
+* title, para titlepage: \maketitle. (line 3983)
+* títulos, haciendo: \maketitle. (line 3960)
+* usando BibTeX: Usando BibTeX. (line 2175)
+* variables, una lista de: Contadores. (line 2747)
+* xindy programa: Índices. (line 4939)
* Énfasis: Estilos del Tipo de Letra.
- (line 481)
+ (line 483)
* énfasis: Estilos del Tipo de Letra.
- (line 536)
-* índices: Índices. (line 4904)
+ (line 538)
+* índices: Índices. (line 4922)
Índice de Instrucciones
***********************
@@ -5877,1279 +5914,1316 @@ dudas.
* Menu:
* $: Fórmulas Matemáticas.
- (line 3003)
-* @{...}: array. (line 957)
-* \" (acento diéresis): Acentos. (line 4600)
+ (line 3019)
+* @{...}: array. (line 959)
+* \" (acento diéresis): Acentos. (line 4616)
* \#: Caracteres Reservados.
- (line 4380)
+ (line 4396)
* \$: Caracteres Reservados.
- (line 4380)
+ (line 4396)
* \%: Caracteres Reservados.
- (line 4380)
+ (line 4396)
* \&: Caracteres Reservados.
- (line 4380)
-* \' (acento agudo): Acentos. (line 4604)
-* \' (tabbing): tabbing. (line 1844)
+ (line 4396)
+* \' (acento agudo): Acentos. (line 4620)
+* \' (tabbing): tabbing. (line 1860)
* \(: Fórmulas Matemáticas.
- (line 2995)
+ (line 3011)
* \): Fórmulas Matemáticas.
- (line 2995)
-* \*: Miscelánea Math. (line 3845)
-* \+: tabbing. (line 1834)
+ (line 3011)
+* \*: Miscelánea Math. (line 3861)
+* \+: tabbing. (line 1850)
* \,: Espacios en Modo Math.
- (line 3837)
-* \-: tabbing. (line 1839)
-* \- (hyphenation): \- (hyphenation). (line 2325)
-* \. (acento punto encima): Acentos. (line 4609)
-* \/: \/. (line 4115)
+ (line 3853)
+* \-: tabbing. (line 1855)
+* \- (hyphenation): \- (hyphenation). (line 2341)
+* \. (acento punto encima): Acentos. (line 4625)
+* \/: \/. (line 4131)
* \:: Espacios en Modo Math.
- (line 3835)
+ (line 3851)
* \;: Espacios en Modo Math.
- (line 3832)
-* \<: tabbing. (line 1829)
-* \= (acento macrón): Acentos. (line 4613)
-* \= (tabbing): tabbing. (line 1823)
-* \>: tabbing. (line 1827)
+ (line 3848)
+* \<: tabbing. (line 1845)
+* \= (acento macrón): Acentos. (line 4629)
+* \= (tabbing): tabbing. (line 1839)
+* \>: tabbing. (line 1843)
* \> <1>: Espacios en Modo Math.
- (line 3835)
-* \> (tabbing): tabbing. (line 1826)
-* \@: \AT. (line 4093)
-* \a (tabbing): tabbing. (line 1859)
-* \a' (acento agudo en tabulación): tabbing. (line 1860)
-* \a= (acento macrón en tabbing): tabbing. (line 1860)
+ (line 3851)
+* \> (tabbing): tabbing. (line 1842)
+* \@: \AT. (line 4109)
+* \a (tabbing): tabbing. (line 1875)
+* \a' (acento agudo en tabulación): tabbing. (line 1876)
+* \a= (acento macrón en tabbing): tabbing. (line 1876)
* \aa (å): Caracteres no Ingleses.
- (line 4690)
+ (line 4708)
* \AA (Å): Caracteres no Ingleses.
- (line 4690)
+ (line 4708)
* \acute: Acentos Matemáticos.
- (line 3781)
-* \addcontentsline{EXTO}{UNIDAD}{TEXTO}: \addcontentsline. (line 4845)
-* \address: \address. (line 4986)
-* \addtocontents{EXTRA}{TEXTO}: \addtocontents. (line 4874)
-* \addtocounter: \addtocounter. (line 2813)
-* \addtolength: \addtolength. (line 2858)
-* \addvspace: \addvspace. (line 4147)
+ (line 3797)
+* \addcontentsline{EXTO}{UNIDAD}{TEXTO}: \addcontentsline. (line 4863)
+* \address: \address. (line 5004)
+* \addtocontents{EXTRA}{TEXTO}: \addtocontents. (line 4892)
+* \addtocounter: \addtocounter. (line 2829)
+* \addtolength: \addtolength. (line 2874)
+* \addvspace: \addvspace. (line 4163)
* \ae (æ): Caracteres no Ingleses.
- (line 4694)
+ (line 4712)
* \AE (Æ): Caracteres no Ingleses.
- (line 4694)
+ (line 4712)
* \aleph: Símbolos Matemáticos.
- (line 3039)
+ (line 3055)
* \alph: \alph \Alph \arabic \roman \Roman \fnsymbol.
- (line 2750)
+ (line 2766)
* \Alph: \alph \Alph \arabic \roman \Roman \fnsymbol.
- (line 2753)
+ (line 2769)
* \alpha: Símbolos Matemáticos.
- (line 3042)
-* \alsoname: Índices. (line 4918)
+ (line 3058)
+* \alsoname: Índices. (line 4936)
* \amalg: Símbolos Matemáticos.
- (line 3045)
-* \and para ‘\author’: \maketitle. (line 3950)
+ (line 3061)
+* \and para \author: \maketitle. (line 3966)
* \angle: Símbolos Matemáticos.
- (line 3048)
-* \appendix: Seccionado. (line 829)
+ (line 3064)
+* \appendix: Seccionado. (line 831)
* \approx: Símbolos Matemáticos.
- (line 3051)
+ (line 3067)
* \arabic: \alph \Alph \arabic \roman \Roman \fnsymbol.
- (line 2756)
+ (line 2772)
* \arccos: Funciones Matemáticas.
- (line 3672)
+ (line 3688)
* \arcsin: Funciones Matemáticas.
- (line 3675)
+ (line 3691)
* \arctan: Funciones Matemáticas.
- (line 3678)
+ (line 3694)
* \arg: Funciones Matemáticas.
- (line 3681)
-* \arraycolsep: array. (line 969)
-* \arrayrulewidth: tabular. (line 2018)
-* \arraystretch: tabular. (line 2022)
+ (line 3697)
+* \arraycolsep: array. (line 971)
+* \arrayrulewidth: tabular. (line 2034)
+* \arraystretch: tabular. (line 2038)
* \ast: Símbolos Matemáticos.
- (line 3054)
+ (line 3070)
* \asymp: Símbolos Matemáticos.
- (line 3057)
-* \author{NOMBRE \and NOMBRE2}: \maketitle. (line 3949)
-* \a` (acento grave en tabulación): tabbing. (line 1860)
-* \b (acento barra): Acentos. (line 4631)
+ (line 3073)
+* \author{NOMBRE \and NOMBRE2}: \maketitle. (line 3965)
+* \a` (acento grave en tabulación): tabbing. (line 1876)
+* \b (acento barra): Acentos. (line 4647)
* \backslash: Símbolos Matemáticos.
- (line 3060)
+ (line 3076)
* \backslash <1>: Caracteres Reservados.
- (line 4385)
+ (line 4401)
* \bar: Acentos Matemáticos.
- (line 3784)
+ (line 3800)
* \baselineskip: Instrucciones de Bajo Nivel para el Tipo de Letra.
- (line 631)
+ (line 633)
* \baselinestretch: Instrucciones de Bajo Nivel para el Tipo de Letra.
- (line 638)
-* \begin: Entornos. (line 912)
+ (line 640)
+* \begin: Entornos. (line 914)
* \beta: Símbolos Matemáticos.
- (line 3063)
+ (line 3079)
* \bf: Estilos del Tipo de Letra.
- (line 529)
+ (line 531)
* \bfseries: Estilos del Tipo de Letra.
- (line 487)
-* \bibitem: \bibitem. (line 2117)
-* \bibliography: Usando BibTeX. (line 2159)
-* \bibliographystyle: Usando BibTeX. (line 2159)
+ (line 489)
+* \bibitem: \bibitem. (line 2133)
+* \bibliography: Usando BibTeX. (line 2175)
+* \bibliographystyle: Usando BibTeX. (line 2175)
* \bigcap: Símbolos Matemáticos.
- (line 3066)
+ (line 3082)
* \bigcap <1>: Símbolos Matemáticos.
- (line 3096)
+ (line 3112)
* \bigcirc: Símbolos Matemáticos.
- (line 3069)
+ (line 3085)
* \bigcup: Símbolos Matemáticos.
- (line 3072)
+ (line 3088)
* \bigodot: Símbolos Matemáticos.
- (line 3075)
+ (line 3091)
* \bigoplus: Símbolos Matemáticos.
- (line 3078)
+ (line 3094)
* \bigotimes: Símbolos Matemáticos.
- (line 3081)
+ (line 3097)
* \bigskip: \bigskip \medskip \smallskip.
- (line 4162)
+ (line 4178)
* \bigskipamount: \bigskip \medskip \smallskip.
- (line 4162)
+ (line 4178)
* \bigsqcup: Símbolos Matemáticos.
- (line 3090)
+ (line 3106)
* \bigtriangledown: Símbolos Matemáticos.
- (line 3084)
+ (line 3100)
* \bigtriangleup: Símbolos Matemáticos.
- (line 3087)
+ (line 3103)
* \biguplus: Símbolos Matemáticos.
- (line 3093)
+ (line 3109)
* \bigwedge: Símbolos Matemáticos.
- (line 3099)
+ (line 3115)
* \bmod: Funciones Matemáticas.
- (line 3684)
+ (line 3700)
* \boldmath: Fórmulas Matemáticas.
- (line 3008)
+ (line 3024)
* \bot: Símbolos Matemáticos.
- (line 3102)
-* \bottomfraction: figure. (line 1201)
+ (line 3118)
+* \bottomfraction: figure. (line 1203)
* \bowtie: Símbolos Matemáticos.
- (line 3105)
+ (line 3121)
* \Box: Símbolos Matemáticos.
- (line 3108)
+ (line 3124)
* \breve: Acentos Matemáticos.
- (line 3787)
+ (line 3803)
* \bullet: Símbolos Matemáticos.
- (line 3111)
-* \c (acento cedilla): Acentos. (line 4635)
+ (line 3127)
+* \c (acento cedilla): Acentos. (line 4652)
* \cal: Estilos del Tipo de Letra.
- (line 532)
+ (line 534)
* \cap: Símbolos Matemáticos.
- (line 3114)
-* \capitalacute: Acentos. (line 4604)
-* \capitalbreve: Acentos. (line 4669)
-* \capitalcaron: Acentos. (line 4680)
-* \capitalcedilla: Acentos. (line 4635)
-* \capitalcircumflex: Acentos. (line 4617)
-* \capitaldieresis: Acentos. (line 4600)
-* \capitaldotaccent: Acentos. (line 4639)
-* \capitalgrave: Acentos. (line 4622)
-* \capitalhungarumlaut: Acentos. (line 4643)
-* \capitalmacron: Acentos. (line 4613)
-* \capitalnewtie: Acentos. (line 4664)
-* \capitalogonek: Acentos. (line 4653)
-* \capitalring: Acentos. (line 4658)
-* \capitaltie: Acentos. (line 4664)
-* \capitaltilde: Acentos. (line 4628)
-* \caption: figure. (line 1196)
-* \cc: \cc. (line 5000)
+ (line 3130)
+* \capitalacute: Acentos. (line 4620)
+* \capitalbreve: Acentos. (line 4686)
+* \capitalcaron: Acentos. (line 4698)
+* \capitalcedilla: Acentos. (line 4652)
+* \capitalcircumflex: Acentos. (line 4633)
+* \capitaldieresis: Acentos. (line 4616)
+* \capitaldotaccent: Acentos. (line 4656)
+* \capitalgrave: Acentos. (line 4638)
+* \capitalhungarumlaut: Acentos. (line 4660)
+* \capitalmacron: Acentos. (line 4629)
+* \capitalnewtie: Acentos. (line 4681)
+* \capitalogonek: Acentos. (line 4670)
+* \capitalring: Acentos. (line 4675)
+* \capitaltie: Acentos. (line 4681)
+* \capitaltilde: Acentos. (line 4644)
+* \caption: figure. (line 1198)
+* \cc: \cc. (line 5018)
* \cdot: Símbolos Matemáticos.
- (line 3117)
-* \cdots: Miscelánea Math. (line 3849)
-* \centering: \centering. (line 993)
-* \chapter: Seccionado. (line 799)
+ (line 3133)
+* \cdots: Miscelánea Math. (line 3865)
+* \centering: \centering. (line 995)
+* \chapter: Seccionado. (line 801)
* \check: Acentos Matemáticos.
- (line 3790)
+ (line 3806)
* \chi: Símbolos Matemáticos.
- (line 3120)
+ (line 3136)
* \circ: Símbolos Matemáticos.
- (line 3123)
-* \circle: \circle. (line 1578)
-* \cite: \cite. (line 2135)
-* \cleardoublepage: \cleardoublepage. (line 2402)
-* \clearpage: \clearpage. (line 2411)
-* \cline: \cline. (line 2064)
-* \closing: \closing. (line 5010)
+ (line 3139)
+* \circle: \circle. (line 1594)
+* \cite: \cite. (line 2151)
+* \cleardoublepage: \cleardoublepage. (line 2418)
+* \clearpage: \clearpage. (line 2427)
+* \cline: \cline. (line 2080)
+* \closing: \closing. (line 5028)
* \clubsuit: Símbolos Matemáticos.
- (line 3126)
-* \columnsep: \twocolumn. (line 687)
-* \columnseprule: \twocolumn. (line 690)
-* \columnwidth: \twocolumn. (line 694)
+ (line 3142)
+* \columnsep: \twocolumn. (line 689)
+* \columnseprule: \twocolumn. (line 692)
+* \columnwidth: \twocolumn. (line 696)
* \cong: Símbolos Matemáticos.
- (line 3129)
-* \contentsline: \addcontentsline. (line 4868)
+ (line 3145)
+* \contentsline: \addcontentsline. (line 4886)
* \coprod: Símbolos Matemáticos.
- (line 3132)
-* \copyright: Símbolos de Texto. (line 4413)
+ (line 3148)
+* \copyright: Símbolos de Texto. (line 4429)
* \cos: Funciones Matemáticas.
- (line 3687)
+ (line 3703)
* \cosh: Funciones Matemáticas.
- (line 3690)
+ (line 3706)
* \cot: Funciones Matemáticas.
- (line 3693)
+ (line 3709)
* \coth: Funciones Matemáticas.
- (line 3696)
+ (line 3712)
* \csc: Funciones Matemáticas.
- (line 3699)
+ (line 3715)
* \cup: Símbolos Matemáticos.
- (line 3135)
-* \d (acento círculo): Acentos. (line 4639)
-* \dag: Símbolos de Texto. (line 4417)
+ (line 3151)
+* \d (acento círculo): Acentos. (line 4656)
+* \dag: Símbolos de Texto. (line 4433)
* \dagger: Símbolos Matemáticos.
- (line 3138)
-* \dashbox: \dashbox. (line 1630)
+ (line 3154)
+* \dashbox: \dashbox. (line 1646)
* \dashv: Símbolos Matemáticos.
- (line 3141)
-* \date{TEXTO}: \maketitle. (line 3956)
-* \day: \day \month \year. (line 2832)
-* \dblfloatpagefraction: \twocolumn. (line 707)
-* \dblfloatsep: \twocolumn. (line 712)
-* \dbltextfloatsep: \twocolumn. (line 718)
-* \dbltopfraction: \twocolumn. (line 701)
-* \ddag: Símbolos de Texto. (line 4420)
+ (line 3157)
+* \date{TEXTO}: \maketitle. (line 3972)
+* \day: \day \month \year. (line 2848)
+* \dblfloatpagefraction: \twocolumn. (line 709)
+* \dblfloatsep: \twocolumn. (line 714)
+* \dbltextfloatsep: \twocolumn. (line 720)
+* \dbltopfraction: \twocolumn. (line 703)
+* \ddag: Símbolos de Texto. (line 4436)
* \ddagger: Símbolos Matemáticos.
- (line 3144)
+ (line 3160)
* \ddot: Acentos Matemáticos.
- (line 3793)
-* \ddots: Miscelánea Math. (line 3853)
+ (line 3809)
+* \ddots: Miscelánea Math. (line 3869)
* \deg: Funciones Matemáticas.
- (line 3702)
+ (line 3718)
* \Delta: Símbolos Matemáticos.
- (line 3147)
+ (line 3163)
* \delta: Símbolos Matemáticos.
- (line 3150)
+ (line 3166)
* \depth: Longitudes Predeterminadas.
- (line 2891)
+ (line 2907)
* \det: Funciones Matemáticas.
- (line 3705)
+ (line 3721)
* \dh (æ): Caracteres no Ingleses.
- (line 4698)
+ (line 4716)
* \DH (Æ): Caracteres no Ingleses.
- (line 4698)
+ (line 4716)
* \Diamond: Símbolos Matemáticos.
- (line 3153)
+ (line 3169)
* \diamond: Símbolos Matemáticos.
- (line 3156)
+ (line 3172)
* \diamondsuit: Símbolos Matemáticos.
- (line 3159)
+ (line 3175)
* \dim: Funciones Matemáticas.
- (line 3708)
+ (line 3724)
* \displaystyle: Fórmulas Matemáticas.
- (line 3014)
+ (line 3030)
* \div: Símbolos Matemáticos.
- (line 3162)
+ (line 3178)
* \dj: Caracteres no Ingleses.
- (line 4702)
+ (line 4720)
* \DJ: Caracteres no Ingleses.
- (line 4702)
+ (line 4720)
* \documentclass: Clases de Documento.
- (line 347)
-* \documentclass, intrucciones delantes de: filecontents. (line 1242)
+ (line 349)
* \dot: Acentos Matemáticos.
- (line 3796)
+ (line 3812)
* \doteq: Símbolos Matemáticos.
- (line 3165)
-* \dotfill: \dotfill. (line 4141)
-* \dots: Símbolos de Texto. (line 4437)
-* \doublerulesep: tabular. (line 2026)
+ (line 3181)
+* \dotfill: \dotfill. (line 4157)
+* \dots: Símbolos de Texto. (line 4453)
+* \doublerulesep: tabular. (line 2042)
* \downarrow: Símbolos Matemáticos.
- (line 3168)
+ (line 3184)
* \Downarrow: Símbolos Matemáticos.
- (line 3171)
+ (line 3187)
* \ell: Símbolos Matemáticos.
- (line 3174)
+ (line 3190)
* \em: Estilos del Tipo de Letra.
- (line 535)
+ (line 537)
* \emph: Estilos del Tipo de Letra.
- (line 481)
+ (line 483)
* \emptyset: Símbolos Matemáticos.
- (line 3177)
-* \encl: \encl. (line 5020)
-* \end: Entornos. (line 912)
-* \enlargethispage: \enlargethispage. (line 2424)
-* \enumi: enumerate. (line 1095)
-* \enumii: enumerate. (line 1095)
-* \enumiii: enumerate. (line 1095)
-* \enumiv: enumerate. (line 1095)
+ (line 3193)
+* \encl: \encl. (line 5038)
+* \end: Entornos. (line 914)
+* \enlargethispage: \enlargethispage. (line 2440)
+* \enumi: enumerate. (line 1097)
+* \enumii: enumerate. (line 1097)
+* \enumiii: enumerate. (line 1097)
+* \enumiv: enumerate. (line 1097)
* \epsilon: Símbolos Matemáticos.
- (line 3180)
+ (line 3196)
* \equiv: Símbolos Matemáticos.
- (line 3183)
+ (line 3199)
* \eta: Símbolos Matemáticos.
- (line 3186)
+ (line 3202)
* \evensidemargin: Opciones de Clase de Documento.
- (line 413)
+ (line 415)
* \exists: Símbolos Matemáticos.
- (line 3189)
+ (line 3205)
* \exp: Funciones Matemáticas.
- (line 3711)
-* \fbox: \fbox y \framebox. (line 4215)
+ (line 3727)
+* \fbox: \fbox y \framebox. (line 4231)
* \fboxrule: \framebox (picture).
- (line 1624)
-* \fboxrule <1>: \fbox y \framebox. (line 4228)
+ (line 1640)
+* \fboxrule <1>: \fbox y \framebox. (line 4244)
* \fboxsep: \framebox (picture).
- (line 1624)
-* \fboxsep <1>: \fbox y \framebox. (line 4228)
-* \fill: \hfill. (line 4074)
+ (line 1640)
+* \fboxsep <1>: \fbox y \framebox. (line 4244)
+* \fill: \hfill. (line 4090)
* \flat: Símbolos Matemáticos.
- (line 3192)
-* \floatpagefraction: figure. (line 1204)
-* \floatsep: figure. (line 1208)
-* \flushbottom: \flushbottom. (line 726)
+ (line 3208)
+* \floatpagefraction: figure. (line 1206)
+* \floatsep: figure. (line 1210)
+* \flushbottom: \flushbottom. (line 728)
* \fnsymbol: Notas al Pie Simbólicas.
- (line 2518)
+ (line 2534)
* \fnsymbol <1>: \alph \Alph \arabic \roman \Roman \fnsymbol.
- (line 2765)
+ (line 2781)
* \fnsymbol, y notas al pie: Notas al Pie Simbólicas.
- (line 2518)
+ (line 2534)
* \fontencoding: Instrucciones de Bajo Nivel para el Tipo de Letra.
- (line 592)
+ (line 594)
* \fontfamily: Instrucciones de Bajo Nivel para el Tipo de Letra.
- (line 596)
+ (line 598)
* \fontseries: Instrucciones de Bajo Nivel para el Tipo de Letra.
- (line 606)
+ (line 608)
* \fontshape: Instrucciones de Bajo Nivel para el Tipo de Letra.
- (line 618)
+ (line 620)
* \fontsize: Instrucciones de Bajo Nivel para el Tipo de Letra.
- (line 631)
-* \footnote: \footnote. (line 2466)
-* \footnotemark: \footnotemark. (line 2482)
+ (line 633)
+* \footnote: \footnote. (line 2482)
+* \footnotemark: \footnotemark. (line 2498)
* \footnoterule: Parámetros para Footnote.
- (line 2526)
+ (line 2542)
* \footnotesep: Parámetros para Footnote.
- (line 2532)
+ (line 2548)
* \footnotesize: Tamaños del Tipo de Letra.
- (line 565)
-* \footnotetext: \footnotetext. (line 2497)
+ (line 567)
+* \footnotetext: \footnotetext. (line 2513)
* \footskip: Parámetros para el Diseño de Página.
- (line 753)
+ (line 755)
* \forall: Símbolos Matemáticos.
- (line 3195)
-* \frac: Miscelánea Math. (line 3857)
-* \frac{num}{den}: Miscelánea Math. (line 3856)
-* \frame: \frame. (line 1645)
+ (line 3211)
+* \frac: Miscelánea Math. (line 3873)
+* \frac{num}{den}: Miscelánea Math. (line 3872)
+* \frame: \frame. (line 1661)
* \framebox: \framebox (picture).
- (line 1616)
-* \framebox <1>: \fbox y \framebox. (line 4215)
+ (line 1632)
+* \framebox <1>: \fbox y \framebox. (line 4231)
* \frown: Símbolos Matemáticos.
- (line 3198)
-* \fussy: \fussy. (line 2338)
+ (line 3214)
+* \fussy: \fussy. (line 2354)
* \Gamma: Símbolos Matemáticos.
- (line 3201)
+ (line 3217)
* \gamma: Símbolos Matemáticos.
- (line 3204)
+ (line 3220)
* \gcd: Funciones Matemáticas.
- (line 3714)
+ (line 3730)
* \ge: Símbolos Matemáticos.
- (line 3207)
+ (line 3223)
* \geq: Símbolos Matemáticos.
- (line 3210)
+ (line 3226)
* \gets: Símbolos Matemáticos.
- (line 3213)
+ (line 3229)
* \gg: Símbolos Matemáticos.
- (line 3216)
-* \glossary: Glosarios. (line 4891)
-* \glossaryentry: Glosarios. (line 4894)
+ (line 3232)
+* \glossary: Glosarios. (line 4909)
+* \glossaryentry: Glosarios. (line 4912)
* \grave: Acentos Matemáticos.
- (line 3799)
-* \guillemotleft («): Símbolos de Texto. (line 4429)
-* \guillemotright (»): Símbolos de Texto. (line 4430)
-* \guilsinglleft (‹): Símbolos de Texto. (line 4431)
-* \guilsinglright (›): Símbolos de Texto. (line 4432)
-* \H (acento diéresis Húngara): Acentos. (line 4643)
+ (line 3815)
+* \guillemotleft («): Símbolos de Texto. (line 4445)
+* \guillemotright (»): Símbolos de Texto. (line 4446)
+* \guilsinglleft (‹): Símbolos de Texto. (line 4447)
+* \guilsinglright (›): Símbolos de Texto. (line 4448)
+* \H (acento diéresis Húngara): Acentos. (line 4660)
* \hat: Acentos Matemáticos.
- (line 3802)
+ (line 3818)
* \hbar: Símbolos Matemáticos.
- (line 3219)
+ (line 3235)
* \headheight: Parámetros para el Diseño de Página.
- (line 743)
+ (line 745)
* \headsep: Parámetros para el Diseño de Página.
- (line 748)
+ (line 750)
* \heartsuit: Símbolos Matemáticos.
- (line 3222)
+ (line 3238)
* \height: Longitudes Predeterminadas.
- (line 2889)
-* \hfill: \hfill. (line 4070)
-* \hline: \hline. (line 2075)
+ (line 2905)
+* \hfill: \hfill. (line 4086)
+* \hline: \hline. (line 2091)
* \hom: Funciones Matemáticas.
- (line 3717)
+ (line 3733)
* \hookleftarrow: Símbolos Matemáticos.
- (line 3225)
+ (line 3241)
* \hookrightarrow: Símbolos Matemáticos.
- (line 3228)
-* \hrulefill: \hrulefill. (line 4134)
-* \hspace: \hspace. (line 4053)
+ (line 3244)
+* \hrulefill: \hrulefill. (line 4150)
+* \hspace: \hspace. (line 4069)
* \huge: Tamaños del Tipo de Letra.
- (line 565)
+ (line 567)
* \Huge: Tamaños del Tipo de Letra.
- (line 565)
-* \hyphenation: \hyphenation. (line 2358)
-* \i (i sin punto): Acentos. (line 4646)
+ (line 567)
+* \hyphenation: \hyphenation. (line 2374)
+* \i (i sin punto): Acentos. (line 4663)
* \iff: Símbolos Matemáticos.
- (line 3231)
+ (line 3247)
* \ij (ij): Caracteres no Ingleses.
- (line 4706)
+ (line 4724)
* \IJ (IJ): Caracteres no Ingleses.
- (line 4706)
+ (line 4724)
* \Im: Símbolos Matemáticos.
- (line 3234)
+ (line 3250)
* \imath: Acentos Matemáticos.
- (line 3805)
+ (line 3821)
* \in: Símbolos Matemáticos.
- (line 3237)
-* \include: \include. (line 4774)
-* \includeonly: \includeonly. (line 4792)
-* \indent: \indent. (line 2914)
-* \index: Índices. (line 4907)
-* \indexentry: Índices. (line 4910)
+ (line 3253)
+* \include: \include. (line 4792)
+* \includeonly: \includeonly. (line 4810)
+* \indent: \indent. (line 2930)
+* \index: Índices. (line 4925)
+* \indexentry: Índices. (line 4928)
* \inf: Funciones Matemáticas.
- (line 3720)
+ (line 3736)
* \infty: Símbolos Matemáticos.
- (line 3240)
-* \input: \input. (line 4807)
+ (line 3256)
+* \input: \input. (line 4825)
* \int: Símbolos Matemáticos.
- (line 3243)
-* \intextsep: figure. (line 1212)
+ (line 3259)
+* \intextsep: figure. (line 1214)
* \iota: Símbolos Matemáticos.
- (line 3246)
+ (line 3262)
* \it: Estilos del Tipo de Letra.
- (line 538)
-* \item: description. (line 1025)
-* \item <1>: enumerate. (line 1084)
-* \item <2>: itemize. (line 1325)
-* \itemindent: itemize. (line 1370)
-* \itemsep: itemize. (line 1395)
+ (line 540)
+* \item: description. (line 1027)
+* \item <1>: enumerate. (line 1086)
+* \item <2>: itemize. (line 1341)
+* \itemindent: itemize. (line 1386)
+* \itemsep: itemize. (line 1411)
* \itshape: Estilos del Tipo de Letra.
- (line 478)
-* \j (j sin punto): Acentos. (line 4649)
+ (line 480)
+* \j (j sin punto): Acentos. (line 4666)
* \jmath: Acentos Matemáticos.
- (line 3808)
+ (line 3824)
* \Join: Símbolos Matemáticos.
- (line 3249)
-* \k (colita —ogonek en polaco): Acentos. (line 4653)
+ (line 3265)
+* \k (colita —ogonek en polaco): Acentos. (line 4670)
* \kappa: Símbolos Matemáticos.
- (line 3252)
+ (line 3268)
* \ker: Funciones Matemáticas.
- (line 3723)
-* \kill: tabbing. (line 1864)
+ (line 3739)
+* \kill: tabbing. (line 1880)
* \l (ł): Caracteres no Ingleses.
- (line 4710)
+ (line 4728)
* \L (Ł): Caracteres no Ingleses.
- (line 4710)
-* \label: \label. (line 856)
-* \labelenumi: enumerate. (line 1099)
-* \labelenumii: enumerate. (line 1099)
-* \labelenumiii: enumerate. (line 1099)
-* \labelenumiv: enumerate. (line 1099)
-* \labelitemi: itemize. (line 1349)
-* \labelitemii: itemize. (line 1349)
-* \labelitemiii: itemize. (line 1349)
-* \labelitemiv: itemize. (line 1349)
-* \labelsep: itemize. (line 1374)
-* \labelwidth: itemize. (line 1378)
+ (line 4728)
+* \label: \label. (line 858)
+* \labelenumi: enumerate. (line 1101)
+* \labelenumii: enumerate. (line 1101)
+* \labelenumiii: enumerate. (line 1101)
+* \labelenumiv: enumerate. (line 1101)
+* \labelitemi: itemize. (line 1365)
+* \labelitemii: itemize. (line 1365)
+* \labelitemiii: itemize. (line 1365)
+* \labelitemiv: itemize. (line 1365)
+* \labelsep: itemize. (line 1390)
+* \labelwidth: itemize. (line 1394)
* \Lambda: Símbolos Matemáticos.
- (line 3255)
+ (line 3271)
* \lambda: Símbolos Matemáticos.
- (line 3258)
+ (line 3274)
* \land: Símbolos Matemáticos.
- (line 3261)
+ (line 3277)
* \langle: Símbolos Matemáticos.
- (line 3264)
+ (line 3280)
* \large: Tamaños del Tipo de Letra.
- (line 565)
+ (line 567)
* \Large: Tamaños del Tipo de Letra.
- (line 565)
+ (line 567)
* \LARGE: Tamaños del Tipo de Letra.
- (line 565)
-* \LaTeX: Símbolos de Texto. (line 4423)
-* \LaTeXe: Símbolos de Texto. (line 4426)
+ (line 567)
+* \LaTeX: Símbolos de Texto. (line 4439)
+* \LaTeXe: Símbolos de Texto. (line 4442)
* \lbrace: Símbolos Matemáticos.
- (line 3267)
+ (line 3283)
* \lbrack: Símbolos Matemáticos.
- (line 3270)
+ (line 3286)
* \lceil: Símbolos Matemáticos.
- (line 3273)
-* \ldots: Símbolos de Texto. (line 4436)
+ (line 3289)
+* \ldots: Símbolos de Texto. (line 4452)
* \le: Símbolos Matemáticos.
- (line 3276)
+ (line 3292)
* \leadsto: Símbolos Matemáticos.
- (line 3279)
+ (line 3295)
* \left DELIMITADOR1 ... \right DELIMITADOR2: Miscelánea Math.
- (line 3859)
+ (line 3875)
* \Leftarrow: Símbolos Matemáticos.
- (line 3281)
+ (line 3297)
* \leftarrow: Símbolos Matemáticos.
- (line 3284)
-* \lefteqn: eqnarray. (line 1130)
+ (line 3300)
+* \lefteqn: eqnarray. (line 1132)
* \leftharpoondown: Símbolos Matemáticos.
- (line 3287)
+ (line 3303)
* \leftharpoonup: Símbolos Matemáticos.
- (line 3290)
-* \leftmargin: itemize. (line 1356)
-* \leftmargini: itemize. (line 1356)
-* \leftmarginii: itemize. (line 1356)
-* \leftmarginiii: itemize. (line 1356)
-* \leftmarginiv: itemize. (line 1356)
-* \leftmarginv: itemize. (line 1356)
-* \leftmarginvi: itemize. (line 1356)
+ (line 3306)
+* \leftmargin: itemize. (line 1372)
+* \leftmargini: itemize. (line 1372)
+* \leftmarginii: itemize. (line 1372)
+* \leftmarginiii: itemize. (line 1372)
+* \leftmarginiv: itemize. (line 1372)
+* \leftmarginv: itemize. (line 1372)
+* \leftmarginvi: itemize. (line 1372)
* \Leftrightarrow: Símbolos Matemáticos.
- (line 3293)
+ (line 3309)
* \Leftrightarrow <1>: Símbolos Matemáticos.
- (line 3296)
+ (line 3312)
* \leq: Símbolos Matemáticos.
- (line 3299)
+ (line 3315)
* \lfloor: Símbolos Matemáticos.
- (line 3302)
+ (line 3318)
* \lg: Funciones Matemáticas.
- (line 3726)
+ (line 3742)
* \lhd: Símbolos Matemáticos.
- (line 3305)
+ (line 3321)
* \lim: Funciones Matemáticas.
- (line 3729)
+ (line 3745)
* \liminf: Funciones Matemáticas.
- (line 3732)
+ (line 3748)
* \limsup: Funciones Matemáticas.
- (line 3735)
-* \line: \line. (line 1656)
+ (line 3751)
+* \line: \line. (line 1672)
* \linebreak: \linebreak y \nolinebreak.
- (line 2375)
+ (line 2391)
* \linespread: Instrucciones de Bajo Nivel para el Tipo de Letra.
- (line 646)
-* \linethickness: \linethickness. (line 1671)
+ (line 648)
+* \linethickness: \linethickness. (line 1687)
* \linewidth: Parámetros para el Diseño de Página.
- (line 758)
+ (line 760)
* \listoffigures: Tablas de Contenido.
- (line 4835)
+ (line 4853)
* \listoftables: Tablas de Contenido.
- (line 4835)
-* \listparindent: itemize. (line 1382)
+ (line 4853)
+* \listparindent: itemize. (line 1398)
* \ll: Símbolos Matemáticos.
- (line 3308)
+ (line 3324)
* \ln: Funciones Matemáticas.
- (line 3738)
+ (line 3754)
* \lnot: Símbolos Matemáticos.
- (line 3311)
-* \location: \location. (line 5029)
+ (line 3327)
+* \location: \location. (line 5047)
* \log: Funciones Matemáticas.
- (line 3741)
+ (line 3757)
* \longleftarrow: Símbolos Matemáticos.
- (line 3314)
+ (line 3330)
* \longleftrightarrow: Símbolos Matemáticos.
- (line 3317)
+ (line 3333)
* \longmapsto: Símbolos Matemáticos.
- (line 3320)
+ (line 3336)
* \longrightarrow: Símbolos Matemáticos.
- (line 3323)
+ (line 3339)
* \lor: Símbolos Matemáticos.
- (line 3326)
-* \lq: Símbolos de Texto. (line 4442)
-* \makebox: \makebox. (line 4248)
-* \makebox (‘picture’): \makebox (picture). (line 1589)
-* \makeglossary: Glosarios. (line 4889)
-* \makeindex: Índices. (line 4904)
-* \makelabels: \makelabels. (line 5037)
-* \maketitle: \maketitle. (line 3944)
+ (line 3342)
+* \lq: Símbolos de Texto. (line 4458)
+* \makebox: \makebox. (line 4264)
+* \makebox (picture): \makebox (picture). (line 1605)
+* \makeglossary: Glosarios. (line 4907)
+* \makeindex: Índices. (line 4922)
+* \makelabels: \makelabels. (line 5055)
+* \maketitle: \maketitle. (line 3960)
* \mapsto: Símbolos Matemáticos.
- (line 3329)
-* \marginpar: Notas al Margen. (line 2940)
-* \marginparpush: Notas al Margen. (line 2968)
-* \marginparsep: Notas al Margen. (line 2972)
-* \marginparwidth: Notas al Margen. (line 2976)
-* \markboth{IZQUIERDA}{DERECHA}: \pagestyle. (line 4021)
-* \markright{DERECHA}: \pagestyle. (line 4029)
+ (line 3345)
+* \marginpar: Notas al Margen. (line 2956)
+* \marginparpush: Notas al Margen. (line 2984)
+* \marginparsep: Notas al Margen. (line 2988)
+* \marginparwidth: Notas al Margen. (line 2992)
+* \markboth{IZQUIERDA}{DERECHA}: \pagestyle. (line 4037)
+* \markright{DERECHA}: \pagestyle. (line 4045)
* \mathbf: Estilos del Tipo de Letra.
- (line 503)
+ (line 505)
* \mathcal: Estilos del Tipo de Letra.
- (line 517)
+ (line 519)
* \mathnormal: Estilos del Tipo de Letra.
- (line 514)
+ (line 516)
* \mathrm: Estilos del Tipo de Letra.
- (line 501)
+ (line 503)
* \mathsf: Estilos del Tipo de Letra.
- (line 505)
-* \mathtt: Estilos del Tipo de Letra.
(line 507)
+* \mathtt: Estilos del Tipo de Letra.
+ (line 509)
* \mathversion: Estilos del Tipo de Letra.
- (line 519)
+ (line 521)
* \max: Funciones Matemáticas.
- (line 3744)
-* \mbox: \mbox. (line 4207)
+ (line 3760)
+* \mbox: \mbox. (line 4223)
* \mdseries: Estilos del Tipo de Letra.
- (line 484)
+ (line 486)
* \medskip: \bigskip \medskip \smallskip.
- (line 4166)
+ (line 4182)
* \medskipamount: \bigskip \medskip \smallskip.
- (line 4166)
+ (line 4182)
* \mho: Símbolos Matemáticos.
- (line 3332)
+ (line 3348)
* \mid: Símbolos Matemáticos.
- (line 3334)
+ (line 3350)
* \min: Funciones Matemáticas.
- (line 3747)
+ (line 3763)
* \models: Símbolos Matemáticos.
- (line 3337)
-* \month: \day \month \year. (line 2832)
+ (line 3353)
+* \month: \day \month \year. (line 2848)
* \mp: Símbolos Matemáticos.
- (line 3340)
+ (line 3356)
* \mu: Símbolos Matemáticos.
- (line 3343)
-* \multicolumn: \multicolumn. (line 2040)
-* \multiput: \multiput. (line 1695)
+ (line 3359)
+* \multicolumn: \multicolumn. (line 2056)
+* \multiput: \multiput. (line 1711)
* \nabla: Símbolos Matemáticos.
- (line 3346)
-* \name: \name. (line 5046)
+ (line 3362)
+* \name: \name. (line 5064)
* \natural: Símbolos Matemáticos.
- (line 3349)
+ (line 3365)
* \ne: Símbolos Matemáticos.
- (line 3352)
+ (line 3368)
* \nearrow: Símbolos Matemáticos.
- (line 3355)
+ (line 3371)
* \neg: Símbolos Matemáticos.
- (line 3358)
+ (line 3374)
* \neq: Símbolos Matemáticos.
- (line 3361)
+ (line 3377)
* \newcommand: \newcommand y \renewcommand.
- (line 2548)
-* \newcounter: \newcounter. (line 2583)
+ (line 2564)
+* \newcounter: \newcounter. (line 2599)
* \newenvironment: \newenvironment y \renewenvironment.
- (line 2625)
-* \newfont: \newfont. (line 2694)
-* \newlength: \newlength. (line 2598)
-* \newline: \newline. (line 2319)
-* \NEWLINE: \SPACE. (line 4081)
-* \newpage: \newpage. (line 2418)
-* \newsavebox: \newsavebox. (line 2614)
-* \newtheorem: \newtheorem. (line 2664)
-* \newtie: Acentos. (line 4664)
+ (line 2641)
+* \newfont: \newfont. (line 2710)
+* \newlength: \newlength. (line 2614)
+* \newline: \newline. (line 2335)
+* \NEWLINE: \SPACE. (line 4097)
+* \newpage: \newpage. (line 2434)
+* \newsavebox: \newsavebox. (line 2630)
+* \newtheorem: \newtheorem. (line 2680)
+* \newtie: Acentos. (line 4681)
* \ng: Caracteres no Ingleses.
- (line 4714)
+ (line 4732)
* \NG: Caracteres no Ingleses.
- (line 4714)
+ (line 4732)
* \ni: Símbolos Matemáticos.
- (line 3364)
-* \nocite: \nocite. (line 2150)
+ (line 3380)
+* \nocite: \nocite. (line 2166)
* \nofiles: Tablas de Contenido.
- (line 4839)
-* \noindent: \noindent. (line 2926)
+ (line 4857)
+* \noindent: \noindent. (line 2942)
* \nolinebreak: \linebreak y \nolinebreak.
- (line 2375)
-* \nonumber: eqnarray. (line 1124)
+ (line 2391)
+* \nonumber: eqnarray. (line 1126)
* \nopagebreak: \pagebreak y \nopagebreak.
- (line 2439)
+ (line 2455)
* \normalfont: Estilos del Tipo de Letra.
- (line 499)
-* \normalmarginpar: Notas al Margen. (line 2955)
+ (line 501)
+* \normalmarginpar: Notas al Margen. (line 2971)
* \normalsize: Tamaños del Tipo de Letra.
- (line 565)
+ (line 567)
* \not: Símbolos Matemáticos.
- (line 3367)
+ (line 3383)
* \notin: Símbolos Matemáticos.
- (line 3370)
+ (line 3386)
* \nu: Símbolos Matemáticos.
- (line 3373)
+ (line 3389)
* \nwarrow: Símbolos Matemáticos.
- (line 3376)
+ (line 3392)
* \o (ø): Caracteres no Ingleses.
- (line 4718)
+ (line 4736)
* \O (Ø): Caracteres no Ingleses.
- (line 4718)
+ (line 4736)
* \obeycr: \obeycr y \restorecr.
- (line 2309)
+ (line 2325)
* \oddsidemargin: Opciones de Clase de Documento.
- (line 413)
+ (line 415)
* \odot: Símbolos Matemáticos.
- (line 3379)
+ (line 3395)
* \oe (œ): Caracteres no Ingleses.
- (line 4722)
+ (line 4740)
* \OE (Œ): Caracteres no Ingleses.
- (line 4722)
+ (line 4740)
* \oint: Símbolos Matemáticos.
- (line 3382)
+ (line 3398)
* \Omega: Símbolos Matemáticos.
- (line 3385)
+ (line 3401)
* \omega: Símbolos Matemáticos.
- (line 3388)
+ (line 3404)
* \ominus: Símbolos Matemáticos.
- (line 3391)
-* \onecolumn: \onecolumn. (line 669)
-* \opening: \opening. (line 5054)
+ (line 3407)
+* \onecolumn: \onecolumn. (line 671)
+* \opening: \opening. (line 5072)
* \oplus: Símbolos Matemáticos.
- (line 3394)
+ (line 3410)
* \oslash: Símbolos Matemáticos.
- (line 3397)
+ (line 3413)
* \otimes: Símbolos Matemáticos.
- (line 3400)
-* \oval: \oval. (line 1705)
-* \overbrace{TEXTO}: Miscelánea Math. (line 3865)
-* \overline{TEXTO}: Miscelánea Math. (line 3869)
+ (line 3416)
+* \oval: \oval. (line 1721)
+* \overbrace{TEXTO}: Miscelánea Math. (line 3881)
+* \overline{TEXTO}: Miscelánea Math. (line 3885)
* \owns: Símbolos Matemáticos.
- (line 3403)
-* \P: Símbolos de Texto. (line 4445)
+ (line 3419)
+* \P: Símbolos de Texto. (line 4461)
* \pagebreak: \pagebreak y \nopagebreak.
- (line 2439)
-* \pagenumbering: \pagenumbering. (line 3974)
-* \pageref: \pageref. (line 890)
-* \pagestyle: \pagestyle. (line 3996)
-* \paragraph: Seccionado. (line 804)
+ (line 2455)
+* \pagenumbering: \pagenumbering. (line 3990)
+* \pageref: \pageref. (line 892)
+* \pagestyle: \pagestyle. (line 4012)
+* \paragraph: Seccionado. (line 806)
* \parallel: Símbolos Matemáticos.
- (line 3406)
-* \parbox: \parbox. (line 4274)
-* \parindent: minipage. (line 1488)
-* \parindent <1>: \indent. (line 2914)
-* \parsep: itemize. (line 1400)
-* \parskip: \parskip. (line 2933)
-* \part: Seccionado. (line 798)
+ (line 3422)
+* \parbox: \parbox. (line 4290)
+* \parindent: minipage. (line 1504)
+* \parindent <1>: \indent. (line 2930)
+* \parsep: itemize. (line 1416)
+* \parskip: \parskip. (line 2949)
+* \part: Seccionado. (line 800)
* \partial: Símbolos Matemáticos.
- (line 3409)
-* \partopsep: itemize. (line 1412)
+ (line 3425)
+* \partopsep: itemize. (line 1428)
* \perp: Símbolos Matemáticos.
- (line 3412)
+ (line 3428)
* \phi: Símbolos Matemáticos.
- (line 3415)
+ (line 3431)
* \Pi: Símbolos Matemáticos.
- (line 3418)
+ (line 3434)
* \pi: Símbolos Matemáticos.
- (line 3421)
+ (line 3437)
* \pm: Símbolos Matemáticos.
- (line 3424)
+ (line 3440)
* \pmod: Funciones Matemáticas.
- (line 3750)
-* \poptabs: tabbing. (line 1870)
-* \poptabs <1>: tabbing. (line 1871)
-* \pounds: Símbolos de Texto. (line 4449)
+ (line 3766)
+* \poptabs: tabbing. (line 1886)
+* \poptabs <1>: tabbing. (line 1887)
+* \pounds: Símbolos de Texto. (line 4465)
* \Pr: Funciones Matemáticas.
- (line 3753)
+ (line 3769)
* \prec: Símbolos Matemáticos.
- (line 3427)
+ (line 3443)
* \preceq: Símbolos Matemáticos.
- (line 3430)
+ (line 3446)
* \prime: Símbolos Matemáticos.
- (line 3433)
+ (line 3449)
* \prod: Símbolos Matemáticos.
- (line 3436)
+ (line 3452)
* \propto: Símbolos Matemáticos.
- (line 3439)
-* \protect: \protect. (line 2709)
-* \ps: \ps. (line 5067)
+ (line 3455)
+* \protect: \protect. (line 2725)
+* \ps: \ps. (line 5085)
* \Psi: Símbolos Matemáticos.
- (line 3442)
+ (line 3458)
* \psi: Símbolos Matemáticos.
- (line 3445)
-* \pushtabs: tabbing. (line 1874)
-* \put: \put. (line 1729)
-* \quotedblbase („): Símbolos de Texto. (line 4453)
-* \quotesinglbase (‚): Símbolos de Texto. (line 4454)
-* \r (acento anillo): Acentos. (line 4658)
-* \raggedbottom: \raggedbottom. (line 736)
-* \raggedleft: \raggedleft. (line 1312)
-* \raggedright: \raggedright. (line 1286)
-* \raisebox: \raisebox. (line 4316)
+ (line 3461)
+* \pushtabs: tabbing. (line 1890)
+* \put: \put. (line 1745)
+* \quotedblbase („): Símbolos de Texto. (line 4469)
+* \quotesinglbase (‚): Símbolos de Texto. (line 4470)
+* \r (acento anillo): Acentos. (line 4675)
+* \raggedbottom: \raggedbottom. (line 738)
+* \raggedleft: \raggedleft. (line 1328)
+* \raggedright: \raggedright. (line 1302)
+* \raisebox: \raisebox. (line 4332)
* \rangle: Símbolos Matemáticos.
- (line 3448)
+ (line 3464)
* \rbrace: Símbolos Matemáticos.
- (line 3451)
+ (line 3467)
* \rbrack: Símbolos Matemáticos.
- (line 3454)
+ (line 3470)
* \rceil: Símbolos Matemáticos.
- (line 3457)
+ (line 3473)
* \Re: Símbolos Matemáticos.
- (line 3460)
-* \ref: \ref. (line 900)
-* \refstepcounter: \refstepcounter. (line 2819)
+ (line 3476)
+* \ref: \ref. (line 902)
+* \refstepcounter: \refstepcounter. (line 2835)
* \renewenvironment: \newenvironment y \renewenvironment.
- (line 2625)
+ (line 2641)
* \restorecr: \obeycr y \restorecr.
- (line 2309)
-* \reversemarginpar: Notas al Margen. (line 2955)
+ (line 2325)
+* \reversemarginpar: Notas al Margen. (line 2971)
* \rfloor: Símbolos Matemáticos.
- (line 3463)
+ (line 3479)
* \rhd: Símbolos Matemáticos.
- (line 3466)
+ (line 3482)
* \rho: Símbolos Matemáticos.
- (line 3469)
-* \right: Miscelánea Math. (line 3860)
+ (line 3485)
+* \right: Miscelánea Math. (line 3876)
* \Rightarrow: Símbolos Matemáticos.
- (line 3472)
+ (line 3488)
* \rightarrow: Símbolos Matemáticos.
- (line 3475)
+ (line 3491)
* \rightharpoondown: Símbolos Matemáticos.
- (line 3478)
+ (line 3494)
* \rightharpoonup: Símbolos Matemáticos.
- (line 3481)
+ (line 3497)
* \rightleftharpoons: Símbolos Matemáticos.
- (line 3484)
-* \rightmargin: itemize. (line 1386)
+ (line 3500)
+* \rightmargin: itemize. (line 1402)
* \rm: Estilos del Tipo de Letra.
- (line 541)
+ (line 543)
* \rmfamily: Estilos del Tipo de Letra.
- (line 475)
+ (line 477)
* \roman: \alph \Alph \arabic \roman \Roman \fnsymbol.
- (line 2759)
+ (line 2775)
* \roman <1>: \alph \Alph \arabic \roman \Roman \fnsymbol.
- (line 2762)
-* \rq: Símbolos de Texto. (line 4457)
-* \rule: \rule. (line 4735)
-* \S: Símbolos de Texto. (line 4460)
-* \savebox: \savebox. (line 4333)
-* \sbox: \sbox. (line 4345)
+ (line 2778)
+* \rq: Símbolos de Texto. (line 4473)
+* \rule: \rule. (line 4753)
+* \S: Símbolos de Texto. (line 4476)
+* \savebox: \savebox. (line 4349)
+* \sbox: \sbox. (line 4361)
* \sc: Estilos del Tipo de Letra.
- (line 544)
+ (line 546)
* \scriptsize: Tamaños del Tipo de Letra.
- (line 565)
+ (line 567)
* \scshape: Estilos del Tipo de Letra.
- (line 495)
+ (line 497)
* \searrow: Símbolos Matemáticos.
- (line 3487)
+ (line 3503)
* \sec: Funciones Matemáticas.
- (line 3756)
-* \section: Seccionado. (line 801)
-* \seename: Índices. (line 4918)
+ (line 3772)
+* \section: Seccionado. (line 803)
+* \seename: Índices. (line 4936)
* \selectfont: Instrucciones de Bajo Nivel para el Tipo de Letra.
- (line 652)
-* \setcounter: \setcounter. (line 2803)
-* \setlength: \setlength. (line 2850)
+ (line 654)
+* \setcounter: \setcounter. (line 2819)
+* \setlength: \setlength. (line 2866)
* \setminus: Símbolos Matemáticos.
- (line 3490)
-* \settodepth: \settodepth. (line 2865)
-* \settoheight: \settoheight. (line 2873)
-* \settowidth: \settowidth. (line 2881)
+ (line 3506)
+* \settodepth: \settodepth. (line 2881)
+* \settoheight: \settoheight. (line 2889)
+* \settowidth: \settowidth. (line 2897)
* \sf: Estilos del Tipo de Letra.
- (line 547)
+ (line 549)
* \sffamily: Estilos del Tipo de Letra.
- (line 493)
+ (line 495)
* \sharp: Símbolos Matemáticos.
- (line 3493)
-* \shortstack: \shortstack. (line 1737)
+ (line 3509)
+* \shortstack: \shortstack. (line 1753)
* \Sigma: Símbolos Matemáticos.
- (line 3496)
+ (line 3512)
* \sigma: Símbolos Matemáticos.
- (line 3499)
-* \signature: \signature. (line 5073)
+ (line 3515)
+* \signature: \signature. (line 5091)
* \sim: Símbolos Matemáticos.
- (line 3502)
+ (line 3518)
* \simeq: Símbolos Matemáticos.
- (line 3505)
+ (line 3521)
* \sin: Funciones Matemáticas.
- (line 3759)
+ (line 3775)
* \sinh: Funciones Matemáticas.
- (line 3762)
+ (line 3778)
* \sl: Estilos del Tipo de Letra.
- (line 550)
+ (line 552)
* \slshape: Estilos del Tipo de Letra.
- (line 491)
+ (line 493)
* \small: Tamaños del Tipo de Letra.
- (line 565)
+ (line 567)
* \smallint: Símbolos Matemáticos.
- (line 3508)
+ (line 3524)
* \smallskip: \bigskip \medskip \smallskip.
- (line 4170)
+ (line 4186)
* \smallskipamount: \bigskip \medskip \smallskip.
- (line 4170)
+ (line 4186)
* \smile: Símbolos Matemáticos.
- (line 3511)
-* \SPACE: \SPACE. (line 4081)
+ (line 3527)
+* \SPACE: \SPACE. (line 4097)
* \spadesuit: Símbolos Matemáticos.
- (line 3514)
+ (line 3530)
* \sqcap: Símbolos Matemáticos.
- (line 3517)
+ (line 3533)
* \sqcup: Símbolos Matemáticos.
- (line 3520)
-* \sqrt[RAÍZ]{argumento}: Miscelánea Math. (line 3873)
+ (line 3536)
+* \sqrt[RAÍZ]{argumento}: Miscelánea Math. (line 3889)
* \sqsubset: Símbolos Matemáticos.
- (line 3523)
+ (line 3539)
* \sqsubseteq: Símbolos Matemáticos.
- (line 3526)
+ (line 3542)
* \sqsupset: Símbolos Matemáticos.
- (line 3529)
+ (line 3545)
* \sqsupseteq: Símbolos Matemáticos.
- (line 3532)
+ (line 3548)
* \ss (ß): Caracteres no Ingleses.
- (line 4726)
+ (line 4744)
* \SS (SS): Caracteres no Ingleses.
- (line 4726)
-* \stackrel{TEXTO}{RELACIÓN}: Miscelánea Math. (line 3878)
+ (line 4744)
+* \stackrel{TEXTO}{RELACIÓN}: Miscelánea Math. (line 3894)
* \star: Símbolos Matemáticos.
- (line 3535)
-* \startbreaks: \startbreaks. (line 5080)
-* \stepcounter: \stepcounter. (line 2826)
-* \stop: Línea de Órdenes. (line 5152)
-* \stopbreaks: \stopbreaks. (line 5088)
-* \subparagraph: Seccionado. (line 805)
-* \subsection: Seccionado. (line 802)
+ (line 3551)
+* \startbreaks: \startbreaks. (line 5098)
+* \stepcounter: \stepcounter. (line 2842)
+* \stop: Línea de Órdenes. (line 5170)
+* \stopbreaks: \stopbreaks. (line 5106)
+* \subparagraph: Seccionado. (line 807)
+* \subsection: Seccionado. (line 804)
* \subset: Símbolos Matemáticos.
- (line 3538)
+ (line 3554)
* \subseteq: Símbolos Matemáticos.
- (line 3541)
-* \subsubsection: Seccionado. (line 803)
+ (line 3557)
+* \subsubsection: Seccionado. (line 805)
* \succ: Símbolos Matemáticos.
- (line 3544)
+ (line 3560)
* \succeq: Símbolos Matemáticos.
- (line 3547)
+ (line 3563)
* \sum: Símbolos Matemáticos.
- (line 3550)
+ (line 3566)
* \sup: Funciones Matemáticas.
- (line 3765)
+ (line 3781)
* \supset: Símbolos Matemáticos.
- (line 3553)
+ (line 3569)
* \supseteq: Símbolos Matemáticos.
- (line 3556)
+ (line 3572)
* \surd: Símbolos Matemáticos.
- (line 3559)
+ (line 3575)
* \swarrow: Símbolos Matemáticos.
- (line 3562)
+ (line 3578)
* \symbol: Caracteres Reservados.
- (line 4395)
-* \t (acento atadura con siguiente): Acentos. (line 4664)
-* \TAB: \SPACE. (line 4081)
-* \tabbingsep: tabbing. (line 1879)
-* \tabcolsep: tabular. (line 2030)
+ (line 4411)
+* \t (acento atadura con siguiente): Acentos. (line 4681)
+* \TAB: \SPACE. (line 4097)
+* \tabbingsep: tabbing. (line 1895)
+* \tabcolsep: tabular. (line 2046)
* \tableofcontents: Tablas de Contenido.
- (line 4825)
+ (line 4843)
* \tan: Funciones Matemáticas.
- (line 3768)
+ (line 3784)
* \tanh: Funciones Matemáticas.
- (line 3771)
+ (line 3787)
* \tau: Símbolos Matemáticos.
- (line 3565)
-* \telephone: \telephone. (line 5096)
-* \TeX: Símbolos de Texto. (line 4463)
-* \textascenderwordmark: Símbolos de Texto. (line 4501)
-* \textasciicircum: Símbolos de Texto. (line 4466)
-* \textasciitilde: Símbolos de Texto. (line 4469)
-* \textasteriskcentered: Símbolos de Texto. (line 4472)
-* \textbackslash: Símbolos de Texto. (line 4475)
-* \textbar: Símbolos de Texto. (line 4478)
-* \textbardbl: Símbolos de Texto. (line 4481)
+ (line 3581)
+* \telephone: \telephone. (line 5114)
+* \TeX: Símbolos de Texto. (line 4479)
+* \textascenderwordmark: Símbolos de Texto. (line 4517)
+* \textasciicircum: Símbolos de Texto. (line 4482)
+* \textasciitilde: Símbolos de Texto. (line 4485)
+* \textasteriskcentered: Símbolos de Texto. (line 4488)
+* \textbackslash: Símbolos de Texto. (line 4491)
+* \textbar: Símbolos de Texto. (line 4494)
+* \textbardbl: Símbolos de Texto. (line 4497)
* \textbf: Estilos del Tipo de Letra.
- (line 487)
-* \textbigcircle: Símbolos de Texto. (line 4484)
-* \textbraceleft: Símbolos de Texto. (line 4487)
-* \textbraceright: Símbolos de Texto. (line 4490)
-* \textbullet: Símbolos de Texto. (line 4493)
-* \textcapitalwordmark: Símbolos de Texto. (line 4500)
-* \textcircled{LETRA}: Símbolos de Texto. (line 4496)
-* \textcompwordmark: Símbolos de Texto. (line 4499)
-* \textcopyright: Símbolos de Texto. (line 4414)
-* \textdagger: Símbolos de Texto. (line 4506)
-* \textdaggerdbl: Símbolos de Texto. (line 4509)
-* \textdollar (o ‘$’): Símbolos de Texto. (line 4512)
-* \textellipsis: Símbolos de Texto. (line 4438)
-* \textemdash (o ‘---’): Símbolos de Texto. (line 4515)
-* \textendash (o ‘--’): Símbolos de Texto. (line 4518)
-* \texteuro: Símbolos de Texto. (line 4521)
-* \textexclamdown (o ‘!`’): Símbolos de Texto. (line 4524)
-* \textfloatsep: figure. (line 1217)
-* \textfraction: figure. (line 1222)
-* \textgreater: Símbolos de Texto. (line 4527)
+ (line 489)
+* \textbigcircle: Símbolos de Texto. (line 4500)
+* \textbraceleft: Símbolos de Texto. (line 4503)
+* \textbraceright: Símbolos de Texto. (line 4506)
+* \textbullet: Símbolos de Texto. (line 4509)
+* \textcapitalwordmark: Símbolos de Texto. (line 4516)
+* \textcircled{LETRA}: Símbolos de Texto. (line 4512)
+* \textcompwordmark: Símbolos de Texto. (line 4515)
+* \textcopyright: Símbolos de Texto. (line 4430)
+* \textdagger: Símbolos de Texto. (line 4522)
+* \textdaggerdbl: Símbolos de Texto. (line 4525)
+* \textdollar (o \$): Símbolos de Texto. (line 4528)
+* \textellipsis: Símbolos de Texto. (line 4454)
+* \textemdash (o ---): Símbolos de Texto. (line 4531)
+* \textendash (o --): Símbolos de Texto. (line 4534)
+* \texteuro: Símbolos de Texto. (line 4537)
+* \textexclamdown (o !`): Símbolos de Texto. (line 4540)
+* \textfloatsep: figure. (line 1219)
+* \textfraction: figure. (line 1224)
+* \textgreater: Símbolos de Texto. (line 4543)
* \textheight: Parámetros para el Diseño de Página.
- (line 764)
+ (line 766)
* \textit: Estilos del Tipo de Letra.
- (line 478)
-* \textleftarrow: Símbolos de Texto. (line 4533)
-* \textless: Símbolos de Texto. (line 4530)
+ (line 480)
+* \textleftarrow: Símbolos de Texto. (line 4549)
+* \textless: Símbolos de Texto. (line 4546)
* \textmd: Estilos del Tipo de Letra.
- (line 484)
+ (line 486)
* \textnormal: Estilos del Tipo de Letra.
- (line 499)
-* \textordfeminine: Símbolos de Texto. (line 4536)
-* \textordfeminine <1>: Símbolos de Texto. (line 4540)
-* \textordmasculine: Símbolos de Texto. (line 4537)
-* \textparagraph: Símbolos de Texto. (line 4446)
-* \textperiodcentered: Símbolos de Texto. (line 4543)
-* \textquestiondown (o ‘?`’): Símbolos de Texto. (line 4546)
-* \textquotedblleft (o ‘``’): Símbolos de Texto. (line 4549)
-* \textquotedblright (o ‘'’): Símbolos de Texto. (line 4552)
-* \textquoteleft (o ‘`’): Símbolos de Texto. (line 4555)
-* \textquoteright (o ‘'’): Símbolos de Texto. (line 4558)
-* \textquotestraightbase: Símbolos de Texto. (line 4561)
-* \textquotestraightdblbase: Símbolos de Texto. (line 4562)
-* \textregistered: Símbolos de Texto. (line 4565)
-* \textrightarrow: Símbolos de Texto. (line 4568)
+ (line 501)
+* \textordfeminine: Símbolos de Texto. (line 4552)
+* \textordfeminine <1>: Símbolos de Texto. (line 4556)
+* \textordmasculine: Símbolos de Texto. (line 4553)
+* \textparagraph: Símbolos de Texto. (line 4462)
+* \textperiodcentered: Símbolos de Texto. (line 4559)
+* \textquestiondown (o ?`): Símbolos de Texto. (line 4562)
+* \textquotedblleft (o ``): Símbolos de Texto. (line 4565)
+* \textquotedblright (o '): Símbolos de Texto. (line 4568)
+* \textquoteleft (o `): Símbolos de Texto. (line 4571)
+* \textquoteright (o '): Símbolos de Texto. (line 4574)
+* \textquotestraightbase: Símbolos de Texto. (line 4577)
+* \textquotestraightdblbase: Símbolos de Texto. (line 4578)
+* \textregistered: Símbolos de Texto. (line 4581)
+* \textrightarrow: Símbolos de Texto. (line 4584)
* \textrm: Estilos del Tipo de Letra.
- (line 475)
+ (line 477)
* \textsc: Estilos del Tipo de Letra.
- (line 495)
+ (line 497)
* \textsf: Estilos del Tipo de Letra.
- (line 493)
+ (line 495)
* \textsl: Estilos del Tipo de Letra.
- (line 491)
-* \textsterling: Símbolos de Texto. (line 4450)
-* \textthreequartersemdash: Símbolos de Texto. (line 4571)
-* \texttrademark: Símbolos de Texto. (line 4574)
+ (line 493)
+* \textsterling: Símbolos de Texto. (line 4466)
+* \textthreequartersemdash: Símbolos de Texto. (line 4587)
+* \texttrademark: Símbolos de Texto. (line 4590)
* \texttt: Estilos del Tipo de Letra.
- (line 497)
-* \texttwelveudash: Símbolos de Texto. (line 4577)
-* \textunderscore: Símbolos de Texto. (line 4580)
+ (line 499)
+* \texttwelveudash: Símbolos de Texto. (line 4593)
+* \textunderscore: Símbolos de Texto. (line 4596)
* \textup: Estilos del Tipo de Letra.
- (line 489)
-* \textvisiblespace: Símbolos de Texto. (line 4583)
+ (line 491)
+* \textvisiblespace: Símbolos de Texto. (line 4599)
* \textwidth: Parámetros para el Diseño de Página.
- (line 771)
+ (line 773)
* \th (þ): Caracteres no Ingleses.
- (line 4730)
+ (line 4748)
* \TH (Þ): Caracteres no Ingleses.
- (line 4730)
-* \thanks{TEXTO}: \maketitle. (line 3961)
+ (line 4748)
+* \thanks{TEXTO}: \maketitle. (line 3977)
* \theta: Símbolos Matemáticos.
- (line 3568)
-* \thicklines: \thicklines. (line 1681)
-* \thinlines: \thinlines. (line 1688)
-* \thinspace: \thinspace. (line 4108)
-* \thispagestyle: \thispagestyle. (line 4036)
+ (line 3584)
+* \thicklines: \thicklines. (line 1697)
+* \thinlines: \thinlines. (line 1704)
+* \thinspace: \thinspace. (line 4124)
+* \thispagestyle: \thispagestyle. (line 4052)
* \tilde: Acentos Matemáticos.
- (line 3811)
+ (line 3827)
* \times: Símbolos Matemáticos.
- (line 3571)
+ (line 3587)
* \tiny: Tamaños del Tipo de Letra.
- (line 565)
-* \title{TEXTO}: \maketitle. (line 3966)
+ (line 567)
+* \title{TEXTO}: \maketitle. (line 3982)
* \to: Símbolos Matemáticos.
- (line 3574)
-* \today: \today. (line 4754)
+ (line 3590)
+* \today: \today. (line 4772)
* \top: Símbolos Matemáticos.
- (line 3577)
-* \topfraction: figure. (line 1228)
+ (line 3593)
+* \topfraction: figure. (line 1230)
* \topmargin: Parámetros para el Diseño de Página.
- (line 778)
-* \topsep: itemize. (line 1404)
+ (line 780)
+* \topsep: itemize. (line 1420)
* \topskip: Parámetros para el Diseño de Página.
- (line 786)
+ (line 788)
* \totalheight: Longitudes Predeterminadas.
- (line 2893)
+ (line 2909)
* \triangle: Símbolos Matemáticos.
- (line 3580)
+ (line 3596)
* \triangleleft: Símbolos Matemáticos.
- (line 3583)
+ (line 3599)
* \triangleright: Símbolos Matemáticos.
- (line 3586)
+ (line 3602)
* \tt: Estilos del Tipo de Letra.
- (line 553)
+ (line 555)
* \ttfamily: Estilos del Tipo de Letra.
- (line 497)
-* \twocolumn: \twocolumn. (line 675)
-* \typein: \typein. (line 5107)
-* \typeout: \typeout. (line 5122)
-* \u (breve acento): Acentos. (line 4669)
+ (line 499)
+* \twocolumn: \twocolumn. (line 677)
+* \typein: \typein. (line 5125)
+* \typeout: \typeout. (line 5140)
+* \u (breve acento): Acentos. (line 4686)
* \unboldmath: Fórmulas Matemáticas.
- (line 3008)
-* \underbar: Acentos. (line 4672)
-* \underbrace{matemáticas}: Miscelánea Math. (line 3883)
-* \underline{text}: Miscelánea Math. (line 3886)
-* \unitlength: picture. (line 1510)
+ (line 3024)
+* \underbar: Acentos. (line 4689)
+* \underbrace{matemáticas}: Miscelánea Math. (line 3899)
+* \underline{text}: Miscelánea Math. (line 3902)
+* \unitlength: picture. (line 1526)
* \unlhd: Símbolos Matemáticos.
- (line 3589)
+ (line 3605)
* \unrhd: Símbolos Matemáticos.
- (line 3593)
+ (line 3609)
* \Uparrow: Símbolos Matemáticos.
- (line 3597)
+ (line 3613)
* \uparrow: Símbolos Matemáticos.
- (line 3600)
+ (line 3616)
* \Updownarrow: Símbolos Matemáticos.
- (line 3603)
+ (line 3619)
* \updownarrow: Símbolos Matemáticos.
- (line 3606)
+ (line 3622)
* \uplus: Símbolos Matemáticos.
- (line 3609)
+ (line 3625)
* \upshape: Estilos del Tipo de Letra.
- (line 489)
+ (line 491)
* \Upsilon: Símbolos Matemáticos.
- (line 3612)
+ (line 3628)
* \upsilon: Símbolos Matemáticos.
- (line 3615)
-* \usebox: \usebox. (line 4358)
-* \usecounter: \usecounter. (line 2778)
+ (line 3631)
+* \usebox: \usebox. (line 4374)
+* \usecounter: \usecounter. (line 2794)
* \usefont: Instrucciones de Bajo Nivel para el Tipo de Letra.
- (line 657)
+ (line 659)
* \usepackage: Opciones de Clase de Documento.
- (line 433)
-* \v (breve acento): Acentos. (line 4680)
-* \value: \value. (line 2789)
+ (line 435)
+* \v (breve acento): Acentos. (line 4698)
+* \value: \value. (line 2805)
* \varepsilon: Símbolos Matemáticos.
- (line 3618)
+ (line 3634)
* \varphi: Símbolos Matemáticos.
- (line 3621)
+ (line 3637)
* \varpi: Símbolos Matemáticos.
- (line 3624)
+ (line 3640)
* \varrho: Símbolos Matemáticos.
- (line 3627)
+ (line 3643)
* \varsigma: Símbolos Matemáticos.
- (line 3630)
+ (line 3646)
* \vartheta: Símbolos Matemáticos.
- (line 3633)
+ (line 3649)
* \vdash: Símbolos Matemáticos.
- (line 3636)
-* \vdots: Miscelánea Math. (line 3891)
-* \vdots <1>: Miscelánea Math. (line 3892)
+ (line 3652)
+* \vdots: Miscelánea Math. (line 3907)
+* \vdots <1>: Miscelánea Math. (line 3908)
* \vec: Acentos Matemáticos.
- (line 3814)
-* \vector: \vector. (line 1756)
+ (line 3830)
+* \vector: \vector. (line 1772)
* \vee: Símbolos Matemáticos.
- (line 3639)
-* \verb: \verb. (line 2247)
+ (line 3655)
+* \verb: \verb. (line 2263)
* \Vert: Símbolos Matemáticos.
- (line 3642)
+ (line 3658)
* \vert: Símbolos Matemáticos.
- (line 3645)
-* \vfill: \vfill. (line 4179)
-* \vline: \vline. (line 2083)
-* \vspace: \vspace. (line 4186)
+ (line 3661)
+* \vfill: \vfill. (line 4195)
+* \vline: \vline. (line 2099)
+* \vspace: \vspace. (line 4202)
* \wedge: Símbolos Matemáticos.
- (line 3648)
+ (line 3664)
* \widehat: Acentos Matemáticos.
- (line 3817)
+ (line 3833)
* \widetilde: Acentos Matemáticos.
- (line 3820)
+ (line 3836)
* \width: Longitudes Predeterminadas.
- (line 2887)
+ (line 2903)
* \wp: Símbolos Matemáticos.
- (line 3651)
+ (line 3667)
* \wr: Símbolos Matemáticos.
- (line 3654)
+ (line 3670)
* \Xi: Símbolos Matemáticos.
- (line 3657)
+ (line 3673)
* \xi: Símbolos Matemáticos.
- (line 3660)
-* \year: \day \month \year. (line 2832)
+ (line 3676)
+* \year: \day \month \year. (line 2848)
* \zeta: Símbolos Matemáticos.
- (line 3663)
+ (line 3679)
* \[: Fórmulas Matemáticas.
- (line 2995)
-* \\ (para ‘array’): array. (line 953)
-* \\ (para ‘centrar’): center. (line 986)
-* \\ (para ‘eqnarray’): eqnarray. (line 1116)
-* \\ (para ‘flushright’): flushright. (line 1305)
-* \\ (para objetos ‘\shortstack’): \shortstack. (line 1751)
-* \\ forzar la separación de línea: \\. (line 2297)
-* \\ para cartas: Cartas. (line 4976)
-* \\ para ‘flushleft’: flushleft. (line 1279)
-* \\ para ‘tabular’: tabular. (line 1943)
-* \\ para ‘verse’: verse. (line 2276)
-* \\ para ‘\author’: \maketitle. (line 3950)
-* \\ para ‘\title’: \maketitle. (line 3967)
-* \\ tabbing: tabbing. (line 1820)
-* \\* (para ‘eqnarray’): eqnarray. (line 1121)
+ (line 3011)
+* \\ (para array): array. (line 955)
+* \\ (para centrar): center. (line 988)
+* \\ (para eqnarray): eqnarray. (line 1118)
+* \\ (para flushright): flushright. (line 1321)
+* \\ (para objetos \shortstack): \shortstack. (line 1767)
+* \\ forzar la separación de línea: \\. (line 2313)
+* \\ para cartas: Cartas. (line 4994)
+* \\ para flushleft: flushleft. (line 1295)
+* \\ para tabular: tabular. (line 1959)
+* \\ para verse: verse. (line 2292)
+* \\ para \author: \maketitle. (line 3966)
+* \\ para \title: \maketitle. (line 3983)
+* \\ tabbing: tabbing. (line 1836)
+* \\* (para eqnarray): eqnarray. (line 1123)
* \]: Fórmulas Matemáticas.
- (line 2995)
+ (line 3011)
* \^: Caracteres Reservados.
- (line 4391)
-* \^ (acento circunflejo): Acentos. (line 4617)
+ (line 4407)
+* \^ (acento circunflejo): Acentos. (line 4633)
* \_: Caracteres Reservados.
- (line 4380)
-* \` (acento grave): Acentos. (line 4622)
-* \` (tabbing): tabbing. (line 1850)
+ (line 4396)
+* \` (acento grave): Acentos. (line 4638)
+* \` (tabbing): tabbing. (line 1866)
* \{: Caracteres Reservados.
- (line 4380)
+ (line 4396)
* \|: Símbolos Matemáticos.
- (line 3036)
+ (line 3052)
* \}: Caracteres Reservados.
- (line 4380)
+ (line 4396)
* \~: Caracteres Reservados.
- (line 4391)
-* \~ (acento tilde): Acentos. (line 4628)
+ (line 4407)
+* \~ (acento tilde): Acentos. (line 4644)
* ^: Subíndices y Superíndices.
- (line 3022)
+ (line 3038)
* _: Subíndices y Superíndices.
- (line 3022)
-* array entorno: array. (line 932)
-* caja lR: picture. (line 1567)
+ (line 3038)
+* abstract, entorno: abstract. (line 924)
+* array, entorno: array. (line 934)
+* caja lR: picture. (line 1583)
+* center, entorno: center. (line 981)
* clase article: Clases de Documento.
- (line 354)
+ (line 356)
* clase book: Clases de Documento.
- (line 354)
+ (line 356)
* clase letter: Clases de Documento.
- (line 354)
+ (line 356)
* clase report: Clases de Documento.
- (line 354)
+ (line 356)
* clase slides: Clases de Documento.
- (line 354)
-* contador secnumdepth: Seccionado. (line 839)
-* ejemplo \Alph: enumerate. (line 1105)
-* ejemplo \parskip: itemize. (line 1418)
-* entorno flushleft: flushleft. (line 1273)
-* entorno itemize: itemize. (line 1325)
-* entorno abstract: abstract. (line 922)
-* entorno center: center. (line 979)
-* entorno description: description. (line 1017)
-* entorno displaymath: displaymath. (line 1042)
+ (line 356)
+* contador secnumdepth: Seccionado. (line 841)
+* description, entorno: description. (line 1019)
+* displaymath, entorno: displaymath. (line 1044)
+* displaymath, entorno <1>: Fórmulas Matemáticas.
+ (line 3001)
+* document, entorno: document. (line 1066)
+* ejemplo \Alph: enumerate. (line 1107)
+* ejemplo \parskip: itemize. (line 1434)
+* entorno abstract: abstract. (line 924)
+* entorno array: array. (line 934)
+* entorno center: center. (line 981)
+* entorno description: description. (line 1019)
+* entorno displaymath: displaymath. (line 1044)
* entorno displaymath <1>: Fórmulas Matemáticas.
- (line 2985)
-* entorno document: document. (line 1064)
-* entorno enumerate: enumerate. (line 1070)
-* entorno eqnarray: eqnarray. (line 1110)
-* entorno equation: equation. (line 1137)
+ (line 3001)
+* entorno document: document. (line 1066)
+* entorno enumerate: enumerate. (line 1072)
+* entorno eqnarray: eqnarray. (line 1112)
+* entorno equation: equation. (line 1139)
* entorno equation <1>: Fórmulas Matemáticas.
- (line 2985)
-* entorno flushright: flushright. (line 1299)
-* entorno math: math. (line 1463)
+ (line 3001)
+* entorno figure: figure. (line 1152)
+* entorno filecontents: filecontents. (line 1237)
+* entorno filecontents*: filecontents. (line 1237)
+* entorno flushleft: flushleft. (line 1289)
+* entorno flushright: flushright. (line 1315)
+* entorno itemize: itemize. (line 1341)
+* entorno letter: letter. (line 1450)
+* entorno list: list. (line 1455)
+* entorno math: math. (line 1479)
* entorno math <1>: Fórmulas Matemáticas.
- (line 2985)
-* entorno minipage: minipage. (line 1476)
-* entorno tabbing: tabbing. (line 1800)
-* entorno tabular: tabular. (line 1926)
-* entorno theorem: theorem. (line 2197)
-* entorno titlepage: titlepage. (line 2210)
-* entorno verbatim: verbatim. (line 2229)
-* entorno verse: verse. (line 2265)
-* figure: figure. (line 1150)
-* indexspace: Índices. (line 4932)
+ (line 3001)
+* entorno minipage: minipage. (line 1492)
+* entorno picture: picture. (line 1522)
+* entorno quotation: quotation. (line 1783)
+* entorno quote: quote. (line 1800)
+* entorno tabbing: tabbing. (line 1816)
+* entorno table: table. (line 1914)
+* entorno tabular: tabular. (line 1942)
+* entorno thebibliography: thebibliography. (line 2107)
+* entorno theorem: theorem. (line 2213)
+* entorno titlepage: titlepage. (line 2226)
+* entorno verbatim: verbatim. (line 2245)
+* entorno verse: verse. (line 2281)
+* enumerate, entorno: enumerate. (line 1072)
+* eqnarray, entorno: eqnarray. (line 1112)
+* equation, entorno: equation. (line 1139)
+* equation, entorno <1>: Fórmulas Matemáticas.
+ (line 3001)
+* figure, entorno: figure. (line 1152)
+* filecontents*, entorno: filecontents. (line 1237)
+* filecontents, entorno: filecontents. (line 1237)
+* flushleft, entorno: flushleft. (line 1289)
+* flushright, entorno: flushright. (line 1315)
+* indexspace: Índices. (line 4950)
+* itemize, entorno: itemize. (line 1341)
* <latexrefman-discuss@gna.org> dirección de correo electrónico: Acerca de este documento.
- (line 253)
-* letter: letter. (line 1434)
-* list: list. (line 1439)
-* lrbox: lrbox. (line 4238)
+ (line 255)
+* letter, entorno: letter. (line 1450)
+* list, entorno: list. (line 1455)
+* lrbox: lrbox. (line 4254)
+* math, entorno: math. (line 1479)
+* math, entorno <1>: Fórmulas Matemáticas.
+ (line 3001)
+* minipage, entorno: minipage. (line 1492)
* opción 10pt: Opciones de Clase de Documento.
- (line 374)
+ (line 376)
* opción 11pt: Opciones de Clase de Documento.
- (line 374)
+ (line 376)
* opción 12pt: Opciones de Clase de Documento.
- (line 374)
+ (line 376)
* opción a4paper: Opciones de Clase de Documento.
- (line 380)
+ (line 382)
* opción a5paper: Opciones de Clase de Documento.
- (line 380)
+ (line 382)
* opción b5paper: Opciones de Clase de Documento.
- (line 380)
+ (line 382)
* opción draft: Opciones de Clase de Documento.
- (line 385)
+ (line 387)
* opción executivepaper: Opciones de Clase de Documento.
- (line 380)
+ (line 382)
* opción final: Opciones de Clase de Documento.
- (line 385)
+ (line 387)
* opción fleqn: Opciones de Clase de Documento.
- (line 385)
+ (line 387)
* opción landscape: Opciones de Clase de Documento.
- (line 385)
+ (line 387)
* opción legalpaper: Opciones de Clase de Documento.
- (line 380)
+ (line 382)
* opción leqno: Opciones de Clase de Documento.
- (line 385)
+ (line 387)
* opción letterpaper: Opciones de Clase de Documento.
- (line 380)
+ (line 382)
* opción notitlepage: Opciones de Clase de Documento.
- (line 385)
+ (line 387)
* opción onecolumn: Opciones de Clase de Documento.
- (line 406)
+ (line 408)
* opción oneside: Opciones de Clase de Documento.
- (line 406)
+ (line 408)
* opción openany: Opciones de Clase de Documento.
- (line 406)
+ (line 408)
* opción openbib: Opciones de Clase de Documento.
- (line 385)
+ (line 387)
* opción openright: Opciones de Clase de Documento.
- (line 406)
+ (line 408)
* opción titlepage: Opciones de Clase de Documento.
- (line 385)
+ (line 387)
* opción twocolumn: Opciones de Clase de Documento.
- (line 406)
+ (line 408)
* opción twoside: Opciones de Clase de Documento.
- (line 406)
-* paquete textcomp: Símbolos de Texto. (line 4408)
-* picture: picture. (line 1506)
-* printindex: Índices. (line 4928)
-* quotation: quotation. (line 1767)
-* quote: quote. (line 1784)
-* table: table. (line 1898)
-* thebibliography: thebibliography. (line 2091)
+ (line 408)
+* paquete textcomp: Símbolos de Texto. (line 4424)
+* picture, entorno: picture. (line 1522)
+* printindex: Índices. (line 4946)
+* quotation, entorno: quotation. (line 1783)
+* quote, entorno: quote. (line 1800)
+* tabbing, entorno: tabbing. (line 1816)
+* table, entorno: table. (line 1914)
+* tabular, entorno: tabular. (line 1942)
+* thebibliography, entorno: thebibliography. (line 2107)
+* theorem, entorno: theorem. (line 2213)
+* titlepage, entorno: titlepage. (line 2226)
+* verbatim, entorno: verbatim. (line 2245)
+* verse, entorno: verse. (line 2281)
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.xml b/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.xml
index 8bbc3f2ba13..ee239fc1e99 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.xml
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/latex2e-es.xml
@@ -3,7 +3,7 @@
<texinfo xml:lang="es">
<filename file="latex2e-es.xml"></filename>
<preamble>\input texinfo
-</preamble><!-- c $Id: latex2e-es.texi 326 2015-05-07 18:30:57Z karl $ -->
+</preamble><!-- c $Id: latex2e-es.texi 555 2016-11-24 09:45:22Z vincentb1 $ -->
<!-- comment %**start of header (Esto es para ejecutar Texinfo en una región.) -->
<setfilename file="latex2e-es.info" spaces=" ">latex2e-es.info</setfilename>
<documentlanguage xml:lang="es" spaces=" ">es</documentlanguage>
@@ -18,7 +18,7 @@
<!-- c xx mencionar \mathring -->
<!-- c xx mencionar usrguide -->
<!-- c xx mencionar ! combinar la colocación de flotantes, p.15 de la guía -->
-<!-- c xx de usuario en http://ctan.org/tex-archive/info/latex-info/ -->
+<!-- c xx de usuario en http://www.ctan.org/pkg/latex-info (paquete CTAN latex-info) -->
<!-- c -->
<!-- c xx La composición tipográfica de source2e debería tener un índice con -->
<!-- c xx todas las instrucciones del kernel, lo cual debería se un buen -->
@@ -49,30 +49,35 @@ del <cite>&latex; Command Summary</cite> (para
el Grupo de Usuarios &tex; como <cite>&tex;niques</cite> número 10), como
material de referencia (no se copió texto directamente).
</para>
-<para>Copyright 2010 Nacho Pacheco &textmdash;Traducción.&linebreak;
-Copyright 2007, 2008, 2009, 2010 Karl Berry.&linebreak;
+<para>Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nacho Pacheco &textmdash;Traducción.&linebreak;
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Karl Berry.&linebreak;
Copyright 1988, 1994, 2007 Stephen Gilmore.&linebreak;
Copyright 1994, 1995, 1996 Torsten Martinsen.
</para>
-<para>Se concede permiso para hacer y distribuir copias literales de este
-manual siempre que el aviso de copyright y esta nota de permiso se
-conserven en todas las copias.
+<para>A continuación se encuentra la licencia bajo la cual es
+distribuido este manual&comma; una traducción lo es dada en
+anexo&comma; ver <ref label="License-translation"><xrefnodename>License translation</xrefnodename></ref>.
+</para>
+<!-- comment start of License -->
+<para>Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
</para>
<ignore>
-Se concede permiso para procesar este archivo a través de TeX e imprimir
-los resultados, siempre que el documento impreso lleve la copia de aviso
-de permiso previa idéntica a ésta a excepción de la supresión de este
-párrafo (este párrafo no es pertinente para el manual impreso).
+Permission is granted to process this file through TeX and print the
+results, provided the printed document carries copying permission
+notice identical to this one except for the removal of this paragraph
+(this paragraph not being relevant to the printed manual).
</ignore>
-<para>Se concede permiso para copiar y distribuir versiones modificadas de
-este manual bajo las condiciones para una copia literal, a condición de
-que todo el trabajo derivado resultante se distribuya bajo los términos
-de una nota de permiso idéntica a ésta.
+<para>Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the entire
+resulting derived work is distributed under the terms of a permission
+notice identical to this one.
</para>
-<para>Se concede permiso para copiar y distribuir traducciones de este manual
-a otro idioma, con las condiciones anteriores para versiones
-modificadas.
+<para>Permission is granted to copy and distribute translations of this manual
+into another language, under the above conditions for modified versions.
+<!-- comment end of License -->
</para></copying>
<dircategory spaces=" ">TeX</dircategory>
@@ -96,6 +101,15 @@ modificadas.
<shortcontents></shortcontents>
<contents></contents>
+<!-- c Best Effort Symbol -->
+<macro name="BES" line=" BES {utf8,math}"><formalarg>utf8</formalarg><formalarg>math</formalarg>\utf8\
+</macro>
+<macro name="BESU" line=" BESU {utf8,math}"><formalarg>utf8</formalarg><formalarg>math</formalarg>\utf8\
+</macro>
+<macro name="EnvIndex" line=" EnvIndex {env}"><formalarg>env</formalarg>@findex @r{entorno} @code{\env\}
+@findex @code{\env\}, @r{entorno}
+</macro>
+
<node name="Top" spaces=" "><nodename>Top</nodename><nodenext automatic="on">Acerca de este documento</nodenext><nodeup automatic="on">(dir)</nodeup></node>
<top spaces=" "><sectiontitle>&latex;2e</sectiontitle>
@@ -134,6 +148,7 @@ pretende que cubra &latex;2e, que ha sido la versión estándar de
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">Entrada/Salida a la Terminal</menunode><menudescription><pre xml:space="preserve">Interacción del usuario.
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">Línea de Órdenes</menunode><menudescription><pre xml:space="preserve">Comportamiento independiente del sistema de la línea de órdenes.
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">Plantillas de Documento</menunode><menudescription><pre xml:space="preserve">Principales plantillas para diversas clases de documento.
+</pre></menudescription></menuentry><menuentry leadingtext="* "><menutitle separator=": ">Traducción de la licencia</menutitle><menunode separator=". ">License translation</menunode><menudescription><pre xml:space="preserve">Una traducciòn como informaciòn de la licencia.
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">Índice de Conceptos</menunode><menudescription><pre xml:space="preserve">Índice general.
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">Índice de Instrucciones</menunode><menudescription><pre xml:space="preserve">Lista alfabética de instrucciones &latex;.
</pre></menudescription></menuentry></menu>
@@ -1197,7 +1212,8 @@ entorno comienza y termina de la misma manera:
<node name="abstract" spaces=" "><nodename>abstract</nodename><nodenext automatic="on">array</nodenext><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>abstract</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="124"><r>entorno</r> abstract</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="124"><r>entorno</r> <code>abstract</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="125"><code>abstract</code>, <r>entorno</r></indexterm></findex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="73">resúmenes</indexterm></cindex>
<para>Sinopsis:
@@ -1213,7 +1229,8 @@ entorno comienza y termina de la misma manera:
</section>
<node name="array" spaces=" "><nodename>array</nodename><nodenext automatic="on">center</nodenext><nodeprev automatic="on">abstract</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>array</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="125">array <r>entorno</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="126"><r>entorno</r> <code>array</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="127"><code>array</code>, <r>entorno</r></indexterm></findex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="74">matrices, matemáticas</indexterm></cindex>
<para>Sinopsis:
@@ -1241,12 +1258,12 @@ formato debe tener cada linea en esta columna de la siguiente manera:
</tableterm><tableitem><para>alineada a la derecha
</para></tableitem></tableentry></table>
-<findex index="fn" spaces=" "><indexterm index="fn" number="126">\\ (para <code>array</code>)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="128">\\ (para <code>array</code>)</indexterm></findex>
<para>La entradas de columna son separadas con <code>&amp;</code>. Las entradas de
columna pueden incluir otras instrucciones &latex;. Cada fila de la
matriz se termina con <code>\\</code>.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="127">&arobase;&lbrace;...&rbrace;</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="129">&arobase;&lbrace;...&rbrace;</indexterm></findex>
<para>En la plantilla, la construcción <code>&arobase;&lbrace;<var>texto</var>&rbrace;</code> coloca
<var>texto</var> entre columnas en cada fila.
</para>
@@ -1261,7 +1278,7 @@ matriz se termina con <code>\\</code>.
\end&lbrace;equation&rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="128">\arraycolsep</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="130">\arraycolsep</indexterm></findex>
<para>El parámetro <code>\arraycolsep</code> define la mitad del ancho del espacio
de separación entre columnas; el predeterminado es <samp>5pt</samp>.
<xref label="tabular"><xrefnodename>tabular</xrefnodename></xref>, para otros parámetros que afectan el formato en entornos
@@ -1274,7 +1291,8 @@ de separación entre columnas; el predeterminado es <samp>5pt</samp>.
<node name="center" spaces=" "><nodename>center</nodename><nodenext automatic="on">description</nodenext><nodeprev automatic="on">array</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>center</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="129"><r>entorno</r> center</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="131"><r>entorno</r> <code>center</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="132"><code>center</code>, <r>entorno</r></indexterm></findex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="75">centrar texto, entorno para</indexterm></cindex>
<para>Sinopsis:
@@ -1286,7 +1304,7 @@ de separación entre columnas; el predeterminado es <samp>5pt</samp>.
\end&lbrace;center&rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="130">\\ (para <code>centrar</code>)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="133">\\ (para <code>centrar</code>)</indexterm></findex>
<para>El entorno <code>center</code> le permite crear un párrafo consistente de
líneas que están centradas respecto al margen izquierdo y derecho de la
página actual. Cada línea es terminada con dobles barras inversas
@@ -1300,7 +1318,7 @@ página actual. Cada línea es terminada con dobles barras inversas
<node name="_005ccentering" spaces=" "><nodename>\centering</nodename><nodeup automatic="on">center</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\centering</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="131">\centering</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="134">\centering</indexterm></findex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="76">centrar texto, declaración para</indexterm></cindex>
<para>La declaración <code>\centering</code> corresponde al entorno <code>center</code>.
@@ -1333,7 +1351,8 @@ segunda línea \\
<node name="description" spaces=" "><nodename>description</nodename><nodenext automatic="on">displaymath</nodenext><nodeprev automatic="on">center</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>description</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="132"><r>entorno</r> description</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="135"><r>entorno</r> <code>description</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="136"><code>description</code>, <r>entorno</r></indexterm></findex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="77">listas etiquetadas, creando</indexterm></cindex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="78">listas de descripción, creando</indexterm></cindex>
@@ -1347,7 +1366,7 @@ segunda línea \\
\end&lbrace;description&rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="133">\item</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="137">\item</indexterm></findex>
<para>El entorno <code>description</code> se utiliza para hacer listas etiquetadas.
Cada <var>etiqueta</var> es compuesta tipográficamente en negrita, alineada a
la derecha. El texto del <var>elemento</var> puede contener múltiples
@@ -1371,7 +1390,8 @@ simple&rbrace;]</code>.
<node name="displaymath" spaces=" "><nodename>displaymath</nodename><nodenext automatic="on">document</nodenext><nodeprev automatic="on">description</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>displaymath</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="134"><r>entorno</r> displaymath</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="138"><r>entorno</r> <code>displaymath</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="139"><code>displaymath</code>, <r>entorno</r></indexterm></findex>
<para>Sinopsis:
</para>
@@ -1402,7 +1422,8 @@ obtener un número de ecuación, utilice el entorno <code>equation</code>
<node name="document" spaces=" "><nodename>document</nodename><nodenext automatic="on">enumerate</nodenext><nodeprev automatic="on">displaymath</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>document</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="135"><r>entorno</r> document</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="140"><r>entorno</r> <code>document</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="141"><code>document</code>, <r>entorno</r></indexterm></findex>
<para>El entorno <code>document</code> encierra el cuerpo de un documento. este es
obligatorio en cada documento &latex;. <xref label="Iniciando-y-Finalizando"><xrefnodename>Iniciando y Finalizando</xrefnodename></xref>.
@@ -1412,7 +1433,8 @@ obligatorio en cada documento &latex;. <xref label="Iniciando-y-Finalizando"><x
<node name="enumerate" spaces=" "><nodename>enumerate</nodename><nodenext automatic="on">eqnarray</nodenext><nodeprev automatic="on">document</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>enumerate</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="136"><r>entorno</r> enumerate</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="142"><r>entorno</r> <code>enumerate</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="143"><code>enumerate</code>, <r>entorno</r></indexterm></findex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="81">lista de elementos, numerados</indexterm></cindex>
<para>Sinopsis:
@@ -1431,7 +1453,7 @@ niveles de profundidad. Estas también se pueden anidar en otros
entornos de párrafo, tal como <code>itemize</code> (<pxref label="itemize"><xrefnodename>itemize</xrefnodename></pxref>) y
<code>description</code> (<pxref label="description"><xrefnodename>description</xrefnodename></pxref>).
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="137">\item</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="144">\item</indexterm></findex>
<para>Cada elemento de una lista enumerada comienza con una instrucción
<code>\item</code>. En el entorno por lo menos debe haber una instrucción
<code>\item</code>.
@@ -1446,25 +1468,25 @@ siguiente manera:
</para></listitem><listitem spaces=" "><para>A., B., &dots;
</para></listitem></enumerate>
-<findex index="fn" spaces=" "><indexterm index="fn" number="138">\enumi</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="139">\enumii</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="140">\enumiii</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="141">\enumiv</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="145">\enumi</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="146">\enumii</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="147">\enumiii</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="148">\enumiv</indexterm></findex>
<para>El entorno <code>enumerate</code> usa los contadores <code>\enumi</code> hasta
<code>\enumiv</code> (<pxref label="Contadores"><xrefnodename>Contadores</xrefnodename></pxref>). Si se proporciona el argumento
opcional a <code>\item</code>, el contador no se incrementa por cada elemento.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="142">\labelenumi</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="143">\labelenumii</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="144">\labelenumiii</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="145">\labelenumiv</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="149">\labelenumi</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="150">\labelenumii</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="151">\labelenumiii</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="152">\labelenumiv</indexterm></findex>
<para>El entorno <code>enumerate</code> utiliza las instrucciones desde
<code>\labelenumi</code> hasta <code>\labelenumiv</code> para producir la etiqueta
predeterminada. Por lo tanto, usted puede usar <code>\renewcommand</code>
para cambiar las etiquetas (<pxref label="_005cnewcommand-y-_005crenewcommand"><xrefnodename>\newcommand y \renewcommand</xrefnodename></pxref>). Por
ejemplo, para hacer que el primer nivel use letras mayúsculas:
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="146"><r>ejemplo</r> \Alph</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="153"><r>ejemplo</r> \Alph</indexterm></findex>
<example endspaces=" ">
<pre xml:space="preserve">\renewcommand&lbrace;\labelenumi&rbrace;&lbrace;\Alph&lbrace;enumi&rbrace;&rbrace;
</pre></example>
@@ -1475,7 +1497,8 @@ ejemplo, para hacer que el primer nivel use letras mayúsculas:
<node name="eqnarray" spaces=" "><nodename>eqnarray</nodename><nodenext automatic="on">equation</nodenext><nodeprev automatic="on">enumerate</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>eqnarray</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="147"><r>entorno</r> eqnarray</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="154"><r>entorno</r> <code>eqnarray</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="155"><code>eqnarray</code>, <r>entorno</r></indexterm></findex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="82">ecuaciones, alineando</indexterm></cindex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="83">alineando Ecuaciones</indexterm></cindex>
@@ -1487,18 +1510,18 @@ ejemplo, para hacer que el primer nivel use letras mayúsculas:
\end&lbrace;eqnarray&rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="148">\\ (para <code>eqnarray</code>)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="156">\\ (para <code>eqnarray</code>)</indexterm></findex>
<para>El entorno <code>eqnarray</code> se utiliza para mostrar una secuencia de
ecuaciones o desigualdades. Es muy parecido a un entorno <code>array</code>
de tres columnas, con filas consecutivas separadas por <code>\\</code> y
elementos consecutivos en una fila, separados por un <code>&amp;</code>.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="149">\\* (para <code>eqnarray</code>)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="157">\\* (para <code>eqnarray</code>)</indexterm></findex>
<para>también puede utilizar <code>\\*</code> para separar ecuaciones
independientes, con su propósito normal de no permitir saltos de página
en esa línea.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="150">\nonumber</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="158">\nonumber</indexterm></findex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="84">números de ecuación, omitiendo</indexterm></cindex>
<para>Se coloca un número de ecuación en cada línea a menos que la línea tenga
una instrucción <code>\nonumber</code>. Alternativamente, la forma del
@@ -1506,7 +1529,7 @@ entorno con <code>*</code> (<code>\begin&lbrace;eqnarray*&rbrace; ... \end&lbrac
debe omitir por completo la numeración de la ecuación, al tiempo que el
mismo comienza con <code>eqnarray</code>.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="151">\lefteqn</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="159">\lefteqn</indexterm></findex>
<para>La instrucción <code>\lefteqn</code> se utiliza para dividir grandes fórmulas
a través de varias líneas. Su argumento de composición tipográfica en el
estilo de visualización alinea a la izquierda en una caja de ancho cero.
@@ -1516,7 +1539,8 @@ estilo de visualización alinea a la izquierda en una caja de ancho cero.
<node name="equation" spaces=" "><nodename>equation</nodename><nodenext automatic="on">figure</nodenext><nodeprev automatic="on">eqnarray</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>equation</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="152"><r>entorno</r> equation</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="160"><r>entorno</r> <code>equation</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="161"><code>equation</code>, <r>entorno</r></indexterm></findex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="85">ecuaciones, entornos para</indexterm></cindex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="86">fórmulas, entornos para</indexterm></cindex>
@@ -1537,7 +1561,8 @@ derecho.
</section>
<node name="figure" spaces=" "><nodename>figure</nodename><nodenext automatic="on">filecontents</nodenext><nodeprev automatic="on">equation</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>figure</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="153">figure</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="162"><r>entorno</r> <code>figure</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="163"><code>figure</code>, <r>entorno</r></indexterm></findex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="87">insertando figuras</indexterm></cindex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="88">figuras, insertando</indexterm></cindex>
@@ -1593,7 +1618,7 @@ predeterminada <code>tbp</code>.
<para>El cuerpo de la figura se compone de cualquier texto, instrucciones
&latex;, etc., que desee.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="154">\caption</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="164">\caption</indexterm></findex>
<para>La instrucción <code>\caption</code> especifica el <var>texto</var> del título de
la figura. El título de manera predeterminada lleva el número. Si
<var>loftitle</var> está presente, esta se utiliza en la lista de figuras en
@@ -1601,97 +1626,117 @@ lugar del <var>texto</var> (<pxref label="Tablas-de-Contenido"><xrefnodename>Tab
</para>
<!-- c xx ¿secciones float-placement, float-caption? -->
<ftable commandarg="code" spaces=" " endspaces=" ">
-<beforefirstitem><findex index="fn" spaces=" "><indexterm index="fn" number="155">\bottomfraction</indexterm></findex>
+<beforefirstitem><findex index="fn" spaces=" "><indexterm index="fn" number="165">\bottomfraction</indexterm></findex>
<para>La fracción máxima de la página que se permite sea ocupada por flotantes
en la parte inferior; el predeterminado es <samp>.3</samp>.
</para>
-</beforefirstitem><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="156">\floatpagefraction</indexterm>\floatpagefraction</itemformat></item>
+</beforefirstitem><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="166">\floatpagefraction</indexterm>\floatpagefraction</itemformat></item>
</tableterm><tableitem><para>La fracción mínima de una página flotante que deben ocupar los
flotantes; predeterminado a <samp>.5</samp>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="157">\floatsep</indexterm>\floatsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="167">\floatsep</indexterm>\floatsep</itemformat></item>
</tableterm><tableitem><para>Espacio entre flotantes en la parte superior o inferior de una página;
predeterminado a <samp>12pt plus2pt minus2pt</samp>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="158">\intextsep</indexterm>\intextsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="168">\intextsep</indexterm>\intextsep</itemformat></item>
</tableterm><tableitem><para>Espacio por encima y por debajo de un flotante en medio del texto
principal; predeterminado a <samp>12pt plus2pt minus2pt</samp> para estilos de
<samp>10pt</samp> y <samp>11pt</samp>, <samp>14pt plus4pt minus4pt</samp> para
<samp>12pt</samp>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="159">\textfloatsep</indexterm>\textfloatsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="169">\textfloatsep</indexterm>\textfloatsep</itemformat></item>
</tableterm><tableitem><para>Espacio entre el último/primero flotante en la parte superior/inferior
de una página; de manera predeterminada a <samp>20pt plus2pt minus4pt</samp>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="160">\textfraction</indexterm>\textfraction</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="170">\textfraction</indexterm>\textfraction</itemformat></item>
</tableterm><tableitem><para>Mínima fracción de una página que debe ser texto; si los flotantes
ocupan mucho espacio preserva tanto texto como sea posible, para que los
flotantes sean trasladados a una página diferente. El predeterminado es
<samp>.2</samp>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="161">\topfraction</indexterm>\topfraction</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="171">\topfraction</indexterm>\topfraction</itemformat></item>
</tableterm><tableitem><para>Máxima fracción en la parte superior de una página que se puede ocupar
antes de los flotantes; el predeterminado es <samp>.7</samp>.
</para>
</tableitem></tableentry></ftable>
-<!-- c begin vincentb1 20140227 -->
+<!-- c begin vincentb1 20160403 -->
</section>
<node name="filecontents" spaces=" "><nodename>filecontents</nodename><nodenext automatic="on">flushleft</nodenext><nodeprev automatic="on">figure</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>filecontents</code>: Crear un archivo externo</sectiontitle>
+<findex index="fn" spaces=" "><indexterm index="fn" number="172"><r>entorno</r> <code>filecontents</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="173"><code>filecontents</code>, <r>entorno</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="174"><r>entorno</r> <code>filecontents*</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="175"><code>filecontents*</code>, <r>entorno</r></indexterm></findex>
<para>Sinopsis:
</para>
<example endspaces=" ">
<pre xml:space="preserve">\begin&lbrace;filecontents&rbrace;&lbrace;<var>nombre-del-archivo</var>&rbrace;
-<var>contenido-del-archivo</var>
+<var>texto</var>
\end&lbrace;filecontents&rbrace;
-\documentclass&lbrace;<var>mi-clase-de-documento</var>&rbrace;
</pre></example>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="90">instrucción inicial</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="162">\documentclass, intrucciones delantes de</indexterm></findex>
-<para>El entorno <code>filecontents</code> es una <dfn>instrucción inicial</dfn>&nbsp;: es
-decir que se puedo usarlo solo al delante de la declaración
-<code>\documentclass</code>.
+<para>o
</para>
+<example endspaces=" ">
+<pre xml:space="preserve">\begin&lbrace;filecontents*&rbrace;&lbrace;<var>nombre-del-archivo</var>&rbrace;
+<var>texto</var>
+\end&lbrace;filecontents*&rbrace;
+</pre></example>
+
<para>&latex; crea un archivo llamado <var>nombre-del-archivo</var> cuyo contenido
-es <var>contenido-del-archivo</var> con un comentario de cabecera que indica
-cómo y cuando se generó el archivo. Si el archivo ya existe, entonces
-nada lo hará suceder.
+es <var>texto</var>. El entorno sin <code>*</code> pone comentario de cabecera ;
+ver el ejemplo más abajo. Con <code>*</code> <code>filecontents*</code> no incluye
+el comentario de cabecera.
+</para>
+<para>Este entorno puede ser utilizado en cualquier lugar en el preámbulo,
+aunque aparezca en general antes de la instrucción
+<code>\documentclass</code>. Es típicamente utilizado cuando el archivo fuente
+necesita un archivo no estándar de estilo o de clase. El entorno permite
+escribir este archivo en el repertorio que contiene este archivo y así
+de devolver el código fuente autónoma. Otra utilización es incluir
+referencia al formato <code>bib</code> en el archivo fuente, lo mismo para
+hacerlo autónomo.
+</para>
+<para>El entorno verifica si un archivo con lo mismo nombre ya existe, y si
+sí, no hace nada. Hay un paquete <file>filecontents</file> quién vuelve a
+definir el entorno <code>filecontents</code> de modo que en lugar de no hacer
+nada en este caso, sobrescribe en el archivo existente.
+</para>
+<para>Por ejemplo, este documento
</para>
-<para>También puede utilizar el <code>filecontents</code> paquete, que tiene el las
-siguientes ventajas&nbsp;:
-</para><itemize commandarg="bullet" endspaces=" ">
-<listitem><prepend>&bullet;</prepend>
-<para>Si ya existe el archivo, entonces se sobrescribirá.
-</para></listitem><listitem><prepend>&bullet;</prepend>
-<para>Usted puede utilizar el <code>filecontents</code> entorno en cualquier lugar
-después de la declaración <code>\usepackage&lbrace;filecontents&rbrace;</code>.
-</para></listitem><listitem><prepend>&bullet;</prepend>
-<para>El paquete <code>filecontents</code> también proporciona un entorno
-<code>filecontents*</code> que se utiliza en la misma forma que el entorno
-<code>filecontents</code>, salvo que no se introduzca ningún comentario de
-cabecera, por lo que es más adecuado para crear archivos que no están en
-&latex; formato.
-</para></listitem></itemize>
+<example endspaces=" ">
+<pre xml:space="preserve">\documentclass&lbrace;article&rbrace;
+\begin&lbrace;filecontents&rbrace;&lbrace;JH.sty&rbrace;
+\newcommand&lbrace;\minombre&rbrace;&lbrace;Jim Hef&lbrace;&rbrace;feron&rbrace;
+\end&lbrace;filecontents&rbrace;
+\usepackage&lbrace;JH&rbrace;
+\begin&lbrace;document&rbrace;
+Un artículo de \minombre.
+\end&lbrace;document&rbrace;
+</pre></example>
-<para>El entorno <code>filecontents</code> solo crea el archivo, y es sin relación
-con el uso del archivo creado. Por eso es menester por ejemplo la
-instrucción <code>\input</code> o <code>\usepackage</code> o <code>\bibliography</code>,
-cualquiera sea aplicable, par utilizar el archivo creado.
-</para>
-<para>Este entorno es también útil para hacer un ejemplo mínimo en un informe
-de error.
+<para>produce este archivo <file>JH.sty</file>.
</para>
-<!-- c end vincentb1 20140131 -->
+<example endspaces=" ">
+<pre xml:space="preserve">%% LaTeX2e file `JH.sty'
+%% generated by the `filecontents' environment
+%% from source `test' on 2015/10/12.
+%%
+\newcommand&lbrace;\minombre&rbrace;&lbrace;Jim Hef&lbrace;&rbrace;feron&rbrace;
+</pre></example>
+
+
+<!-- c end vincentb1 20160403 -->
</section>
<node name="flushleft" spaces=" "><nodename>flushleft</nodename><nodenext automatic="on">flushright</nodenext><nodeprev automatic="on">filecontents</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>flushleft</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="163"><r>entorno</r> flushleft</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="91">justificar texto a la izquierda, entornos para</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="92">texto irregular a la derecha, entorno para</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="176"><r>entorno</r> <code>flushleft</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="177"><code>flushleft</code>, <r>entorno</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="90">justificar texto a la izquierda, entornos para</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="91">texto irregular a la derecha, entorno para</indexterm></cindex>
<example endspaces=" ">
<pre xml:space="preserve">\begin&lbrace;flushleft&rbrace;
@@ -1701,7 +1746,7 @@ de error.
\end&lbrace;flushleft&rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="164">\\ <r>para <code>flushleft</code></r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="178">\\ <r>para <code>flushleft</code></r></indexterm></findex>
<para>El entorno <code>flushleft</code> le permite crear un párrafo consistente de
líneas que están alineadas en el margen de la mano izquierda y no están
justificadas a la derecha. Cada línea se debe terminar con <code>\\</code>.
@@ -1713,10 +1758,10 @@ justificadas a la derecha. Cada línea se debe terminar con <code>\\</code>.
<node name="_005craggedright" spaces=" "><nodename>\raggedright</nodename><nodeup automatic="on">flushleft</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\raggedright</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="165">\raggedright</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="93">texto irregular a la derecha</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="94">justificando texto a la izquierda</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="95">justificación, alineando a la derecha</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="179">\raggedright</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="92">texto irregular a la derecha</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="93">justificando texto a la izquierda</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="94">justificación, alineando a la derecha</indexterm></cindex>
<para>La declaración <code>\raggedright</code> corresponde al entorno
<code>flushleft</code>. Esta declaración se puede utilizar dentro de un
@@ -1734,9 +1779,10 @@ unidad de párrafo.
</section>
<node name="flushright" spaces=" "><nodename>flushright</nodename><nodenext automatic="on">itemize</nodenext><nodeprev automatic="on">flushleft</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>flushright</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="166"><r>entorno</r> flushright</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="96">texto irregular a la izquierda, entorno para</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="97">justificar texto a la derecha, entorno para</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="180"><r>entorno</r> <code>flushright</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="181"><code>flushright</code>, <r>entorno</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="95">texto irregular a la izquierda, entorno para</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="96">justificar texto a la derecha, entorno para</indexterm></cindex>
<example endspaces=" ">
<pre xml:space="preserve">\begin&lbrace;flushright&rbrace;
@@ -1746,7 +1792,7 @@ unidad de párrafo.
\end&lbrace;flushright&rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="167">\\ (para <code>flushright</code>)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="182">\\ (para <code>flushright</code>)</indexterm></findex>
<para>El entorno <code>flushright</code> le permite crear un párrafo consistente de
líneas que están alineadas en el margen a mano derecha e irregulares a
la izquierda. Cada línea se debe terminar con <code>\\</code>.
@@ -1758,10 +1804,10 @@ la izquierda. Cada línea se debe terminar con <code>\\</code>.
<node name="_005craggedleft" spaces=" "><nodename>\raggedleft</nodename><nodeup automatic="on">flushright</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\raggedleft</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="168">\raggedleft</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="98">texto irregular a la izquierda</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="99">justificación, irregular a la izquierda</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="100">texto justificado a la derecha</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="183">\raggedleft</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="97">texto irregular a la izquierda</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="98">justificación, irregular a la izquierda</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="99">texto justificado a la derecha</indexterm></cindex>
<para>La declaración <code>\raggedleft</code> corresponde al entorno
<code>flushright</code>. Esta declaración se puede utilizar dentro de un
@@ -1779,11 +1825,12 @@ unidad de párrafo.
</section>
<node name="itemize" spaces=" "><nodename>itemize</nodename><nodenext automatic="on">letter</nodenext><nodeprev automatic="on">flushright</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>itemize</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="169"><r>entorno</r> itemize</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="170">\item</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="101">listas de elementos</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="102">listas no ordenadas</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="103">listas con viñetas</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="184"><r>entorno</r> <code>itemize</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="185"><code>itemize</code>, <r>entorno</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="186">\item</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="100">listas de elementos</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="101">listas no ordenadas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="102">listas con viñetas</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -1815,10 +1862,10 @@ apariencia:
</para></listitem><listitem spaces=" "><para>. (punto centrado, aquí representado como un punto)
</para></listitem></enumerate>
-<findex index="fn" spaces=" "><indexterm index="fn" number="171">\labelitemi</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="172">\labelitemii</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="173">\labelitemiii</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="174">\labelitemiv</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="187">\labelitemi</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="188">\labelitemii</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="189">\labelitemiii</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="190">\labelitemiv</indexterm></findex>
<para>El entorno <code>itemize</code> utiliza las instrucciones desde
<code>\labelitemi</code> hasta <code>\labelitemiv</code> para producir la etiqueta
predeterminada. De modo que, usted puede usar <code>\renewcommand</code> para
@@ -1829,13 +1876,13 @@ diamantes:
<pre xml:space="preserve">\renewcommand&lbrace;\labelitemi&rbrace;&lbrace;$\diamond$&rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="175">\leftmargin</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="176">\leftmargini</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="177">\leftmarginii</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="178">\leftmarginiii</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="179">\leftmarginiv</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="180">\leftmarginv</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="181">\leftmarginvi</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="191">\leftmargin</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="192">\leftmargini</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="193">\leftmarginii</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="194">\leftmarginiii</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="195">\leftmarginiv</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="196">\leftmarginv</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="197">\leftmarginvi</indexterm></findex>
<para>Los parámetros desde <code>\leftmargini</code> hasta <code>\leftmarginvi</code>
definen la distancia entre el margen izquierdo del entorno envolvente y
el margen izquierdo de la lista. Por convención, <code>\leftmargin</code> se
@@ -1856,23 +1903,23 @@ las listas anidadas:
<para>Algunos parámetros que afectan el formato de la lista:
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="182">\itemindent</indexterm>\itemindent</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="198">\itemindent</indexterm>\itemindent</itemformat></item>
</tableterm><tableitem><para>Sangrado extra antes de cada elemento de una lista; predeterminado a
cero.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="183">\labelsep</indexterm>\labelsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="199">\labelsep</indexterm>\labelsep</itemformat></item>
</tableterm><tableitem><para>Espacio entre la etiqueta y el texto de un elemento; predeterminado a
<samp>.5em</samp>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="184">\labelwidth</indexterm>\labelwidth</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="200">\labelwidth</indexterm>\labelwidth</itemformat></item>
</tableterm><tableitem><para>Ancho de la etiqueta; predeterminado a <samp>2em</samp>, o <samp>1.5em</samp> en
modo two-column.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="185">\listparindent</indexterm>\listparindent</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="201">\listparindent</indexterm>\listparindent</itemformat></item>
</tableterm><tableitem><para>Sangría extra añadida al segundo y subsecuentes párrafos, dentro de un
elemento de la lista; predeterminado a <samp>0pt</samp>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="186">\rightmargin</indexterm>\rightmargin</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="202">\rightmargin</indexterm>\rightmargin</itemformat></item>
</tableterm><tableitem><para>Distancia horizontal entre el margen derecho de la lista y el entorno
envolvente; de manera predeterminada <samp>0pt</samp>, salbo en los entornos
<code>quote</code>, <code>quotation</code> y <code>verse</code>, donde se hace igual a
@@ -1884,17 +1931,17 @@ envolvente; de manera predeterminada <samp>0pt</samp>, salbo en los entornos
lista (más bien libre, de manera predeterminada).
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="187">\itemsep</indexterm>\itemsep</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="203">\itemsep</indexterm>\itemsep</itemformat></item>
</tableterm><tableitem><para>Espacio vertical entre elementos. El predeterminado es <code>2pt
plus1pt minus1pt</code> para <code>10pt</code> documentos, <code>3pt plus2pt
minus1pt</code> para <code>11pt</code> y <code>4.5pt plus2pt minus1pt</code> para
<code>12pt</code>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="188">\parsep</indexterm>\parsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="204">\parsep</indexterm>\parsep</itemformat></item>
</tableterm><tableitem><para>Espacio vertical extra entre párrafos dentro de un elemento de la lista.
Los predeterminados son los mismos que para <code>\itemsep</code>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="189">\topsep</indexterm>\topsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="205">\topsep</indexterm>\topsep</itemformat></item>
</tableterm><tableitem><para>Espacio vertical entre el primer elemento y el párrafo anterior.
</para>
<para>Para listas de nivel superior, el predeterminado es
@@ -1903,7 +1950,7 @@ Los predeterminados son los mismos que para <code>\itemsep</code>.
<code>10pt plus4pt minus6pt</code> para <code>12pt</code>. Estos se reducen
en listas anidadas.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="190">\partopsep</indexterm>\partopsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="206">\partopsep</indexterm>\partopsep</itemformat></item>
</tableterm><tableitem><para>Espacio extra añadido a <code>\topsep</code> cuando el entorno lista comienza
un párrafo. El valor predeterminado es <code>2pt plus1pt minus1pt</code> para
<code>10pt</code> documentos, <code>3pt plus1pt minus1pt</code> para <code>11pt</code> y
@@ -1911,7 +1958,7 @@ un párrafo. El valor predeterminado es <code>2pt plus1pt minus1pt</code> para
</para>
</tableitem></tableentry></ftable>
-<findex index="fn" spaces=" "><indexterm index="fn" number="191"><r>ejemplo</r> \parskip</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="207"><r>ejemplo</r> \parskip</indexterm></findex>
<para>Sobre todo para listas con elementos cortos, puede ser conveniente
eludir los espacios entre ellos. He aquí un ejemplo de una definición
del entorno <code>itemize*</code> sin espacio extra entre elementos o entre
@@ -1931,7 +1978,8 @@ la lista, <pxref label="_005cparskip"><xrefnodename>\parskip</xrefnodename></pxr
</section>
<node name="letter" spaces=" "><nodename>letter</nodename><nodenext automatic="on">list</nodenext><nodeprev automatic="on">itemize</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle>Entorno <code>letter</code>: Escribiendo Cartas</sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="192">letter</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="208"><r>entorno</r> <code>letter</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="209"><code>letter</code>, <r>entorno</r></indexterm></findex>
<para>Este entorno se utiliza para crear cartas. <xref label="Cartas"><xrefnodename>Cartas</xrefnodename></xref>.
</para>
@@ -1939,8 +1987,9 @@ la lista, <pxref label="_005cparskip"><xrefnodename>\parskip</xrefnodename></pxr
</section>
<node name="list" spaces=" "><nodename>list</nodename><nodenext automatic="on">math</nodenext><nodeprev automatic="on">letter</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>list</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="193">list</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="104">listas de elementos, genéricas</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="210"><r>entorno</r> <code>list</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="211"><code>list</code>, <r>entorno</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="103">listas de elementos, genéricas</indexterm></cindex>
<para>El entorno <code>list</code> es un entorno genérico que se utiliza para
definir mucho de los entornos más específicos. Este rara vez se utiliza
@@ -1970,8 +2019,9 @@ predeterminado.
<node name="math" spaces=" "><nodename>math</nodename><nodenext automatic="on">minipage</nodenext><nodeprev automatic="on">list</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>math</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="194"><r>entorno</r> math</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="105">fórmulas en línea</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="212"><r>entorno</r> <code>math</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="213"><code>math</code>, <r>entorno</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="104">fórmulas en línea</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -1990,8 +2040,9 @@ texto actual. <code>\(...\))</code> y <code>$...$</code> son sinónimos.
<node name="minipage" spaces=" "><nodename>minipage</nodename><nodenext automatic="on">picture</nodenext><nodeprev automatic="on">math</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>minipage</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="195"><r>entorno</r> minipage</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="106">minipage, creando una</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="214"><r>entorno</r> <code>minipage</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="215"><code>minipage</code>, <r>entorno</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="105">minipage, creando una</indexterm></cindex>
<example endspaces=" ">
<pre xml:space="preserve">\begin&lbrace;minipage&rbrace;[<var>posición</var>][<var>alto</var>][<var>pos-interna</var>]&lbrace;<var>ancho</var>&rbrace;
@@ -2009,15 +2060,15 @@ marcado de párrafos dentro de una minipágina.
<para>Los argumentos son los mismos que para <code>\parbox</code>
(<pxref label="_005cparbox"><xrefnodename>\parbox</xrefnodename></pxref>).
</para>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="106">sangría de párrafos, en minipage</indexterm></cindex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="107">sangría de párrafos, en minipage</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="108">sangría de párrafos, en minipage</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="196">\parindent</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="216">\parindent</indexterm></findex>
<para>De forma predeterminada, en el entorno <code>minipage</code> los párrafos no
tienen sangría. Usted puede restablecer la sangría con una instrucción
tal como <code>\setlength&lbrace;\parindent&rbrace;&lbrace;1pc&rbrace;</code>.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="109">notas al pie en figuras</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="110">figuras, en notas al pie</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="108">notas al pie en figuras</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="109">figuras, en notas al pie</indexterm></cindex>
<para>La notas al pie en un entorno <code>minipage</code> son manipuladas de una
manera que es especialmente útil para poner notas en figuras o tablas.
Una instrucción <code>\footnote</code> o <code>\footnotetext</code> coloca la nota
@@ -2034,9 +2085,10 @@ minipágina.
<node name="picture" spaces=" "><nodename>picture</nodename><nodenext automatic="on">quotation</nodenext><nodeprev automatic="on">minipage</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>picture</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="197">picture</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="111">creando imágenes</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="112">imágenes, creando</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="217"><r>entorno</r> <code>picture</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="218"><code>picture</code>, <r>entorno</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="110">creando imágenes</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="111">imágenes, creando</indexterm></cindex>
<example endspaces=" ">
<pre xml:space="preserve">\begin&lbrace;picture&rbrace;(ancho,alto)(desplazamiento x,desplazamiento y)
@@ -2044,7 +2096,7 @@ minipágina.
\end&lbrace;picture&rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="198">\unitlength</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="219">\unitlength</indexterm></findex>
<para>El entorno <code>picture</code> le permite crear casi cualquier clase de
imagen que desee que contenga su texto, lineas, flechas y círculos.
Usted le dice a &latex; dónde colocar las cosas en la imagen
@@ -2109,7 +2161,7 @@ utiliza &latex; para determinar cuánto espacio dejar para ello.
de referencia en las coordenadas <math>(11.3, -.3)</math>. Los puntos de
referencia para distintos objetos se describen a continuación.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="199">caja lR</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="220">caja lR</indexterm></findex>
<para>La instrucción <code>\put</code> crea una <dfn>caja LR</dfn>. Puede poner
cualquier cosa que vaya en una <code>\mbox</code> (<pxref label="_005cmbox"><xrefnodename>\mbox</xrefnodename></pxref>) en el
argumento texto de la instrucción <code>\put</code>. Al hacer esto, el punto
@@ -2138,7 +2190,7 @@ secciones.
<node name="_005ccircle" spaces=" "><nodename>\circle</nodename><nodenext automatic="on">\makebox (picture)</nodenext><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\circle</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="200">\circle</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="221">\circle</indexterm></findex>
<example endspaces=" ">
<pre xml:space="preserve">\circle[*]&lbrace;<var>diámetro</var>&rbrace;
@@ -2154,7 +2206,7 @@ instrucción dibuja un círculo sólido.
</subsection>
<node name="_005cmakebox-_0028picture_0029" spaces=" "><nodename>\makebox (picture)</nodename><nodenext automatic="on">\framebox (picture)</nodenext><nodeprev automatic="on">\circle</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\makebox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="201">\makebox (<code>picture</code>)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="222">\makebox (<code>picture</code>)</indexterm></findex>
<example endspaces=" ">
<pre xml:space="preserve">\makebox(<var>ancho</var>,<var>alto</var>)[<var>posición</var>]&lbrace;<var>texto</var>&rbrace;
@@ -2189,7 +2241,7 @@ siguientes:
</subsection>
<node name="_005cframebox-_0028picture_0029" spaces=" "><nodename>\framebox (picture)</nodename><nodenext automatic="on">\dashbox</nodenext><nodeprev automatic="on">\makebox (picture)</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\framebox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="202">\framebox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="223">\framebox</indexterm></findex>
<para>Sinopsis:
</para>
@@ -2201,8 +2253,8 @@ siguientes:
anterior), excepto que esta coloca un marco en el exterior alrededor de
la caja que crea.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="203">\fboxrule</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="204">\fboxsep</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="224">\fboxrule</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="225">\fboxsep</indexterm></findex>
<para>La instrucción <code>\framebox</code> produce una regla de espesor
<code>\fboxrule</code>, y deja un espacio <code>\fboxsep</code> entre la regla y el
contenido de la caja.
@@ -2212,7 +2264,7 @@ contenido de la caja.
<node name="_005cdashbox" spaces=" "><nodename>\dashbox</nodename><nodenext automatic="on">\frame</nodenext><nodeprev automatic="on">\framebox (picture)</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\dashbox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="205">\dashbox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="226">\dashbox</indexterm></findex>
<para>Dibuja un cuadro con una línea discontinua. Sinopsis:
</para>
@@ -2233,7 +2285,7 @@ altura de <var>ralto</var>. El <var>texto</var> es posicionado en la
</subsection>
<node name="_005cframe" spaces=" "><nodename>\frame</nodename><nodenext automatic="on">\line</nodenext><nodeprev automatic="on">\dashbox</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\frame</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="206">\frame</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="227">\frame</indexterm></findex>
<para>Sinopsis:
</para>
@@ -2249,7 +2301,7 @@ del marco. No añade espacio extra entre el marco y el objeto.
</subsection>
<node name="_005cline" spaces=" "><nodename>\line</nodename><nodenext automatic="on">\linethickness</nodenext><nodeprev automatic="on">\frame</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\line</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="207">\line</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="228">\line</indexterm></findex>
<para>Sinopsis:
</para>
@@ -2264,13 +2316,13 @@ y declive <var>declivex</var>/<var>declivey</var>.
<math><var>declive</var> = x/y</math>, donde <math>x</math> y <math>y</math> tienen valores
enteros desde &minus;6 hasta&nbsp;6. Para líneas de cualquier declive,
por no hablar de otras formas, vea el paquete <code>curve2e</code> y muchos,
-muchos otros paquetes en <acronym><acronymword>CTAN</acronymword></acronym>.
+muchos otros paquetes en CTAN.
</para>
</subsection>
<node name="_005clinethickness" spaces=" "><nodename>\linethickness</nodename><nodenext automatic="on">\thicklines</nodenext><nodeprev automatic="on">\line</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\linethickness</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="208">\linethickness</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="229">\linethickness</indexterm></findex>
<para>La instrucción <code>\linethickness&lbrace;<var>espesor</var>&rbrace;</code> declara el grosor
de las líneas horizontales y verticales en un entorno picture para que
@@ -2283,7 +2335,7 @@ círculos o los cuartos de círculo dibujados por <code>\oval</code>.
</subsection>
<node name="_005cthicklines" spaces=" "><nodename>\thicklines</nodename><nodenext automatic="on">\thinlines</nodenext><nodeprev automatic="on">\linethickness</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\thicklines</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="209">\thicklines</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="230">\thicklines</indexterm></findex>
<para>La instrucción <code>\thicklines</code> es un espesor de línea alternativo
para líneas horizontales y verticales en un entorno picture;
@@ -2293,7 +2345,7 @@ compárese&nbsp;<ref label="_005clinethickness"><xrefnodename>\linethickness</xr
</subsection>
<node name="_005cthinlines" spaces=" "><nodename>\thinlines</nodename><nodenext automatic="on">\multiput</nodenext><nodeprev automatic="on">\thicklines</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\thinlines</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="210">\thinlines</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="231">\thinlines</indexterm></findex>
<para>La instrucción <code>\thinlines</code> es el espesor de línea predeterminado
para líneas horizontales y verticales en un entorno picture;
@@ -2303,7 +2355,7 @@ compárese&nbsp;<ref label="_005clinethickness"><xrefnodename>\linethickness</xr
</subsection>
<node name="_005cmultiput" spaces=" "><nodename>\multiput</nodename><nodenext automatic="on">\oval</nodenext><nodeprev automatic="on">\thinlines</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\multiput</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="211">\multiput</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="232">\multiput</indexterm></findex>
<para>Sinopsis:
</para><example endspaces=" ">
@@ -2319,7 +2371,7 @@ sucesivamente, <var>n</var> veces.
</subsection>
<node name="_005coval" spaces=" "><nodename>\oval</nodename><nodenext automatic="on">\put</nodenext><nodeprev automatic="on">\multiput</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\oval</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="212">\oval</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="233">\oval</indexterm></findex>
<para>Sinopsis:
</para>
@@ -2351,7 +2403,7 @@ a cajas con esquinas redondeadas.
<node name="_005cput" spaces=" "><nodename>\put</nodename><nodenext automatic="on">\shortstack</nodenext><nodeprev automatic="on">\oval</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\put</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="213">\put</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="234">\put</indexterm></findex>
<para><code>\put(<var>xcoord</var>,<var>ycoord</var>)&lbrace; ... &rbrace;</code>
</para>
@@ -2363,7 +2415,7 @@ argumento obligatorio en las coordenadas <var>xcoord</var> e
</subsection>
<node name="_005cshortstack" spaces=" "><nodename>\shortstack</nodename><nodenext automatic="on">\vector</nodenext><nodeprev automatic="on">\put</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\shortstack</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="214">\shortstack</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="235">\shortstack</indexterm></findex>
<para>Sinopsis:
</para>
@@ -2383,14 +2435,14 @@ posiciones válidas son:
</tableterm><tableitem><para>Mueve los objetos hacia el centro de la pila (predeterminado)
</para></tableitem></tableentry></table>
-<findex index="fn" spaces=" "><indexterm index="fn" number="215">\\ <r>(para objetos <code>\shortstack</code>)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="236">\\ <r>(para objetos <code>\shortstack</code>)</r></indexterm></findex>
<para>Los objetos son separados con <code>\\</code>.
</para>
</subsection>
<node name="_005cvector" spaces=" "><nodename>\vector</nodename><nodeprev automatic="on">\shortstack</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\vector</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="216">\vector</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="237">\vector</indexterm></findex>
<para>Sinopsis:
</para>
@@ -2411,10 +2463,11 @@ estar entre &minus;4 y +4 incluido.
<node name="quotation" spaces=" "><nodename>quotation</nodename><nodenext automatic="on">quote</nodenext><nodeprev automatic="on">picture</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>quotation</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="217">quotation</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="113">texto citado con sangría de párrafo, mostrando</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="114">mostrando texto citado con sangría de párrafo</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="115">sangrías de párrafo en texto citado</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="238"><r>entorno</r> <code>quotation</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="239"><code>quotation</code>, <r>entorno</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="112">texto citado con sangría de párrafo, mostrando</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="113">mostrando texto citado con sangría de párrafo</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="114">sangrías de párrafo en texto citado</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -2437,10 +2490,11 @@ sangría.
<node name="quote" spaces=" "><nodename>quote</nodename><nodenext automatic="on">tabbing</nodenext><nodeprev automatic="on">quotation</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>quote</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="218">quote</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="116">texto citado sin sangría de párrafo, mostrando</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="117">mostrando texto citado sin sangría de párrafo</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="118">sangrías de párrafo en texto citado, omitiendo</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="240"><r>entorno</r> <code>quote</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="241"><code>quote</code>, <r>entorno</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="115">texto citado sin sangría de párrafo, mostrando</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="116">mostrando texto citado sin sangría de párrafo</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="117">sangrías de párrafo en texto citado, omitiendo</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -2463,10 +2517,11 @@ aplica una sangría.
<node name="tabbing" spaces=" "><nodename>tabbing</nodename><nodenext automatic="on">table</nodenext><nodeprev automatic="on">quote</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>tabbing</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="219"><r>entorno</r> tabbing</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="119">tabulaciones, utilizando</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="120">alineando texto en columnas con tabulaciones</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="121">alineando a través de tabulación</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="242"><r>entorno</r> <code>tabbing</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="243"><code>tabbing</code>, <r>entorno</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="118">tabulaciones, utilizando</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="119">alineando texto en columnas con tabulaciones</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="120">alineando a través de tabulación</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -2491,37 +2546,37 @@ entorno <code>tabular</code>.
<code>tabbing</code>:
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="220">\\ <r>tabbing</r></indexterm>\\ <r>tabbing</r></itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="244">\\ <r>tabbing</r></indexterm>\\ <r>tabbing</r></itemformat></item>
</tableterm><tableitem><para>Final de línea.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="221">\= <r>(tabbing)</r></indexterm>\= <r>(tabbing)</r></itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="245">\= <r>(tabbing)</r></indexterm>\= <r>(tabbing)</r></itemformat></item>
</tableterm><tableitem><para>Establece una tabulación en la posición actual.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="222">\&gt; <r>(tabbing)</r></indexterm>\&gt; <r>(tabbing)</r></itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="223">\&gt;</indexterm></findex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="246">\&gt; <r>(tabbing)</r></indexterm>\&gt; <r>(tabbing)</r></itemformat></item>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="247">\&gt;</indexterm></findex>
<para>Avanza a la siguiente tabulación.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="224">\&lt;</indexterm>\&lt;</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="248">\&lt;</indexterm>\&lt;</itemformat></item>
</tableterm><tableitem><para>Coloca el siguiente texto a la izquierda del margen local (sin necesidad
de cambiar el margen). Sólo se puede usar al comienzo de la línea.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="225">\+</indexterm>\+</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="249">\+</indexterm>\+</itemformat></item>
</tableterm><tableitem><para>Mueve hacia la derecha el margen izquierdo del siguiente y todas las
subsecuentes instrucciones de tabulación, empezando la línea de
tabulación, de ser necesario.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="226">\-</indexterm>\-</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="250">\-</indexterm>\-</itemformat></item>
</tableterm><tableitem><para>Mueve el margen izquierdo hacia la izquierda de la siguiente y todas las
subsecuentes instrucciones de tabulación, comenzando con la línea de
tabulación si es necesario.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="227">\&textrsquo; <r>(tabbing)</r></indexterm>\' <r>(tabbing)</r></itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="251">\&textrsquo; <r>(tabbing)</r></indexterm>\' <r>(tabbing)</r></itemformat></item>
</tableterm><tableitem><para>Mueve todo lo que ha escrito hasta ahora en la columna actual, es decir,
cualquier cosa desde la instrucción <code>\&gt;</code>, <code>\&lt;</code>, <code>\'</code>,
<code>\\</code> o <code>\kill</code> más reciente, a la derecha de la columna
anterior, a ras de la tabulación de la columna actual.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="228">\&textlsquo; <r>(tabbing)</r></indexterm>\` <r>(tabbing)</r></itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="252">\&textlsquo; <r>(tabbing)</r></indexterm>\` <r>(tabbing)</r></itemformat></item>
</tableterm><tableitem><para>Permite poner texto alineado a la derecha contra cualquier tabulación,
incluyendo la tabulación&nbsp;0. Sin embargo, no puede mover el texto a
la derecha de la última columna porque allí no hay tabulación. La
@@ -2530,32 +2585,32 @@ instrucción <code>\\</code> o <code>\end&lbrace;tabbing&rbrace;</code> que term
margen derecho del entorno tabbing. No debe haber instrucción <code>\&gt;</code>
o <code>\'</code> entre el <code>\`</code> y la instrucción que termina la línea.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="229">\a <r>(tabbing)</r></indexterm>\a <r>(tabbing)</r></itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="230">\a&textrsquo; <r>(acento agudo en tabulación)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="231">\a&textlsquo; <r>(acento grave en tabulación)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="232">\a= <r>(acento macrón en tabbing)</r></indexterm></findex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="253">\a <r>(tabbing)</r></indexterm>\a <r>(tabbing)</r></itemformat></item>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="254">\a&textrsquo; <r>(acento agudo en tabulación)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="255">\a&textlsquo; <r>(acento grave en tabulación)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="256">\a= <r>(acento macrón en tabbing)</r></indexterm></findex>
<para>En un entorno <code>tabbing</code>, las instrucciones <code>\=</code>, <code>\'</code> y
<code>\`</code> no producen acentos en la manera usual (<pxref label="Acentos"><xrefnodename>Acentos</xrefnodename></pxref>). En
su lugar, se utilizan estas instrucciones <code>\a=</code>, <code>\a'</code> y
<code>\a`</code>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="233">\kill</indexterm>\kill</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="257">\kill</indexterm>\kill</itemformat></item>
</tableterm><tableitem><para>Fija una tabulación sin producir texto. Trabaja igual que <code>\\</code>
salvo que esta desecha la línea actual en lugar de producir algo útil.
El efecto de cualquier instrucción <code>\=</code>, <code>\+</code> o <code>\-</code> en
esa línea seguirá en vigor.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="234">\poptabs</indexterm>\poptabs</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="235">\poptabs</indexterm></findex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="258">\poptabs</indexterm>\poptabs</itemformat></item>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="259">\poptabs</indexterm></findex>
<para>Restaura las posiciones de tabulación salvadas por la última
<code>\pushtabs</code>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="236">\pushtabs</indexterm>\pushtabs</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="260">\pushtabs</indexterm>\pushtabs</itemformat></item>
</tableterm><tableitem><para>Guarda todas las posiciones de tabulación actuales. Útil para cambiar
temporalmente las posiciones de tabulación en medio de un entorno
<code>tabbing</code>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="237">\tabbingsep</indexterm>\tabbingsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="261">\tabbingsep</indexterm>\tabbingsep</itemformat></item>
</tableterm><tableitem><para>Distancia a la izquierda de la tabulación movida por <code>\'</code>.
</para>
</tableitem></tableentry></ftable>
@@ -2580,9 +2635,10 @@ function \= fact(n : integer) : integer;\\
<node name="table" spaces=" "><nodename>table</nodename><nodenext automatic="on">tabular</nodenext><nodeprev automatic="on">tabbing</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>table</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="238">table</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="122">tablas, creando</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="123">creando tablas</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="262"><r>entorno</r> <code>table</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="263"><code>table</code>, <r>entorno</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="121">tablas, creando</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="122">creando tablas</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -2615,9 +2671,10 @@ permite colocar un título a su tabla.
</section>
<node name="tabular" spaces=" "><nodename>tabular</nodename><nodenext automatic="on">thebibliography</nodenext><nodeprev automatic="on">table</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>tabular</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="239"><r>entorno</r> tabular</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="124">líneas en tablas</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="125">alineando texto en tablas</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="264"><r>entorno</r> <code>tabular</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="265"><code>tabular</code>, <r>entorno</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="123">líneas en tablas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="124">alineando texto en tablas</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -2640,7 +2697,7 @@ columna 1 entrada &amp; columna 2 entrada ... &amp; columna n entrada n \\
<para>Estos entornos producen una caja consiste de una secuencia de filas de
elementos, alineadas verticalmente en columnas.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="240">\\ <r>para <code>tabular</code></r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="266">\\ <r>para <code>tabular</code></r></indexterm></findex>
<para>Se debe utilizar <code>\\</code> para especificar el final de cada fila de la
tabla, salvo por la última, en que esta es opcional &textmdash;a menos que le
siga una instrucción <code>\hline</code> (para colocar una raya bajo la
@@ -2728,22 +2785,22 @@ de especificadores de columna, la cual puede contener otra
<!-- c xx predeterminado, ¿en su propio nodo (xref desde array)? -->
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="241">\arrayrulewidth</indexterm>\arrayrulewidth</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="267">\arrayrulewidth</indexterm>\arrayrulewidth</itemformat></item>
</tableterm><tableitem><para>El espesor de la línea creada por <code>|</code>, <code>\hline</code> y
<code>\vline</code> en los entornos <code>tabular</code> y <code>array</code>; el
predeterminado es <samp>.4pt</samp>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="242">\arraystretch</indexterm>\arraystretch</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="268">\arraystretch</indexterm>\arraystretch</itemformat></item>
</tableterm><tableitem><para>El factor para escalar el espaciado entre hileras en los entornos
<code>tabular</code> y <code>array</code>; el predeterminado es <samp>1</samp>, para no
escalar.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="243">\doublerulesep</indexterm>\doublerulesep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="269">\doublerulesep</indexterm>\doublerulesep</itemformat></item>
</tableterm><tableitem><para>Distancia horizontal entre las líneas verticles producidas por <code>||</code>
en los entornos <code>tabular</code> y <code>array</code>; el predeterminado es
<samp>2pt</samp>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="244">\tabcolsep</indexterm>\tabcolsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="270">\tabcolsep</indexterm>\tabcolsep</itemformat></item>
</tableterm><tableitem><para>La mitad de la anchura del espacio entre las columnas; el predeterminado
es <samp>6pt</samp>.
</para>
@@ -2762,7 +2819,7 @@ es <samp>6pt</samp>.
<node name="_005cmulticolumn" spaces=" "><nodename>\multicolumn</nodename><nodenext automatic="on">\cline</nodenext><nodeup automatic="on">tabular</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\multicolumn</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="245">\multicolumn</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="271">\multicolumn</indexterm></findex>
<para>Sinopsis:
</para><example endspaces=" ">
@@ -2793,7 +2850,7 @@ guión; <code>\multicolumn</code> se utiliza para el encabezado:
</subsection>
<node name="_005ccline" spaces=" "><nodename>\cline</nodename><nodenext automatic="on">\hline</nodenext><nodeprev automatic="on">\multicolumn</nodeprev><nodeup automatic="on">tabular</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\cline</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="246">\cline</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="272">\cline</indexterm></findex>
<para>Sinopsis:
</para>
@@ -2809,7 +2866,7 @@ la columna <var>j</var>, que son especificadas en el argumento obligatorio.
</subsection>
<node name="_005chline" spaces=" "><nodename>\hline</nodename><nodenext automatic="on">\vline</nodenext><nodeprev automatic="on">\cline</nodeprev><nodeup automatic="on">tabular</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\hline</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="247">\hline</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="273">\hline</indexterm></findex>
<para>La instrucción <code>\hline</code> dibuja una línea horizontal del ancho del
entorno <code>tabular</code> o <code>array</code> especificado. Se utiliza
@@ -2820,7 +2877,7 @@ entre filas de la tabla.
</subsection>
<node name="_005cvline" spaces=" "><nodename>\vline</nodename><nodeprev automatic="on">\hline</nodeprev><nodeup automatic="on">tabular</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\vline</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="248">\vline</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="274">\vline</indexterm></findex>
<para>La instrucción <code>\vline</code> dibuja una línea vertical extendida a la
altura y profundidad total de su fila. Una instrucción <code>\hfill</code> se
@@ -2833,8 +2890,9 @@ También se puede utilizar en una &arobase;-expresión.
<node name="thebibliography" spaces=" "><nodename>thebibliography</nodename><nodenext automatic="on">theorem</nodenext><nodeprev automatic="on">tabular</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>thebibliography</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="249">thebibliography</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="126">bibliografía, creando (manualmente)</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="275"><r>entorno</r> <code>thebibliography</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="276"><code>thebibliography</code>, <r>entorno</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="125">bibliografía, creando (manualmente)</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -2875,7 +2933,7 @@ las que tienen menos de 100, etc.
<node name="_005cbibitem" spaces=" "><nodename>\bibitem</nodename><nodenext automatic="on">\cite</nodenext><nodeup automatic="on">thebibliography</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\bibitem</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="250">\bibitem</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="277">\bibitem</indexterm></findex>
<para>Sinopsis:
</para><example endspaces=" ">
@@ -2900,7 +2958,7 @@ la siguiente sección) para producir la etiqueta asociada.
<node name="_005ccite" spaces=" "><nodename>\cite</nodename><nodenext automatic="on">\nocite</nodenext><nodeprev automatic="on">\bibitem</nodeprev><nodeup automatic="on">thebibliography</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\cite</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="251">\cite</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="278">\cite</indexterm></findex>
<para>Sinopsis:
</para>
@@ -2921,7 +2979,7 @@ p.&nbsp;314]&textrsquo;.
</subsection>
<node name="_005cnocite" spaces=" "><nodename>\nocite</nodename><nodenext automatic="on">Usando BibTeX</nodenext><nodeprev automatic="on">\cite</nodeprev><nodeup automatic="on">thebibliography</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\nocite</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="252">\nocite</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="279">\nocite</indexterm></findex>
<para><code>\nocite&lbrace;lista-de-claves&rbrace;</code>
</para>
@@ -2934,11 +2992,11 @@ etiquetas de cita.
<node name="Usando-BibTeX" spaces=" "><nodename>Usando BibTeX</nodename><nodeprev automatic="on">\nocite</nodeprev><nodeup automatic="on">thebibliography</nodeup></node>
<subsection spaces=" "><sectiontitle>Usando Bib&tex;</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="127">usando Bib&tex;</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="128">bib&tex;, usando</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="129">bibliografía, creando (automáticamente)</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="253">\bibliographystyle</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="254">\bibliography</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="126">usando Bib&tex;</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="127">bib&tex;, usando</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="128">bibliografía, creando (automáticamente)</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="280">\bibliographystyle</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="281">\bibliography</indexterm></findex>
<para>Si usted utiliza el programa Bib&tex; escrito por Oren Patashnik
@@ -2973,7 +3031,7 @@ del autor y año de publicación.
<para>Además, existen muchos otros archivos de estilo Bib&tex; adaptados a
las demandas de diversas publicaciones. Vea
-<url><urefurl>http://www.ctan.org/tex-archive/biblio/bibtex/contrib</urefurl></url>.
+<url><urefurl>http://mirror.ctan.org/biblio/bibtex/contrib</urefurl></url>.
</para>
<para>La instrucción <code>\bibliography</code> es la que realmente produce la
bibliografía. El argumento <code>\bibliography</code> se refiere a archivos
@@ -2988,8 +3046,9 @@ la bibliografía.
<node name="theorem" spaces=" "><nodename>theorem</nodename><nodenext automatic="on">titlepage</nodenext><nodeprev automatic="on">thebibliography</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>theorem</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="255"><r>entorno</r> theorem</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="130">teoremas, composición tipográfica de</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="282"><r>entorno</r> <code>theorem</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="283"><code>theorem</code>, <r>entorno</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="129">teoremas, composición tipográfica de</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -3008,9 +3067,10 @@ para <var>n</var> se describen bajo <code>\newtheorem</code> (<pxref label="_005
<node name="titlepage" spaces=" "><nodename>titlepage</nodename><nodenext automatic="on">verbatim</nodenext><nodeprev automatic="on">theorem</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>titlepage</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="256"><r>entorno</r> titlepage</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="131">haciendo una página de título</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="132">página de título, creando la</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="284"><r>entorno</r> <code>titlepage</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="285"><code>titlepage</code>, <r>entorno</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="130">haciendo una página de título</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="131">página de título, creando la</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -3036,12 +3096,13 @@ entorno <code>titlepage</code>.
<node name="verbatim" spaces=" "><nodename>verbatim</nodename><nodenext automatic="on">verse</nodenext><nodeprev automatic="on">titlepage</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>verbatim</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="257"><r>entorno</r> verbatim</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="133">texto literal</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="134">simulando texto escrito</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="135">texto escrito, simulando</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="136">código, composición tipográfica de</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="137">programas de ordenador, composición tipográfica</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="286"><r>entorno</r> <code>verbatim</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="287"><code>verbatim</code>, <r>entorno</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="132">texto literal</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="133">simulando texto escrito</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="134">texto escrito, simulando</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="135">código, composición tipográfica de</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="136">programas de ordenador, composición tipográfica</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -3068,8 +3129,8 @@ de letra monoespacio (<code>\tt</code>).
<node name="_005cverb" spaces=" "><nodename>\verb</nodename><nodeup automatic="on">verbatim</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\verb</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="258">\verb</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="138">texto literal, en línea</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="288">\verb</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="137">texto literal, en línea</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -3086,7 +3147,7 @@ escribir (<code>\tt</code>). No se permiten espacios entre <code>\verb</code> o
termina el texto literal. El delimitador no debe aparecer en el
<var>texto-literal</var>.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="139">espacio visible</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="138">espacio visible</indexterm></cindex>
<para>La forma con <code>*</code> difiere únicamente en que los espacios son
impresos con un carácter de &textldquo;espacio visible&textrdquo;.
<tex endspaces=" ">
@@ -3099,8 +3160,9 @@ impresos con un carácter de &textldquo;espacio visible&textrdquo;.
<node name="verse" spaces=" "><nodename>verse</nodename><nodeprev automatic="on">verbatim</nodeprev><nodeup automatic="on">Entornos</nodeup></node>
<section spaces=" "><sectiontitle><code>verse</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="259"><r>entorno</r> verse</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="140">poesía, un entorno para</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="289"><r>entorno</r> <code>verse</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="290"><code>verse</code>, <r>entorno</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="139">poesía, un entorno para</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -3115,7 +3177,7 @@ impresos con un carácter de &textldquo;espacio visible&textrdquo;.
<para>El entorno <code>verse</code> está diseñado para poesía, aunque es posible que
usted le encuentre alguna otra utilidad.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="260">\\ <r>para <code>verse</code></r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="291">\\ <r>para <code>verse</code></r></indexterm></findex>
<para>Los márgenes tienen sangría a la izquierda y derecha, a los párrafos no
se les aplica sangría y el texto no está justificado. Separe las líneas
de cada estrofa con <code>\\</code> y use una o más líneas en blanco para
@@ -3126,8 +3188,8 @@ separar las estrofas.
</chapter>
<node name="Saltos-de-L_00ednea" spaces=" "><nodename>Saltos de Línea</nodename><nodenext automatic="on">Saltos de Página</nodenext><nodeprev automatic="on">Entornos</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Saltos de Línea</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="141">saltos de línea</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="142">línea, saltos de</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="140">saltos de línea</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="141">línea, saltos de</indexterm></cindex>
<para>Lo primero que hace &latex; cuando procesa texto normal es traducir el
archivo de entrada en una secuencia de unidades gráficas y espacios.
@@ -3153,9 +3215,9 @@ manualmente.
<node name="_005c_005c" spaces=" "><nodename>\\</nodename><nodenext automatic="on">\obeycr y \restorecr</nodenext><nodeup automatic="on">Saltos de Línea</nodeup></node>
<section spaces=" "><sectiontitle><code>\\</code>[*][<var>más-espacio</var>]</sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="261">\\ <r>forzar la separación de línea</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="143">nueva línea, comenzando</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="144">separación de línea, forzando</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="292">\\ <r>forzar la separación de línea</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="142">nueva línea, comenzando</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="143">separación de línea, forzando</indexterm></cindex>
<para>La instrucción <code>\\</code> le dice a &latex; que comience una nueva
línea. Esta tiene un argumento opcional, <var>más-espacio</var>, que
@@ -3170,9 +3232,9 @@ página después de la línea.
</section>
<node name="_005cobeycr-y-_005crestorecr" spaces=" "><nodename>\obeycr y \restorecr</nodename><nodenext automatic="on">\newline</nodenext><nodeprev automatic="on">\\</nodeprev><nodeup automatic="on">Saltos de Línea</nodeup></node>
<section spaces=" "><sectiontitle><code>\obeycr</code> y <code>\restorecr</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="262">\obeycr</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="263">\restorecr</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="145">nueva línea, salida como entrada</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="293">\obeycr</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="294">\restorecr</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="144">nueva línea, salida como entrada</indexterm></cindex>
<para>La instrucción <code>\obeycr</code> genera un retorno de carro en el archivo
de entrada (<samp>^^M</samp>, internamente) lo mismo que <code>\\</code> (seguido
@@ -3185,8 +3247,8 @@ también será una nueva línea en la salida.
</section>
<node name="_005cnewline" spaces=" "><nodename>\newline</nodename><nodenext automatic="on">\- (hyphenation)</nodenext><nodeprev automatic="on">\obeycr y \restorecr</nodeprev><nodeup automatic="on">Saltos de Línea</nodeup></node>
<section spaces=" "><sectiontitle><code>\newline</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="264">\newline</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="146">nueva línea, comenzando (modo de párrafo)</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="295">\newline</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="145">nueva línea, comenzando (modo de párrafo)</indexterm></cindex>
<para>La instrucción <code>\newline</code> rompe la línea en el punto actual, sin
justificar el texto anterior. Sólo se puede utilizar en modo párrafo.
@@ -3195,8 +3257,8 @@ justificar el texto anterior. Sólo se puede utilizar en modo párrafo.
</section>
<node name="_005c_002d-_0028hyphenation_0029" spaces=" "><nodename>\- (hyphenation)</nodename><nodenext automatic="on">\fussy</nodenext><nodeprev automatic="on">\newline</nodeprev><nodeup automatic="on">Saltos de Línea</nodeup></node>
<section spaces=" "><sectiontitle><code>\-</code> (división silábica discrecional)</sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="265">\- <r>(hyphenation)</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="147">división silábica, forzando</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="296">\- <r>(hyphenation)</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="146">división silábica, forzando</indexterm></cindex>
<para>La instrucción <code>\-</code> le dice a &latex; que puede dividir la palabra
con un guión en ese punto. &latex; cuenta con una muy buena separación
@@ -3214,7 +3276,7 @@ puntos que &latex; pudiera haber elegido de otro modo.
</section>
<node name="_005cfussy" spaces=" "><nodename>\fussy</nodename><nodenext automatic="on">\sloppy</nodenext><nodeprev automatic="on">\- (hyphenation)</nodeprev><nodeup automatic="on">Saltos de Línea</nodeup></node>
<section spaces=" "><sectiontitle><code>\fussy</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="266">\fussy</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="297">\fussy</indexterm></findex>
<para>La declaración <code>\fussy</code> (que es la predeterminada) provoca que
&tex; sea quisquilloso con los saltos de línea. Esto por lo general
@@ -3240,8 +3302,8 @@ un mayor espaciamiento entre palabras.
</section>
<node name="_005chyphenation" spaces=" "><nodename>\hyphenation</nodename><nodenext automatic="on">\linebreak y \nolinebreak</nodenext><nodeprev automatic="on">\sloppy</nodeprev><nodeup automatic="on">Saltos de Línea</nodeup></node>
<section spaces=" "><sectiontitle><code>\hyphenation</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="267">\hyphenation</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="148">división de sílabas con guión, definiendo</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="298">\hyphenation</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="147">división de sílabas con guión, definiendo</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -3265,10 +3327,10 @@ separación silábica de &tex; no se aplican a esas palabras):
</section>
<node name="_005clinebreak-y-_005cnolinebreak" spaces=" "><nodename>\linebreak y \nolinebreak</nodename><nodeprev automatic="on">\hyphenation</nodeprev><nodeup automatic="on">Saltos de Línea</nodeup></node>
<section spaces=" "><sectiontitle><code>\linebreak</code> y <code>\nolinebreak</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="268">\linebreak</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="269">\nolinebreak</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="149">saltos de línea, forzando</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="150">saltos de línea, evitando</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="299">\linebreak</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="300">\nolinebreak</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="148">saltos de línea, forzando</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="149">saltos de línea, evitando</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -3292,8 +3354,8 @@ insistente la petición.
</chapter>
<node name="Saltos-de-P_00e1gina" spaces=" "><nodename>Saltos de Página</nodename><nodenext automatic="on">Notas al Pie</nodenext><nodeprev automatic="on">Saltos de Línea</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Saltos de Página</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="151">salto de página</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="152">dividiendo páginas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="150">salto de página</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="151">dividiendo páginas</indexterm></cindex>
<para>&latex; inicia nuevas páginas asincronicamente, cuando ha acumulado
suficiente material para llenar una página. Por lo general, esto ocurre
@@ -3312,8 +3374,8 @@ saltos de página.
<node name="_005ccleardoublepage" spaces=" "><nodename>\cleardoublepage</nodename><nodenext automatic="on">\clearpage</nodenext><nodeup automatic="on">Saltos de Página</nodeup></node>
<section spaces=" "><sectiontitle><code>\cleardoublepage</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="270">\cleardoublepage</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="153">iniciando una página a mano derecha</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="301">\cleardoublepage</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="152">iniciando una página a mano derecha</indexterm></cindex>
<para>La instrucción <code>\cleardoublepage</code> termina la página actual y
provoca que se impriman todas las imágenes y tablas que han aparecido
@@ -3325,9 +3387,9 @@ este también hace que la siguiente página sea a mano derecha, página
</section>
<node name="_005cclearpage" spaces=" "><nodename>\clearpage</nodename><nodenext automatic="on">\newpage</nodenext><nodeprev automatic="on">\cleardoublepage</nodeprev><nodeup automatic="on">Saltos de Página</nodeup></node>
<section spaces=" "><sectiontitle><code>\clearpage</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="271">\clearpage</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="154">descargando flotantes e iniciando una página</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="155">iniciando una nueva página y limpiando flotantes</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="302">\clearpage</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="153">descargando flotantes e iniciando una página</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="154">iniciando una nueva página y limpiando flotantes</indexterm></cindex>
<para>La instrucción <code>\clearpage</code> termina la página actual y provoca que
todas la imágenes y tablas que han aparecido hasta ahora en la entrada
@@ -3337,9 +3399,9 @@ sean impresas.
</section>
<node name="_005cnewpage" spaces=" "><nodename>\newpage</nodename><nodenext automatic="on">\enlargethispage</nodenext><nodeprev automatic="on">\clearpage</nodeprev><nodeup automatic="on">Saltos de Página</nodeup></node>
<section spaces=" "><sectiontitle><code>\newpage</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="272">\newpage</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="156">nueva página, iniciando</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="157">iniciando una nueva página</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="303">\newpage</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="155">nueva página, iniciando</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="156">iniciando una nueva página</indexterm></cindex>
<para>La instrucción <code>\newpage</code> termina la página actual, pero no
descarga flotantes (vea <code>\clearpage</code> arriba).
@@ -3348,8 +3410,8 @@ descarga flotantes (vea <code>\clearpage</code> arriba).
</section>
<node name="_005cenlargethispage" spaces=" "><nodename>\enlargethispage</nodename><nodenext automatic="on">\pagebreak y \nopagebreak</nodenext><nodeprev automatic="on">\newpage</nodeprev><nodeup automatic="on">Saltos de Página</nodeup></node>
<section spaces=" "><sectiontitle><code>\enlargethispage</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="273">\enlargethispage</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="158">ampliando la página actual</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="304">\enlargethispage</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="157">ampliando la página actual</indexterm></cindex>
<para><code>\enlargethispage&lbrace;tamaño&rbrace;</code>
</para>
@@ -3367,10 +3429,10 @@ explícito.
</section>
<node name="_005cpagebreak-y-_005cnopagebreak" spaces=" "><nodename>\pagebreak y \nopagebreak</nodename><nodeprev automatic="on">\enlargethispage</nodeprev><nodeup automatic="on">Saltos de Página</nodeup></node>
<section spaces=" "><sectiontitle><code>\pagebreak</code> y <code>\nopagebreak</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="274">\pagebreak</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="275">\nopagebreak</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="159">saltos de página, forzando</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="160">saltos de página, evitando</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="305">\pagebreak</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="306">\nopagebreak</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="158">saltos de página, forzando</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="159">saltos de página, evitando</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -3395,7 +3457,7 @@ número, más insistente es la petición.
</chapter>
<node name="Notas-al-Pie" spaces=" "><nodename>Notas al Pie</nodename><nodenext automatic="on">Definiciones</nodenext><nodeprev automatic="on">Saltos de Página</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Notas al Pie</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="161">notas al pie, creando</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="160">notas al pie, creando</indexterm></cindex>
<para>Las notas al pie se pueden producir en una de dos maneras. Se pueden
producir con una sola instrucción, la instrucción <code>\footnote</code>.
@@ -3413,7 +3475,7 @@ También se pueden producir con dos instrucciones, las instrucciones
<node name="_005cfootnote" spaces=" "><nodename>\footnote</nodename><nodenext automatic="on">\footnotemark</nodenext><nodeup automatic="on">Notas al Pie</nodeup></node>
<section spaces=" "><sectiontitle><code>\footnote</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="276">\footnote</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="307">\footnote</indexterm></findex>
<para>Sinopsis:
</para>
@@ -3435,7 +3497,7 @@ no se puede utilizar en el instrucciones de seccionado tal como
</section>
<node name="_005cfootnotemark" spaces=" "><nodename>\footnotemark</nodename><nodenext automatic="on">\footnotetext</nodenext><nodeprev automatic="on">\footnote</nodeprev><nodeup automatic="on">Notas al Pie</nodeup></node>
<section spaces=" "><sectiontitle><code>\footnotemark</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="277">\footnotemark</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="308">\footnotemark</indexterm></findex>
<para>Sin argumento opcional, la instrucción <code>\footnotemark</code> coloca el
número de nota actual en el texto. Esta instrucción se puede utilizar
@@ -3456,7 +3518,7 @@ nota consecutivos refiriéndose a la misma nota
</section>
<node name="_005cfootnotetext" spaces=" "><nodename>\footnotetext</nodename><nodenext automatic="on">Notas al Pie Simbólicas</nodenext><nodeprev automatic="on">\footnotemark</nodeprev><nodeup automatic="on">Notas al Pie</nodeup></node>
<section spaces=" "><sectiontitle><code>\footnotetext</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="278">\footnotetext</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="309">\footnotetext</indexterm></findex>
<para>Sinopsis:
</para>
@@ -3478,7 +3540,7 @@ nota.
<node name="Notas-al-Pie-Simb_00f3licas" spaces=" "><nodename>Notas al Pie Simbólicas</nodename><nodenext automatic="on">Parámetros para Footnote</nodenext><nodeprev automatic="on">\footnotetext</nodeprev><nodeup automatic="on">Notas al Pie</nodeup></node>
<section spaces=" "><sectiontitle>Notas al Pie Simbólicas</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="162">notas al pie, símbolos en lugar de números en</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="161">notas al pie, símbolos en lugar de números en</indexterm></cindex>
<para>Si desea utilizar símbolos para las notas al pie, en lugar de un número
creciente, redefina <code>\thefootnote</code> así:
</para>
@@ -3486,8 +3548,8 @@ creciente, redefina <code>\thefootnote</code> así:
<pre xml:space="preserve">\renewcommand&lbrace;\thefootnote&rbrace;&lbrace;\fnsymbol&lbrace;footnote&rbrace;&rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="279">\fnsymbol<r>, y notas al pie</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="280">\fnsymbol</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="310">\fnsymbol<r>, y notas al pie</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="311">\fnsymbol</indexterm></findex>
<para>La instrucción <code>\fnsymbol</code> produce a serie predefinida de símbolos
(<pxref label="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol"><xrefnodename>\alph \Alph \arabic \roman \Roman \fnsymbol</xrefnodename></pxref>). Si desea
utilizar un símbolo diferente como su marca de nota al pie, necesitará
@@ -3498,17 +3560,17 @@ redefinir <code>\&arobase;fnsymbol</code>.
<node name="Par_00e1metros-para-Footnote" spaces=" "><nodename>Parámetros para Footnote</nodename><nodeprev automatic="on">Notas al Pie Simbólicas</nodeprev><nodeup automatic="on">Notas al Pie</nodeup></node>
<section spaces=" "><sectiontitle>Parámetros para Footnote</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="163">parámetros de footnote</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="164">parámetros, para footnote</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="162">parámetros de footnote</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="163">parámetros, para footnote</indexterm></cindex>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="281">\footnoterule</indexterm>\footnoterule</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="312">\footnoterule</indexterm>\footnoterule</itemformat></item>
</tableterm><tableitem><para>Produce la línea que separa el texto principal en una página de las
notas al pie de la página. Dimensiones predeterminadas: <code>0.4pt</code>
espesor (o ancho), y longitud de <code>0.4\columnwidth</code> en las clases de
documento estándar (salvo en <code>slides</code>, donde esta no aparece).
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="282">\footnotesep</indexterm>\footnotesep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="313">\footnotesep</indexterm>\footnotesep</itemformat></item>
</tableterm><tableitem><para>La altura donde se coloca el puntal al comienzo de la nota al pie. De
forma predeterminada, se establece en el puntal del tipo de letra normal
<code>\footnotesize</code> (<pxref label="Tama_00f1os-del-Tipo-de-Letra"><xrefnodename>Tamaños del Tipo de Letra</xrefnodename></pxref>, por lo tanto no
@@ -3523,7 +3585,7 @@ hay espacio extra entre las notas. Este es <samp>6.65pt</samp> para
</chapter>
<node name="Definiciones" spaces=" "><nodename>Definiciones</nodename><nodenext automatic="on">Contadores</nodenext><nodeprev automatic="on">Notas al Pie</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Definiciones</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="165">definiciones</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="164">definiciones</indexterm></cindex>
<para>&latex; tiene la capacidad para crear nuevas instrucciones de muchos
tipos diferentes.
@@ -3544,10 +3606,10 @@ tipos diferentes.
<node name="_005cnewcommand-y-_005crenewcommand" spaces=" "><nodename>\newcommand y \renewcommand</nodename><nodenext automatic="on">\newcounter</nodenext><nodeup automatic="on">Definiciones</nodeup></node>
<section spaces=" "><sectiontitle><code>\newcommand</code> y <code>\renewcommand</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="283">\newcommand</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="166">instrucciones, definiendo nuevas</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="167">definiendo una nueva instrucción</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="168">nuevas instrucciones, definiendo</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="314">\newcommand</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="165">instrucciones, definiendo nuevas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="166">definiendo una nueva instrucción</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="167">nuevas instrucciones, definiendo</indexterm></cindex>
<para><code>\newcommand</code> y <code>\renewcommand</code> define y redefine una
instrucción, respectivamente.
@@ -3591,8 +3653,8 @@ reemplazada por el texto del e<var>n</var>ésimo argumento.
</section>
<node name="_005cnewcounter" spaces=" "><nodename>\newcounter</nodename><nodenext automatic="on">\newlength</nodenext><nodeprev automatic="on">\newcommand y \renewcommand</nodeprev><nodeup automatic="on">Definiciones</nodeup></node>
<section spaces=" "><sectiontitle><code>\newcounter</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="284">\newcounter</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="169">contadores, definiendo nuevos</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="315">\newcounter</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="168">contadores, definiendo nuevos</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -3613,8 +3675,8 @@ se restablecerá cuando el contador cuyo nomber es
</section>
<node name="_005cnewlength" spaces=" "><nodename>\newlength</nodename><nodenext automatic="on">\newsavebox</nodenext><nodeprev automatic="on">\newcounter</nodeprev><nodeup automatic="on">Definiciones</nodeup></node>
<section spaces=" "><sectiontitle><code>\newlength</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="285">\newlength</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="170">longitudes, definiendo nuevas</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="316">\newlength</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="169">longitudes, definiendo nuevas</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -3637,7 +3699,7 @@ general.
</section>
<node name="_005cnewsavebox" spaces=" "><nodename>\newsavebox</nodename><nodenext automatic="on">\newenvironment y \renewenvironment</nodenext><nodeprev automatic="on">\newlength</nodeprev><nodeup automatic="on">Definiciones</nodeup></node>
<section spaces=" "><sectiontitle><code>\newsavebox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="286">\newsavebox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="317">\newsavebox</indexterm></findex>
<para>Sinopsis:
</para>
@@ -3653,11 +3715,11 @@ para almacenar cajas.
</section>
<node name="_005cnewenvironment-y-_005crenewenvironment" spaces=" "><nodename>\newenvironment y \renewenvironment</nodename><nodenext automatic="on">\newtheorem</nodenext><nodeprev automatic="on">\newsavebox</nodeprev><nodeup automatic="on">Definiciones</nodeup></node>
<section spaces=" "><sectiontitle><code>\newenvironment</code> y <code>\renewenvironment</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="287">\newenvironment</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="288">\renewenvironment</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="171">entornos, definiendo</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="172">definiendo nuevos entornos</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="173">redefiniendo entornos</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="318">\newenvironment</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="319">\renewenvironment</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="170">entornos, definiendo</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="171">definiendo nuevos entornos</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="172">redefiniendo entornos</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -3706,9 +3768,9 @@ este no debe contener ningún argumento para parámetros.
</section>
<node name="_005cnewtheorem" spaces=" "><nodename>\newtheorem</nodename><nodenext automatic="on">\newfont</nodenext><nodeprev automatic="on">\newenvironment y \renewenvironment</nodeprev><nodeup automatic="on">Definiciones</nodeup></node>
<section spaces=" "><sectiontitle><code>\newtheorem</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="289">\newtheorem</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="174">teoremas, definiendo</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="175">definiendo nuevos teoremas</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="320">\newtheorem</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="173">teoremas, definiendo</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="174">definiendo nuevos teoremas</indexterm></cindex>
<example endspaces=" ">
<pre xml:space="preserve">\newtheorem&lbrace;<var>nuevo-entorno</var>&rbrace;&lbrace;<var>etiqueta</var>&rbrace;[<var>con</var>]
@@ -3746,9 +3808,9 @@ no ambos.
</section>
<node name="_005cnewfont" spaces=" "><nodename>\newfont</nodename><nodenext automatic="on">\protect</nodenext><nodeprev automatic="on">\newtheorem</nodeprev><nodeup automatic="on">Definiciones</nodeup></node>
<section spaces=" "><sectiontitle><code>\newfont</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="290">\newfont</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="176">tipos de letra, nuevas instrucciones para</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="177">definición de nuevos tipos de letra</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="321">\newfont</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="175">tipos de letra, nuevas instrucciones para</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="176">definición de nuevos tipos de letra</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -3769,10 +3831,10 @@ de familias de archivos <file>.fd</file>.
</section>
<node name="_005cprotect" spaces=" "><nodename>\protect</nodename><nodeprev automatic="on">\newfont</nodeprev><nodeup automatic="on">Definiciones</nodeup></node>
<section spaces=" "><sectiontitle><code>\protect</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="291">\protect</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="322">\protect</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="178">instrucciones frágiles</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="179">argumentos móviles</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="177">instrucciones frágiles</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="178">argumentos móviles</indexterm></cindex>
<para>Pies de página, saltos de línea, cualquier instrucción que tenga un
argumento opcional, y muchas más de las así llamadas instrucciones
<dfn>frágiles</dfn>. Cuando una instrucción frágil se utiliza en ciertos
@@ -3784,7 +3846,7 @@ frágiles deben tener su propia <code>\protect</code>.
(<pxref label="figure"><xrefnodename>figure</xrefnodename></pxref>), <code>\thanks</code> (<pxref label="_005cmaketitle"><xrefnodename>\maketitle</xrefnodename></pxref>) y &arobase;-expresiones
en entornos <code>tabular</code> y <code>array</code> (<pxref label="tabular"><xrefnodename>tabular</xrefnodename></pxref>).
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="180">instrucciones robustas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="179">instrucciones robustas</indexterm></cindex>
<para>Las instrucciones que no son frágiles se llaman <dfn>robustas</dfn>. Estas
no se deben preceder con <code>\protect</code>.
</para>
@@ -3802,8 +3864,8 @@ no se deben preceder con <code>\protect</code>.
</chapter>
<node name="Contadores" spaces=" "><nodename>Contadores</nodename><nodenext automatic="on">Longitudes</nodenext><nodeprev automatic="on">Definiciones</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Contadores</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="181">contadores, una lista de</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="182">variables, una lista de</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="180">contadores, una lista de</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="181">variables, una lista de</indexterm></cindex>
<para>Cualquier cosa numerada por &latex; tiene un contador asociado a ella.
El nombre del contador es el mismo nombre que el nombre del entorno o
@@ -3841,22 +3903,22 @@ subsubsection
ejemplo, <code>\alph&lbrace;enumi&rbrace;</code>.
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="292">\alph</indexterm>\alph</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="323">\alph</indexterm>\alph</itemformat></item>
</tableterm><tableitem><para>imprime <var>contador</var> usando letras minúsculas: &textlsquo;a&textrsquo;, &textlsquo;b&textrsquo;, &enddots;
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="293">\Alph</indexterm>\Alph</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="324">\Alph</indexterm>\Alph</itemformat></item>
</tableterm><tableitem><para>utiliza letras mayúsculas: &textlsquo;A&textrsquo;, &textlsquo;B&textrsquo;, &enddots;
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="294">\arabic</indexterm>\arabic</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="325">\arabic</indexterm>\arabic</itemformat></item>
</tableterm><tableitem><para>utiliza números Arábigos: &textlsquo;1&textrsquo;, &textlsquo;2&textrsquo;, &enddots;
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="295">\roman</indexterm>\roman</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="326">\roman</indexterm>\roman</itemformat></item>
</tableterm><tableitem><para>utiliza números romanos en minúsculas: &textlsquo;i&textrsquo;, &textlsquo;ii&textrsquo;, &enddots;
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="296">\roman</indexterm>\roman</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="327">\roman</indexterm>\roman</itemformat></item>
</tableterm><tableitem><para>utiliza números romanos en mayúsculas: &textlsquo;I&textrsquo;, &textlsquo;II&textrsquo;, &enddots;
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="297">\fnsymbol</indexterm>\fnsymbol</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="328">\fnsymbol</indexterm>\fnsymbol</itemformat></item>
</tableterm><tableitem><para>imprime el valor de <var>contador</var> en una secuencia específica de nueve
símbolos (convencionalmente usada para etiquetar notas al pie de
página). El valor de <var>contador</var> debe estar entre&nbsp;1 y&nbsp;9
@@ -3880,9 +3942,9 @@ double-asterix(**) double-dagger(††) double-ddagger(‡‡)
</section>
<node name="_005cusecounter" spaces=" "><nodename>\usecounter</nodename><nodenext automatic="on">\value</nodenext><nodeprev automatic="on">\alph \Alph \arabic \roman \Roman \fnsymbol</nodeprev><nodeup automatic="on">Contadores</nodeup></node>
<section spaces=" "><sectiontitle><code>\usecounter&lbrace;<var>contador</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="298">\usecounter</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="183">lista de elementos, especificando el contador</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="184">elementos numerados, especificando contador</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="329">\usecounter</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="182">lista de elementos, especificando el contador</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="183">elementos numerados, especificando contador</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -3898,8 +3960,8 @@ numerar los elementos de la lista.
</section>
<node name="_005cvalue" spaces=" "><nodename>\value</nodename><nodenext automatic="on">\setcounter</nodenext><nodeprev automatic="on">\usecounter</nodeprev><nodeup automatic="on">Contadores</nodeup></node>
<section spaces=" "><sectiontitle><code>\value&lbrace;<var>contador</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="299">\value</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="185">contadores, consiguiendo el valor de</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="330">\value</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="184">contadores, consiguiendo el valor de</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -3921,9 +3983,9 @@ por ejemplo:
</section>
<node name="_005csetcounter" spaces=" "><nodename>\setcounter</nodename><nodenext automatic="on">\addtocounter</nodenext><nodeprev automatic="on">\value</nodeprev><nodeup automatic="on">Contadores</nodeup></node>
<section spaces=" "><sectiontitle><code>\setcounter&lbrace;<var>\contador</var>&rbrace;&lbrace;<var>valor</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="300">\setcounter</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="186">contadores, configurando</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="187">fijando contadores</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="331">\setcounter</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="185">contadores, configurando</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="186">fijando contadores</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -3939,7 +4001,7 @@ argumento <var>valor</var>.
</section>
<node name="_005caddtocounter" spaces=" "><nodename>\addtocounter</nodename><nodenext automatic="on">\refstepcounter</nodenext><nodeprev automatic="on">\setcounter</nodeprev><nodeup automatic="on">Contadores</nodeup></node>
<section spaces=" "><sectiontitle><code>\addtocounter&lbrace;<var>contador</var>&rbrace;&lbrace;<var>valor</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="301">\addtocounter</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="332">\addtocounter</indexterm></findex>
<para>La instrucción <code>\addtocounter</code> incrementa <var>contador</var> por la
cantidad especificada por el argumento <var>valor</var>, que puede ser un
@@ -3949,7 +4011,7 @@ número negativo.
</section>
<node name="_005crefstepcounter" spaces=" "><nodename>\refstepcounter</nodename><nodenext automatic="on">\stepcounter</nodenext><nodeprev automatic="on">\addtocounter</nodeprev><nodeup automatic="on">Contadores</nodeup></node>
<section spaces=" "><sectiontitle><code>\refstepcounter&lbrace;<var>contador</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="302">\refstepcounter</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="333">\refstepcounter</indexterm></findex>
<para>La instrucción <code>\refstepcounter</code> trabaja de la misma manera que
<code>\stepcounter</code> <xref label="_005cstepcounter"><xrefnodename>\stepcounter</xrefnodename></xref>, excepto que esta además define
@@ -3960,7 +4022,7 @@ el valor actual de <code>\ref</code> para que sea el resultado de
</section>
<node name="_005cstepcounter" spaces=" "><nodename>\stepcounter</nodename><nodenext automatic="on">\day \month \year</nodenext><nodeprev automatic="on">\refstepcounter</nodeprev><nodeup automatic="on">Contadores</nodeup></node>
<section spaces=" "><sectiontitle><code>\stepcounter&lbrace;<var>contador</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="303">\stepcounter</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="334">\stepcounter</indexterm></findex>
<para>La instrucción <code>\stepcounter</code> añade uno al <var>contador</var> y
restablece todos los contadores subsidiarios.
@@ -3969,9 +4031,9 @@ restablece todos los contadores subsidiarios.
</section>
<node name="_005cday-_005cmonth-_005cyear" spaces=" "><nodename>\day \month \year</nodename><nodeprev automatic="on">\stepcounter</nodeprev><nodeup automatic="on">Contadores</nodeup></node>
<section spaces=" "><sectiontitle><code>\day \month \year</code>: Contadores Predefinidos</sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="304">\day</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="305">\month</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="306">\year</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="335">\day</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="336">\month</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="337">\year</indexterm></findex>
<para>&latex; define contadores para el día del mes (<code>\day</code>, 1&textndash;31), mes
del año (<code>\month</code>, 1&textndash;12), y año (<code>\year</code>, Era Común). Al
@@ -3987,7 +4049,7 @@ representa el día actual (<pxref label="_005ctoday"><xrefnodename>\today</xrefn
</chapter>
<node name="Longitudes" spaces=" "><nodename>Longitudes</nodename><nodenext automatic="on">Haciendo Párrafos</nodenext><nodeprev automatic="on">Contadores</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Longitudes</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="188">longitudes, definiendo y usando</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="187">longitudes, definiendo y usando</indexterm></cindex>
<para>Una <code>longitud</code> es una medida de distancia. Muchas instrucciones
&latex; toman una longitud como argumento.
@@ -4004,8 +4066,8 @@ representa el día actual (<pxref label="_005ctoday"><xrefnodename>\today</xrefn
<node name="_005csetlength" spaces=" "><nodename>\setlength</nodename><nodenext automatic="on">\addtolength</nodenext><nodeup automatic="on">Longitudes</nodeup></node>
<section spaces=" "><sectiontitle><code>\setlength&lbrace;\<var>largo</var>&rbrace;&lbrace;<var>valor</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="307">\setlength</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="189">longitudes, configurando</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="338">\setlength</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="188">longitudes, configurando</indexterm></cindex>
<para>La instrucción <code>\setlength</code> fija el valor de <var>\largo</var> al
argumento <var>valor</var>, el cual se puede expresar en cualquier unidad que
@@ -4016,8 +4078,8 @@ argumento <var>valor</var>, el cual se puede expresar en cualquier unidad que
</section>
<node name="_005caddtolength" spaces=" "><nodename>\addtolength</nodename><nodenext automatic="on">\settodepth</nodenext><nodeprev automatic="on">\setlength</nodeprev><nodeup automatic="on">Longitudes</nodeup></node>
<section spaces=" "><sectiontitle>\addtolength&lbrace;<var>\largo</var>&rbrace;&lbrace;<var>cantidad</var>&rbrace;</sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="308">\addtolength</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="190">longitudes, añadiendo a</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="339">\addtolength</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="189">longitudes, añadiendo a</indexterm></cindex>
<para>La instrucción <code>\addtolength</code> incrementa la &textldquo;instrucción de
longitud&textrdquo; <var>\largo</var> por la cantidad especificada en el argumento
@@ -4027,7 +4089,7 @@ longitud&textrdquo; <var>\largo</var> por la cantidad especificada en el argumen
</section>
<node name="_005csettodepth" spaces=" "><nodename>\settodepth</nodename><nodenext automatic="on">\settoheight</nodenext><nodeprev automatic="on">\addtolength</nodeprev><nodeup automatic="on">Longitudes</nodeup></node>
<section spaces=" "><sectiontitle><code>\settodepth</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="309">\settodepth</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="340">\settodepth</indexterm></findex>
<para><code>\settodepth&lbrace;\gnat&rbrace;&lbrace;texto&rbrace;</code>
</para>
@@ -4038,7 +4100,7 @@ longitud&textrdquo; <var>\largo</var> por la cantidad especificada en el argumen
</section>
<node name="_005csettoheight" spaces=" "><nodename>\settoheight</nodename><nodenext automatic="on">\settowidth</nodenext><nodeprev automatic="on">\settodepth</nodeprev><nodeup automatic="on">Longitudes</nodeup></node>
<section spaces=" "><sectiontitle><code>\settoheight</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="310">\settoheight</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="341">\settoheight</indexterm></findex>
<para><code>\settoheight&lbrace;\gnat&rbrace;&lbrace;texto&rbrace;</code>
</para>
@@ -4050,7 +4112,7 @@ longitud&textrdquo; <var>\largo</var> por la cantidad especificada en el argumen
</section>
<node name="_005csettowidth" spaces=" "><nodename>\settowidth</nodename><nodenext automatic="on">Longitudes Predeterminadas</nodenext><nodeprev automatic="on">\settoheight</nodeprev><nodeup automatic="on">Longitudes</nodeup></node>
<section spaces=" "><sectiontitle><code>\settowidth&lbrace;\<var>largo</var>&rbrace;&lbrace;<var>texto</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="311">\settowidth</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="342">\settowidth</indexterm></findex>
<para>La instrucción <code>\settowidth</code> establece el valor del la instrucción
<var>\largo</var> al valor del argumento <var>texto</var>.
@@ -4060,20 +4122,20 @@ longitud&textrdquo; <var>\largo</var> por la cantidad especificada en el argumen
</section>
<node name="Longitudes-Predeterminadas" spaces=" "><nodename>Longitudes Predeterminadas</nodename><nodeprev automatic="on">\settowidth</nodeprev><nodeup automatic="on">Longitudes</nodeup></node>
<section spaces=" "><sectiontitle>Longitudes Predeterminadas</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="191">longitudes, predefinidas</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="192">longitudes predeterminadas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="190">longitudes, predefinidas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="191">longitudes predeterminadas</indexterm></cindex>
<para><code>\width</code>
-<findex index="fn" spaces=" "><indexterm index="fn" number="312">\width</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="343">\width</indexterm></findex>
</para>
<para><code>\height</code>
-<findex index="fn" spaces=" "><indexterm index="fn" number="313">\height</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="344">\height</indexterm></findex>
</para>
<para><code>\depth</code>
-<findex index="fn" spaces=" "><indexterm index="fn" number="314">\depth</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="345">\depth</indexterm></findex>
</para>
<para><code>\totalheight</code>
-<findex index="fn" spaces=" "><indexterm index="fn" number="315">\totalheight</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="346">\totalheight</indexterm></findex>
</para>
<para>Estos parámetros de longitud se pueden utilizar en los argumentos de las
instrucciones que dibujan cajas (<pxref label="Cajas"><xrefnodename>Cajas</xrefnodename></pxref>). Especifican el ancho
@@ -4088,8 +4150,8 @@ extendido hasta el doble del tamaño natural, por ejemplo, digamos
</chapter>
<node name="Haciendo-P_00e1rrafos" spaces=" "><nodename>Haciendo Párrafos</nodename><nodenext automatic="on">Fórmulas Matemáticas</nodenext><nodeprev automatic="on">Longitudes</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Haciendo Párrafos</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="193">haciendo párrafos</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="194">párrafos</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="192">haciendo párrafos</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="193">párrafos</indexterm></cindex>
<para>Un párrafo se termina por medio de una o más líneas completamente en
blanco &textmdash;líneas que no contienen incluso un <code>%</code>. Una línea en
@@ -4106,12 +4168,11 @@ como en modo math o en el argumento de una instrucción de seccionado.
<node name="_005cindent" spaces=" "><nodename>\indent</nodename><nodenext automatic="on">\noindent</nodenext><nodeup automatic="on">Haciendo Párrafos</nodeup></node>
<section spaces=" "><sectiontitle><code>\indent</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="316">\indent</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="317">\parindent</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="195">sangría, forzando la</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="347">\indent</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="348">\parindent</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="194">sangría, forzando la</indexterm></cindex>
-<para><code>\indent</code> produce un espacio horizontal donde el ancho es igual al
-ancho de la longitud de <code>\parindent</code>, la sangría de un párrafo
+<para><code>\indent</code> produce un espacio horizontal donde el ancho es igual la longitud de <code>\parindent</code>, la sangría de un párrafo
normal. Esta se utiliza para añadir la sangría de párrafos donde esta
debería suprimirse en otro caso.
</para>
@@ -4124,8 +4185,8 @@ dos columnas, de lo contrario <code>15pt</code> para documentos de
</section>
<node name="_005cnoindent" spaces=" "><nodename>\noindent</nodename><nodenext automatic="on">\parskip</nodenext><nodeprev automatic="on">\indent</nodeprev><nodeup automatic="on">Haciendo Párrafos</nodeup></node>
<section spaces=" "><sectiontitle><code>\noindent</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="318">\noindent</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="196">sangría, suprimiendo la</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="349">\noindent</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="195">sangría, suprimiendo la</indexterm></cindex>
<para>Cuando se utiliza al principio de un párrafo, <code>\noindent</code> suprime
cualquier sangría. Esta no tiene efecto cuando se utiliza en medio de
@@ -4135,8 +4196,8 @@ un párrafo.
</section>
<node name="_005cparskip" spaces=" "><nodename>\parskip</nodename><nodenext automatic="on">Notas al Margen</nodenext><nodeprev automatic="on">\noindent</nodeprev><nodeup automatic="on">Haciendo Párrafos</nodeup></node>
<section spaces=" "><sectiontitle><code>\parskip</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="319">\parskip</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="197">espacio vertical antes de párrafos</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="350">\parskip</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="196">espacio vertical antes de párrafos</indexterm></cindex>
<para><code>\parskip</code> es una instrucción que preserva la longitud definiendo
espacio vertical extra añadido antes de cada párrafo. El predeterminado
@@ -4146,10 +4207,10 @@ es <code>0pt más 1pt</code>.
</section>
<node name="Notas-al-Margen" spaces=" "><nodename>Notas al Margen</nodename><nodeprev automatic="on">\parskip</nodeprev><nodeup automatic="on">Haciendo Párrafos</nodeup></node>
<section spaces=" "><sectiontitle>Notas al Margen</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="198">notas al margen</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="199">notas en el margen</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="200">observaciones en el margen</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="320">\marginpar</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="197">notas al margen</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="198">notas en el margen</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="199">observaciones en el margen</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="351">\marginpar</indexterm></findex>
<para>Sinopsis:
</para>
@@ -4173,8 +4234,8 @@ texto se deberá colocar
<para>en el margen más cercano en diseños de dos columnas.
</para></listitem></itemize>
-<findex index="fn" spaces=" "><indexterm index="fn" number="321">\reversemarginpar</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="322">\normalmarginpar</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="352">\reversemarginpar</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="353">\normalmarginpar</indexterm></findex>
<para>La instrucción <code>\reversemarginpar</code> coloca las subsecuentes notas al
margen en el margen (dentro) opuesto. <code>\normalmarginpar</code> las
coloca en la posición predeterminada.
@@ -4189,15 +4250,15 @@ con <code>\hspace&lbrace;0pt&rbrace;</code>.
<para>Los parámetros que afectan el formato de la nota son:
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="323">\marginparpush</indexterm>\marginparpush</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="354">\marginparpush</indexterm>\marginparpush</itemformat></item>
</tableterm><tableitem><para>El espacio mínimo vertical entre notas; el predeterminado es <samp>7pt</samp>
para documentos de <samp>12pt</samp>, de lo contrario <samp>5pt</samp>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="324">\marginparsep</indexterm>\marginparsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="355">\marginparsep</indexterm>\marginparsep</itemformat></item>
</tableterm><tableitem><para>Espacio horizontal entre el texto vertical y la nota; predeterminado
<samp>11pt</samp> para <samp>10pt</samp> documentos, en otro caso <samp>10pt</samp>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="325">\marginparwidth</indexterm>\marginparwidth</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="356">\marginparwidth</indexterm>\marginparwidth</itemformat></item>
</tableterm><tableitem><para>El ancho de la nota en sí misma; el predeterminado para documentos de un
solo lado de <samp>10pt</samp> es <samp>90pt</samp>, <samp>83pt</samp> para <samp>11pt</samp> y
<samp>68pt</samp> para <samp>12pt</samp>; <samp>17pt</samp> más en cada caso para
@@ -4211,13 +4272,16 @@ es <samp>48pt</samp>.
</chapter>
<node name="F_00f3rmulas-Matem_00e1ticas" spaces=" "><nodename>Fórmulas Matemáticas</nodename><nodenext automatic="on">Modos</nodenext><nodeprev automatic="on">Haciendo Párrafos</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Fórmulas Matemáticas</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="201">fórmulas matemáticas</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="202">fórmulas, matemáticas</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="203">modo math, ingresando al</indexterm></cindex>
-
-<findex index="fn" spaces=" "><indexterm index="fn" number="326"><r>entorno</r> math</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="327"><r>entorno</r> displaymath</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="328"><r>entorno</r> equation</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="200">fórmulas matemáticas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="201">fórmulas, matemáticas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="202">modo math, ingresando al</indexterm></cindex>
+
+<findex index="fn" spaces=" "><indexterm index="fn" number="357"><r>entorno</r> <code>math</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="358"><code>math</code>, <r>entorno</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="359"><r>entorno</r> <code>displaymath</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="360"><code>displaymath</code>, <r>entorno</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="361"><r>entorno</r> <code>equation</code></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="362"><code>equation</code>, <r>entorno</r></indexterm></findex>
<para>Existen tres entornos que ponen a &latex; en modo math:
</para>
<table commandarg="code" spaces=" " endspaces=" ">
@@ -4230,10 +4294,10 @@ es <samp>48pt</samp>.
de ecuación en el margen derecho.
</para></tableitem></tableentry></table>
-<findex index="fn" spaces=" "><indexterm index="fn" number="329">\(</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="330">\)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="331">\[</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="332">\]</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="363">\(</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="364">\)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="365">\[</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="366">\]</indexterm></findex>
<para>El entorno <code>math</code> se pude utilizar tanto en párrafos como en modo
LR, pero los entornos <code>displaymath</code> y <code>equation</code> se pueden
utilizar únicamente en modo párrafo. Los entornos <code>math</code> y
@@ -4245,7 +4309,7 @@ formas abreviadas:
\[...\] <r>en lugar de</r> \begin&lbrace;displaymath&rbrace;...\end&lbrace;displaymath&rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="333">$</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="367">$</indexterm></findex>
<para>De hecho, el entorno <code>math</code> es como una instrucción que tiene
incluso una forma abreviada:
</para>
@@ -4253,8 +4317,8 @@ incluso una forma abreviada:
<pre xml:space="preserve">$ ... $ <r>en lugar de</r> \(...\)
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="334">\boldmath</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="335">\unboldmath</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="368">\boldmath</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="369">\unboldmath</indexterm></findex>
<para>La instrucción <code>\boldmath</code> cambia letras y símbolos matemáticos en
tipo de letra en negrita. Este se utiliza <emph>fuera</emph> del modo math.
Por el contrario, la instrucción <code>\unboldmath</code> cambia los glifos
@@ -4262,7 +4326,7 @@ matemáticos para estar en un tipo de letra normal; este también se
utiliza <emph>fuera</emph> del modo math.
</para>
<!-- c xx ¿propia sección? ¿tipos de letra en Math? -->
-<findex index="fn" spaces=" "><indexterm index="fn" number="336">\displaystyle</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="370">\displaystyle</indexterm></findex>
<para>La declaración <code>\displaystyle</code> presiona para que el tamaño y estilo
de la fórmula sea el de <code>displaymath</code>, por ejemplo, con limites por
encima y debajo de sumatorias. Por ejemplo
@@ -4284,11 +4348,11 @@ encima y debajo de sumatorias. Por ejemplo
<node name="Sub_00edndices-y-Super_00edndices" spaces=" "><nodename>Subíndices y Superíndices</nodename><nodenext automatic="on">Símbolos Matemáticos</nodenext><nodeup automatic="on">Fórmulas Matemáticas</nodeup></node>
<section spaces=" "><sectiontitle>Subíndices y Superíndices</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="204">superíndice</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="205">subíndice</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="206">exponente</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="337">_</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="338">^</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="203">superíndice</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="204">subíndice</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="205">exponente</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="371">_</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="372">^</indexterm></findex>
<para>Para hacer que una expresión <i>exp</i> aparezca como un subíndice, escriba
<code>_&lbrace;</code><i>exp</i><code>&rbrace;</code>. Para hacer que <i>exp</i> aparezca como un
@@ -4301,9 +4365,9 @@ superíndice.
</section>
<node name="S_00edmbolos-Matem_00e1ticos" spaces=" "><nodename>Símbolos Matemáticos</nodename><nodenext automatic="on">Funciones Matemáticas</nodenext><nodeprev automatic="on">Subíndices y Superíndices</nodeprev><nodeup automatic="on">Fórmulas Matemáticas</nodeup></node>
<section spaces=" "><sectiontitle>Símbolos Matemáticos</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="207">símbolos matemáticos</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="208">símbolos, matemáticos</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="209">letras griegas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="206">símbolos matemáticos</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="207">símbolos, matemáticos</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="208">letras griegas</indexterm></cindex>
<para>&latex; proporciona casi cualquier símbolo matemático que muy
probablemente necesite. Las instrucciones para generarlas se pueden
@@ -4312,637 +4376,637 @@ en su archivo fuente, aparecerá el símbolo de pi (<math>\pi</math>) en su
salida.
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="339">\|</indexterm>\|</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="373">\|</indexterm>\|</itemformat></item>
</tableterm><tableitem><para><math>\|</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="340">\aleph</indexterm>\aleph</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="374">\aleph</indexterm>\aleph</itemformat></item>
</tableterm><tableitem><para><math>\aleph</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="341">\alpha</indexterm>\alpha</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="375">\alpha</indexterm>\alpha</itemformat></item>
</tableterm><tableitem><para><math>\alpha</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="342">\amalg</indexterm>\amalg</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="376">\amalg</indexterm>\amalg</itemformat></item>
</tableterm><tableitem><para><math>\amalg</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="343">\angle</indexterm>\angle</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="377">\angle</indexterm>\angle</itemformat></item>
</tableterm><tableitem><para><math>\angle</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="344">\approx</indexterm>\approx</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="378">\approx</indexterm>\approx</itemformat></item>
</tableterm><tableitem><para><math>\approx</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="345">\ast</indexterm>\ast</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="379">\ast</indexterm>\ast</itemformat></item>
</tableterm><tableitem><para><math>\ast</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="346">\asymp</indexterm>\asymp</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="380">\asymp</indexterm>\asymp</itemformat></item>
</tableterm><tableitem><para><math>\asymp</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="347">\backslash</indexterm>\backslash</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="381">\backslash</indexterm>\backslash</itemformat></item>
</tableterm><tableitem><para>\ (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="348">\beta</indexterm>\beta</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="382">\beta</indexterm>\beta</itemformat></item>
</tableterm><tableitem><para><math>\beta</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="349">\bigcap</indexterm>\bigcap</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="383">\bigcap</indexterm>\bigcap</itemformat></item>
</tableterm><tableitem><para><math>\bigcap</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="350">\bigcirc</indexterm>\bigcirc</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="384">\bigcirc</indexterm>\bigcirc</itemformat></item>
</tableterm><tableitem><para><math>\bigcirc</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="351">\bigcup</indexterm>\bigcup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="385">\bigcup</indexterm>\bigcup</itemformat></item>
</tableterm><tableitem><para><math>\bigcup</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="352">\bigodot</indexterm>\bigodot</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="386">\bigodot</indexterm>\bigodot</itemformat></item>
</tableterm><tableitem><para><math>\bigodot</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="353">\bigoplus</indexterm>\bigoplus</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="387">\bigoplus</indexterm>\bigoplus</itemformat></item>
</tableterm><tableitem><para><math>\bigoplus</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="354">\bigotimes</indexterm>\bigotimes</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="388">\bigotimes</indexterm>\bigotimes</itemformat></item>
</tableterm><tableitem><para><math>\bigotimes</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="355">\bigtriangledown</indexterm>\bigtriangledown</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="389">\bigtriangledown</indexterm>\bigtriangledown</itemformat></item>
</tableterm><tableitem><para><math>\bigtriangledown</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="356">\bigtriangleup</indexterm>\bigtriangleup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="390">\bigtriangleup</indexterm>\bigtriangleup</itemformat></item>
</tableterm><tableitem><para><math>\bigtriangleup</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="357">\bigsqcup</indexterm>\bigsqcup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="391">\bigsqcup</indexterm>\bigsqcup</itemformat></item>
</tableterm><tableitem><para><math>\bigsqcup</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="358">\biguplus</indexterm>\biguplus</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="392">\biguplus</indexterm>\biguplus</itemformat></item>
</tableterm><tableitem><para><math>\biguplus</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="359">\bigcap</indexterm>\bigcap</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="393">\bigcap</indexterm>\bigcap</itemformat></item>
</tableterm><tableitem><para><math>\bigvee</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="360">\bigwedge</indexterm>\bigwedge</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="394">\bigwedge</indexterm>\bigwedge</itemformat></item>
</tableterm><tableitem><para><math>\bigwedge</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="361">\bot</indexterm>\bot</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="395">\bot</indexterm>\bot</itemformat></item>
</tableterm><tableitem><para><math>\bot</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="362">\bowtie</indexterm>\bowtie</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="396">\bowtie</indexterm>\bowtie</itemformat></item>
</tableterm><tableitem><para><math>\bowtie</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="363">\Box</indexterm>\Box</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="397">\Box</indexterm>\Box</itemformat></item>
</tableterm><tableitem><para>(símbolo de caja cuadrada abierta) <!-- c xx no en el simple -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="364">\bullet</indexterm>\bullet</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="210">símbolo bala</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="398">\bullet</indexterm>\bullet</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="209">símbolo bala</indexterm></cindex>
<para><math>\bullet</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="365">\cap</indexterm>\cap</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="399">\cap</indexterm>\cap</itemformat></item>
</tableterm><tableitem><para><math>\cap</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="366">\cdot</indexterm>\cdot</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="400">\cdot</indexterm>\cdot</itemformat></item>
</tableterm><tableitem><para><math>\cdot</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="367">\chi</indexterm>\chi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="401">\chi</indexterm>\chi</itemformat></item>
</tableterm><tableitem><para><math>\chi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="368">\circ</indexterm>\circ</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="402">\circ</indexterm>\circ</itemformat></item>
</tableterm><tableitem><para><math>\circ</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="369">\clubsuit</indexterm>\clubsuit</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="403">\clubsuit</indexterm>\clubsuit</itemformat></item>
</tableterm><tableitem><para><math>\clubsuit</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="370">\cong</indexterm>\cong</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="404">\cong</indexterm>\cong</itemformat></item>
</tableterm><tableitem><para><math>\cong</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="371">\coprod</indexterm>\coprod</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="405">\coprod</indexterm>\coprod</itemformat></item>
</tableterm><tableitem><para><math>\coprod</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="372">\cup</indexterm>\cup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="406">\cup</indexterm>\cup</itemformat></item>
</tableterm><tableitem><para><math>\cup</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="373">\dagger</indexterm>\dagger</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="407">\dagger</indexterm>\dagger</itemformat></item>
</tableterm><tableitem><para><math>\dagger</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="374">\dashv</indexterm>\dashv</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="408">\dashv</indexterm>\dashv</itemformat></item>
</tableterm><tableitem><para><math>\dashv</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="375">\ddagger</indexterm>\ddagger</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="409">\ddagger</indexterm>\ddagger</itemformat></item>
</tableterm><tableitem><para><math>\dagger</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="376">\Delta</indexterm>\Delta</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="410">\Delta</indexterm>\Delta</itemformat></item>
</tableterm><tableitem><para><math>\Delta</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="377">\delta</indexterm>\delta</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="411">\delta</indexterm>\delta</itemformat></item>
</tableterm><tableitem><para><math>\delta</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="378">\Diamond</indexterm>\Diamond</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="412">\Diamond</indexterm>\Diamond</itemformat></item>
</tableterm><tableitem><para><math>\diamond</math> más grande <!-- c xx no en el simple -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="379">\diamond</indexterm>\diamond</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="413">\diamond</indexterm>\diamond</itemformat></item>
</tableterm><tableitem><para><math>\diamond</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="380">\diamondsuit</indexterm>\diamondsuit</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="414">\diamondsuit</indexterm>\diamondsuit</itemformat></item>
</tableterm><tableitem><para><math>\diamondsuit</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="381">\div</indexterm>\div</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="415">\div</indexterm>\div</itemformat></item>
</tableterm><tableitem><para><math>\div</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="382">\doteq</indexterm>\doteq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="416">\doteq</indexterm>\doteq</itemformat></item>
</tableterm><tableitem><para><math>\doteq</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="383">\downarrow</indexterm>\downarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="417">\downarrow</indexterm>\downarrow</itemformat></item>
</tableterm><tableitem><para><math>\downarrow</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="384">\Downarrow</indexterm>\Downarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="418">\Downarrow</indexterm>\Downarrow</itemformat></item>
</tableterm><tableitem><para><math>\Downarrow</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="385">\ell</indexterm>\ell</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="419">\ell</indexterm>\ell</itemformat></item>
</tableterm><tableitem><para><math>\ell</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="386">\emptyset</indexterm>\emptyset</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="420">\emptyset</indexterm>\emptyset</itemformat></item>
</tableterm><tableitem><para><math>\emptyset</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="387">\epsilon</indexterm>\epsilon</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="421">\epsilon</indexterm>\epsilon</itemformat></item>
</tableterm><tableitem><para><math>\epsilon</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="388">\equiv</indexterm>\equiv</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="422">\equiv</indexterm>\equiv</itemformat></item>
</tableterm><tableitem><para><math>\equiv</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="389">\eta</indexterm>\eta</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="423">\eta</indexterm>\eta</itemformat></item>
</tableterm><tableitem><para><math>\eta</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="390">\exists</indexterm>\exists</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="424">\exists</indexterm>\exists</itemformat></item>
</tableterm><tableitem><para><math>\exists</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="391">\flat</indexterm>\flat</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="425">\flat</indexterm>\flat</itemformat></item>
</tableterm><tableitem><para><math>\flat</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="392">\forall</indexterm>\forall</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="426">\forall</indexterm>\forall</itemformat></item>
</tableterm><tableitem><para><math>\forall</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="393">\frown</indexterm>\frown</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="427">\frown</indexterm>\frown</itemformat></item>
</tableterm><tableitem><para><math>\frown</math> (relacion)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="394">\Gamma</indexterm>\Gamma</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="428">\Gamma</indexterm>\Gamma</itemformat></item>
</tableterm><tableitem><para><math>\Gamma</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="395">\gamma</indexterm>\gamma</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="429">\gamma</indexterm>\gamma</itemformat></item>
</tableterm><tableitem><para><math>\gamma</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="396">\ge</indexterm>\ge</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="430">\ge</indexterm>\ge</itemformat></item>
</tableterm><tableitem><para><math>\ge</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="397">\geq</indexterm>\geq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="431">\geq</indexterm>\geq</itemformat></item>
</tableterm><tableitem><para><math>\geq</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="398">\gets</indexterm>\gets</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="432">\gets</indexterm>\gets</itemformat></item>
</tableterm><tableitem><para><math>\gets</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="399">\gg</indexterm>\gg</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="433">\gg</indexterm>\gg</itemformat></item>
</tableterm><tableitem><para><math>\gg</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="400">\hbar</indexterm>\hbar</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="434">\hbar</indexterm>\hbar</itemformat></item>
</tableterm><tableitem><para><math>\hbar</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="401">\heartsuit</indexterm>\heartsuit</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="435">\heartsuit</indexterm>\heartsuit</itemformat></item>
</tableterm><tableitem><para><math>\heartsuit</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="402">\hookleftarrow</indexterm>\hookleftarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="436">\hookleftarrow</indexterm>\hookleftarrow</itemformat></item>
</tableterm><tableitem><para><math>\hookleftarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="403">\hookrightarrow</indexterm>\hookrightarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="437">\hookrightarrow</indexterm>\hookrightarrow</itemformat></item>
</tableterm><tableitem><para><math>\hookrightarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="404">\iff</indexterm>\iff</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="438">\iff</indexterm>\iff</itemformat></item>
</tableterm><tableitem><para><math>\iff</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="405">\Im</indexterm>\Im</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="439">\Im</indexterm>\Im</itemformat></item>
</tableterm><tableitem><para><math>\Im</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="406">\in</indexterm>\in</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="440">\in</indexterm>\in</itemformat></item>
</tableterm><tableitem><para><math>\in</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="407">\infty</indexterm>\infty</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="441">\infty</indexterm>\infty</itemformat></item>
</tableterm><tableitem><para><math>\infty</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="408">\int</indexterm>\int</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="442">\int</indexterm>\int</itemformat></item>
</tableterm><tableitem><para><math>\int</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="409">\iota</indexterm>\iota</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="443">\iota</indexterm>\iota</itemformat></item>
</tableterm><tableitem><para><math>\iota</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="410">\Join</indexterm>\Join</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="444">\Join</indexterm>\Join</itemformat></item>
</tableterm><tableitem><para>símbolo de corbata de moño condensado (relación) <!-- c xx no en el simple -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="411">\kappa</indexterm>\kappa</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="445">\kappa</indexterm>\kappa</itemformat></item>
</tableterm><tableitem><para><math>\kappa</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="412">\Lambda</indexterm>\Lambda</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="446">\Lambda</indexterm>\Lambda</itemformat></item>
</tableterm><tableitem><para><math>\Lambda</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="413">\lambda</indexterm>\lambda</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="447">\lambda</indexterm>\lambda</itemformat></item>
</tableterm><tableitem><para><math>\lambda</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="414">\land</indexterm>\land</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="448">\land</indexterm>\land</itemformat></item>
</tableterm><tableitem><para><math>\land</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="415">\langle</indexterm>\langle</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="449">\langle</indexterm>\langle</itemformat></item>
</tableterm><tableitem><para><math>\langle</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="416">\lbrace</indexterm>\lbrace</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="450">\lbrace</indexterm>\lbrace</itemformat></item>
</tableterm><tableitem><para><math>\lbrace</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="417">\lbrack</indexterm>\lbrack</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="451">\lbrack</indexterm>\lbrack</itemformat></item>
</tableterm><tableitem><para><math>\lbrack</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="418">\lceil</indexterm>\lceil</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="452">\lceil</indexterm>\lceil</itemformat></item>
</tableterm><tableitem><para><math>\lceil</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="419">\le</indexterm>\le</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="453">\le</indexterm>\le</itemformat></item>
</tableterm><tableitem><para><math>\le</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="420">\leadsto</indexterm>\leadsto</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="454">\leadsto</indexterm>\leadsto</itemformat></item>
</tableterm><tableitem><!-- c xx falta de simple -->
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="421">\Leftarrow</indexterm>\Leftarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="455">\Leftarrow</indexterm>\Leftarrow</itemformat></item>
</tableterm><tableitem><para><math>\Leftarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="422">\leftarrow</indexterm>\leftarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="456">\leftarrow</indexterm>\leftarrow</itemformat></item>
</tableterm><tableitem><para><math>\leftarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="423">\leftharpoondown</indexterm>\leftharpoondown</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="457">\leftharpoondown</indexterm>\leftharpoondown</itemformat></item>
</tableterm><tableitem><para><math>\leftharpoondown</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="424">\leftharpoonup</indexterm>\leftharpoonup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="458">\leftharpoonup</indexterm>\leftharpoonup</itemformat></item>
</tableterm><tableitem><para><math>\leftharpoonup</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="425">\Leftrightarrow</indexterm>\Leftrightarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="459">\Leftrightarrow</indexterm>\Leftrightarrow</itemformat></item>
</tableterm><tableitem><para><math>\Leftrightarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="426">\Leftrightarrow</indexterm>\Leftrightarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="460">\Leftrightarrow</indexterm>\Leftrightarrow</itemformat></item>
</tableterm><tableitem><para><math>\Leftrightarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="427">\leq</indexterm>\leq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="461">\leq</indexterm>\leq</itemformat></item>
</tableterm><tableitem><para><math>\leq</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="428">\lfloor</indexterm>\lfloor</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="462">\lfloor</indexterm>\lfloor</itemformat></item>
</tableterm><tableitem><para><math>\lfloor</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="429">\lhd</indexterm>\lhd</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="463">\lhd</indexterm>\lhd</itemformat></item>
</tableterm><tableitem><para>(flecha apuntando hacia arriba a la izquierda) <!-- c xx no en el simple -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="430">\ll</indexterm>\ll</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="464">\ll</indexterm>\ll</itemformat></item>
</tableterm><tableitem><para><math>\ll</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="431">\lnot</indexterm>\lnot</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="465">\lnot</indexterm>\lnot</itemformat></item>
</tableterm><tableitem><para><math>\lnot</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="432">\longleftarrow</indexterm>\longleftarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="466">\longleftarrow</indexterm>\longleftarrow</itemformat></item>
</tableterm><tableitem><para><math>\longleftarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="433">\longleftrightarrow</indexterm>\longleftrightarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="467">\longleftrightarrow</indexterm>\longleftrightarrow</itemformat></item>
</tableterm><tableitem><para><math>\longleftrightarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="434">\longmapsto</indexterm>\longmapsto</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="468">\longmapsto</indexterm>\longmapsto</itemformat></item>
</tableterm><tableitem><para><math>\longmapsto</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="435">\longrightarrow</indexterm>\longrightarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="469">\longrightarrow</indexterm>\longrightarrow</itemformat></item>
</tableterm><tableitem><para><math>\longrightarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="436">\lor</indexterm>\lor</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="470">\lor</indexterm>\lor</itemformat></item>
</tableterm><tableitem><para><math>\lor</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="437">\mapsto</indexterm>\mapsto</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="471">\mapsto</indexterm>\mapsto</itemformat></item>
</tableterm><tableitem><para><math>\mapsto</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="438">\mho</indexterm>\mho</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="472">\mho</indexterm>\mho</itemformat></item>
</tableterm><tableitem><!-- c xx no en el simple -->
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="439">\mid</indexterm>\mid</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="473">\mid</indexterm>\mid</itemformat></item>
</tableterm><tableitem><para><math>\mid</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="440">\models</indexterm>\models</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="474">\models</indexterm>\models</itemformat></item>
</tableterm><tableitem><para><math>\models</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="441">\mp</indexterm>\mp</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="475">\mp</indexterm>\mp</itemformat></item>
</tableterm><tableitem><para><math>\mp</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="442">\mu</indexterm>\mu</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="476">\mu</indexterm>\mu</itemformat></item>
</tableterm><tableitem><para><math>\mu</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="443">\nabla</indexterm>\nabla</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="477">\nabla</indexterm>\nabla</itemformat></item>
</tableterm><tableitem><para><math>\nabla</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="444">\natural</indexterm>\natural</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="478">\natural</indexterm>\natural</itemformat></item>
</tableterm><tableitem><para><math>\natural</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="445">\ne</indexterm>\ne</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="479">\ne</indexterm>\ne</itemformat></item>
</tableterm><tableitem><para><math>\ne</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="446">\nearrow</indexterm>\nearrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="480">\nearrow</indexterm>\nearrow</itemformat></item>
</tableterm><tableitem><para><math>\nearrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="447">\neg</indexterm>\neg</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="481">\neg</indexterm>\neg</itemformat></item>
</tableterm><tableitem><para><math>\neg</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="448">\neq</indexterm>\neq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="482">\neq</indexterm>\neq</itemformat></item>
</tableterm><tableitem><para><math>\neq</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="449">\ni</indexterm>\ni</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="483">\ni</indexterm>\ni</itemformat></item>
</tableterm><tableitem><para><math>\ni</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="450">\not</indexterm>\not</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="484">\not</indexterm>\not</itemformat></item>
</tableterm><tableitem><para>Superpone una / al siguiente operador, tal como <math>\not=</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="451">\notin</indexterm>\notin</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="485">\notin</indexterm>\notin</itemformat></item>
</tableterm><tableitem><para><math>\ni</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="452">\nu</indexterm>\nu</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="486">\nu</indexterm>\nu</itemformat></item>
</tableterm><tableitem><para><math>\nu</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="453">\nwarrow</indexterm>\nwarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="487">\nwarrow</indexterm>\nwarrow</itemformat></item>
</tableterm><tableitem><para><math>\nwarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="454">\odot</indexterm>\odot</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="488">\odot</indexterm>\odot</itemformat></item>
</tableterm><tableitem><para><math>\odot</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="455">\oint</indexterm>\oint</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="489">\oint</indexterm>\oint</itemformat></item>
</tableterm><tableitem><para><math>\oint</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="456">\Omega</indexterm>\Omega</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="490">\Omega</indexterm>\Omega</itemformat></item>
</tableterm><tableitem><para><math>\Omega</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="457">\omega</indexterm>\omega</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="491">\omega</indexterm>\omega</itemformat></item>
</tableterm><tableitem><para><math>\omega</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="458">\ominus</indexterm>\ominus</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="492">\ominus</indexterm>\ominus</itemformat></item>
</tableterm><tableitem><para><math>\ominus</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="459">\oplus</indexterm>\oplus</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="493">\oplus</indexterm>\oplus</itemformat></item>
</tableterm><tableitem><para><math>\oplus</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="460">\oslash</indexterm>\oslash</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="494">\oslash</indexterm>\oslash</itemformat></item>
</tableterm><tableitem><para><math>\oslash</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="461">\otimes</indexterm>\otimes</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="495">\otimes</indexterm>\otimes</itemformat></item>
</tableterm><tableitem><para><math>\otimes</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="462">\owns</indexterm>\owns</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="496">\owns</indexterm>\owns</itemformat></item>
</tableterm><tableitem><para><math>\owns</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="463">\parallel</indexterm>\parallel</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="497">\parallel</indexterm>\parallel</itemformat></item>
</tableterm><tableitem><para><math>\parallel</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="464">\partial</indexterm>\partial</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="498">\partial</indexterm>\partial</itemformat></item>
</tableterm><tableitem><para><math>\partial</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="465">\perp</indexterm>\perp</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="499">\perp</indexterm>\perp</itemformat></item>
</tableterm><tableitem><para><math>\perp</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="466">\phi</indexterm>\phi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="500">\phi</indexterm>\phi</itemformat></item>
</tableterm><tableitem><para><math>\phi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="467">\Pi</indexterm>\Pi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="501">\Pi</indexterm>\Pi</itemformat></item>
</tableterm><tableitem><para><math>\Pi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="468">\pi</indexterm>\pi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="502">\pi</indexterm>\pi</itemformat></item>
</tableterm><tableitem><para><math>\pi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="469">\pm</indexterm>\pm</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="503">\pm</indexterm>\pm</itemformat></item>
</tableterm><tableitem><para><math>\pm</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="470">\prec</indexterm>\prec</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="504">\prec</indexterm>\prec</itemformat></item>
</tableterm><tableitem><para><math>\prec</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="471">\preceq</indexterm>\preceq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="505">\preceq</indexterm>\preceq</itemformat></item>
</tableterm><tableitem><para><math>\preceq</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="472">\prime</indexterm>\prime</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="506">\prime</indexterm>\prime</itemformat></item>
</tableterm><tableitem><para><math>\prime</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="473">\prod</indexterm>\prod</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="507">\prod</indexterm>\prod</itemformat></item>
</tableterm><tableitem><para><math>\prod</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="474">\propto</indexterm>\propto</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="508">\propto</indexterm>\propto</itemformat></item>
</tableterm><tableitem><para><math>\propto</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="475">\Psi</indexterm>\Psi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="509">\Psi</indexterm>\Psi</itemformat></item>
</tableterm><tableitem><para><math>\Psi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="476">\psi</indexterm>\psi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="510">\psi</indexterm>\psi</itemformat></item>
</tableterm><tableitem><para><math>\psi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="477">\rangle</indexterm>\rangle</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="511">\rangle</indexterm>\rangle</itemformat></item>
</tableterm><tableitem><para><math>\rangle</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="478">\rbrace</indexterm>\rbrace</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="512">\rbrace</indexterm>\rbrace</itemformat></item>
</tableterm><tableitem><para><math>\rbrace</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="479">\rbrack</indexterm>\rbrack</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="513">\rbrack</indexterm>\rbrack</itemformat></item>
</tableterm><tableitem><para><math>\rbrack</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="480">\rceil</indexterm>\rceil</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="514">\rceil</indexterm>\rceil</itemformat></item>
</tableterm><tableitem><para><math>\rceil</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="481">\Re</indexterm>\Re</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="515">\Re</indexterm>\Re</itemformat></item>
</tableterm><tableitem><para><math>\Re</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="482">\rfloor</indexterm>\rfloor</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="516">\rfloor</indexterm>\rfloor</itemformat></item>
</tableterm><tableitem><para><math>\rfloor</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="483">\rhd</indexterm>\rhd</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="517">\rhd</indexterm>\rhd</itemformat></item>
</tableterm><tableitem><para>(operación binaria) <!-- c xx no en sencillo @math{\rhd} -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="484">\rho</indexterm>\rho</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="518">\rho</indexterm>\rho</itemformat></item>
</tableterm><tableitem><para><math>\rho</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="485">\Rightarrow</indexterm>\Rightarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="519">\Rightarrow</indexterm>\Rightarrow</itemformat></item>
</tableterm><tableitem><para><math>\Rightarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="486">\rightarrow</indexterm>\rightarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="520">\rightarrow</indexterm>\rightarrow</itemformat></item>
</tableterm><tableitem><para><math>\rightarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="487">\rightharpoondown</indexterm>\rightharpoondown</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="521">\rightharpoondown</indexterm>\rightharpoondown</itemformat></item>
</tableterm><tableitem><para><math>\rightharpoondown</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="488">\rightharpoonup</indexterm>\rightharpoonup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="522">\rightharpoonup</indexterm>\rightharpoonup</itemformat></item>
</tableterm><tableitem><para><math>\rightharpoonup</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="489">\rightleftharpoons</indexterm>\rightleftharpoons</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="523">\rightleftharpoons</indexterm>\rightleftharpoons</itemformat></item>
</tableterm><tableitem><para><math>\rightleftharpoons</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="490">\searrow</indexterm>\searrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="524">\searrow</indexterm>\searrow</itemformat></item>
</tableterm><tableitem><para><math>\searrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="491">\setminus</indexterm>\setminus</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="525">\setminus</indexterm>\setminus</itemformat></item>
</tableterm><tableitem><para><math>\setminus</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="492">\sharp</indexterm>\sharp</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="526">\sharp</indexterm>\sharp</itemformat></item>
</tableterm><tableitem><para><math>\sharp</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="493">\Sigma</indexterm>\Sigma</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="527">\Sigma</indexterm>\Sigma</itemformat></item>
</tableterm><tableitem><para><math>\Sigma</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="494">\sigma</indexterm>\sigma</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="528">\sigma</indexterm>\sigma</itemformat></item>
</tableterm><tableitem><para><math>\sigma</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="495">\sim</indexterm>\sim</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="529">\sim</indexterm>\sim</itemformat></item>
</tableterm><tableitem><para><math>\sim</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="496">\simeq</indexterm>\simeq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="530">\simeq</indexterm>\simeq</itemformat></item>
</tableterm><tableitem><para><math>\simeq</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="497">\smallint</indexterm>\smallint</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="531">\smallint</indexterm>\smallint</itemformat></item>
</tableterm><tableitem><para><math>\smallint</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="498">\smile</indexterm>\smile</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="532">\smile</indexterm>\smile</itemformat></item>
</tableterm><tableitem><para><math>\smile</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="499">\spadesuit</indexterm>\spadesuit</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="533">\spadesuit</indexterm>\spadesuit</itemformat></item>
</tableterm><tableitem><para><math>\spadesuit</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="500">\sqcap</indexterm>\sqcap</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="534">\sqcap</indexterm>\sqcap</itemformat></item>
</tableterm><tableitem><para><math>\sqcap</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="501">\sqcup</indexterm>\sqcup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="535">\sqcup</indexterm>\sqcup</itemformat></item>
</tableterm><tableitem><para><math>\sqcup</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="502">\sqsubset</indexterm>\sqsubset</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="536">\sqsubset</indexterm>\sqsubset</itemformat></item>
</tableterm><tableitem><para>(relación) <!-- c no en (@math{\sqsubset}) simple -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="503">\sqsubseteq</indexterm>\sqsubseteq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="537">\sqsubseteq</indexterm>\sqsubseteq</itemformat></item>
</tableterm><tableitem><para><math>\sqsubseteq</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="504">\sqsupset</indexterm>\sqsupset</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="538">\sqsupset</indexterm>\sqsupset</itemformat></item>
</tableterm><tableitem><para>(relación) <!-- c no en (@math{\sqsupset}) simple -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="505">\sqsupseteq</indexterm>\sqsupseteq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="539">\sqsupseteq</indexterm>\sqsupseteq</itemformat></item>
</tableterm><tableitem><para><math>\sqsupseteq</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="506">\star</indexterm>\star</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="540">\star</indexterm>\star</itemformat></item>
</tableterm><tableitem><para><math>\star</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="507">\subset</indexterm>\subset</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="541">\subset</indexterm>\subset</itemformat></item>
</tableterm><tableitem><para><math>\subset</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="508">\subseteq</indexterm>\subseteq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="542">\subseteq</indexterm>\subseteq</itemformat></item>
</tableterm><tableitem><para><math>\subseteq</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="509">\succ</indexterm>\succ</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="543">\succ</indexterm>\succ</itemformat></item>
</tableterm><tableitem><para><math>\succ</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="510">\succeq</indexterm>\succeq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="544">\succeq</indexterm>\succeq</itemformat></item>
</tableterm><tableitem><para><math>\succeq</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="511">\sum</indexterm>\sum</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="545">\sum</indexterm>\sum</itemformat></item>
</tableterm><tableitem><para><math>\sum</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="512">\supset</indexterm>\supset</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="546">\supset</indexterm>\supset</itemformat></item>
</tableterm><tableitem><para><math>\supset</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="513">\supseteq</indexterm>\supseteq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="547">\supseteq</indexterm>\supseteq</itemformat></item>
</tableterm><tableitem><para><math>\supseteq</math> (relación)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="514">\surd</indexterm>\surd</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="548">\surd</indexterm>\surd</itemformat></item>
</tableterm><tableitem><para><math>\surd</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="515">\swarrow</indexterm>\swarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="549">\swarrow</indexterm>\swarrow</itemformat></item>
</tableterm><tableitem><para><math>\swarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="516">\tau</indexterm>\tau</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="550">\tau</indexterm>\tau</itemformat></item>
</tableterm><tableitem><para><math>\tau</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="517">\theta</indexterm>\theta</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="551">\theta</indexterm>\theta</itemformat></item>
</tableterm><tableitem><para><math>\theta</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="518">\times</indexterm>\times</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="552">\times</indexterm>\times</itemformat></item>
</tableterm><tableitem><para><math>\times</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="519">\to</indexterm>\to</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="553">\to</indexterm>\to</itemformat></item>
</tableterm><tableitem><para><math>\to</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="520">\top</indexterm>\top</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="554">\top</indexterm>\top</itemformat></item>
</tableterm><tableitem><para><math>\top</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="521">\triangle</indexterm>\triangle</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="555">\triangle</indexterm>\triangle</itemformat></item>
</tableterm><tableitem><para><math>\triangle</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="522">\triangleleft</indexterm>\triangleleft</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="556">\triangleleft</indexterm>\triangleleft</itemformat></item>
</tableterm><tableitem><para><math>\triangleleft</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="523">\triangleright</indexterm>\triangleright</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="557">\triangleright</indexterm>\triangleright</itemformat></item>
</tableterm><tableitem><para><math>\triangleright</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="524">\unlhd</indexterm>\unlhd</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="558">\unlhd</indexterm>\unlhd</itemformat></item>
</tableterm><tableitem><para>punta de flecha apuntando hacia la izquierda con una línea debajo
(operación binaria) <!-- c no en sencillo -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="525">\unrhd</indexterm>\unrhd</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="559">\unrhd</indexterm>\unrhd</itemformat></item>
</tableterm><tableitem><para>punta de flecha apuntando hacia la derecha con línea debajo
(operación binaria) <!-- c no en sencillo -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="526">\Uparrow</indexterm>\Uparrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="560">\Uparrow</indexterm>\Uparrow</itemformat></item>
</tableterm><tableitem><para><math>\Uparrow</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="527">\uparrow</indexterm>\uparrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="561">\uparrow</indexterm>\uparrow</itemformat></item>
</tableterm><tableitem><para><math>\uparrow</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="528">\Updownarrow</indexterm>\Updownarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="562">\Updownarrow</indexterm>\Updownarrow</itemformat></item>
</tableterm><tableitem><para><math>\Updownarrow</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="529">\updownarrow</indexterm>\updownarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="563">\updownarrow</indexterm>\updownarrow</itemformat></item>
</tableterm><tableitem><para><math>\updownarrow</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="530">\uplus</indexterm>\uplus</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="564">\uplus</indexterm>\uplus</itemformat></item>
</tableterm><tableitem><para><math>\uplus</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="531">\Upsilon</indexterm>\Upsilon</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="565">\Upsilon</indexterm>\Upsilon</itemformat></item>
</tableterm><tableitem><para><math>\Upsilon</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="532">\upsilon</indexterm>\upsilon</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="566">\upsilon</indexterm>\upsilon</itemformat></item>
</tableterm><tableitem><para><math>\upsilon</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="533">\varepsilon</indexterm>\varepsilon</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="567">\varepsilon</indexterm>\varepsilon</itemformat></item>
</tableterm><tableitem><para><math>\varepsilon</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="534">\varphi</indexterm>\varphi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="568">\varphi</indexterm>\varphi</itemformat></item>
</tableterm><tableitem><para><math>\varphi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="535">\varpi</indexterm>\varpi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="569">\varpi</indexterm>\varpi</itemformat></item>
</tableterm><tableitem><para><math>\varpi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="536">\varrho</indexterm>\varrho</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="570">\varrho</indexterm>\varrho</itemformat></item>
</tableterm><tableitem><para><math>\varrho</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="537">\varsigma</indexterm>\varsigma</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="571">\varsigma</indexterm>\varsigma</itemformat></item>
</tableterm><tableitem><para><math>\varsigma</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="538">\vartheta</indexterm>\vartheta</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="572">\vartheta</indexterm>\vartheta</itemformat></item>
</tableterm><tableitem><para><math>\vartheta</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="539">\vdash</indexterm>\vdash</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="573">\vdash</indexterm>\vdash</itemformat></item>
</tableterm><tableitem><para><math>\vdash</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="540">\vee</indexterm>\vee</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="574">\vee</indexterm>\vee</itemformat></item>
</tableterm><tableitem><para><math>\vee</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="541">\Vert</indexterm>\Vert</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="575">\Vert</indexterm>\Vert</itemformat></item>
</tableterm><tableitem><para><math>\Vert</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="542">\vert</indexterm>\vert</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="576">\vert</indexterm>\vert</itemformat></item>
</tableterm><tableitem><para><math>\vert</math> (delimitador)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="543">\wedge</indexterm>\wedge</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="577">\wedge</indexterm>\wedge</itemformat></item>
</tableterm><tableitem><para><math>\wedge</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="544">\wp</indexterm>\wp</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="578">\wp</indexterm>\wp</itemformat></item>
</tableterm><tableitem><para><math>\wp</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="545">\wr</indexterm>\wr</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="579">\wr</indexterm>\wr</itemformat></item>
</tableterm><tableitem><para><math>\wr</math> (operación binaria)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="546">\Xi</indexterm>\Xi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="580">\Xi</indexterm>\Xi</itemformat></item>
</tableterm><tableitem><para><math>\Xi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="547">\xi</indexterm>\xi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="581">\xi</indexterm>\xi</itemformat></item>
</tableterm><tableitem><para><math>\xi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="548">\zeta</indexterm>\zeta</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="582">\zeta</indexterm>\zeta</itemformat></item>
</tableterm><tableitem><para><math>\zeta</math>
</para>
</tableitem></tableentry></ftable>
@@ -4951,114 +5015,114 @@ salida.
</section>
<node name="Funciones-Matem_00e1ticas" spaces=" "><nodename>Funciones Matemáticas</nodename><nodenext automatic="on">Acentos Matemáticos</nodenext><nodeprev automatic="on">Símbolos Matemáticos</nodeprev><nodeup automatic="on">Fórmulas Matemáticas</nodeup></node>
<section spaces=" "><sectiontitle>Funciones Matemáticas</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="211">funciones matemáticas</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="212">funciones, matemáticas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="210">funciones matemáticas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="211">funciones, matemáticas</indexterm></cindex>
<para>Estas instrucciones producen nombres de función romanos en modo math con
el espaciado adecuado.
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="549">\arccos</indexterm>\arccos</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="583">\arccos</indexterm>\arccos</itemformat></item>
</tableterm><tableitem><para><math>\arccos</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="550">\arcsin</indexterm>\arcsin</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="584">\arcsin</indexterm>\arcsin</itemformat></item>
</tableterm><tableitem><para><math>\arcsin</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="551">\arctan</indexterm>\arctan</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="585">\arctan</indexterm>\arctan</itemformat></item>
</tableterm><tableitem><para><math>\arctan</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="552">\arg</indexterm>\arg</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="586">\arg</indexterm>\arg</itemformat></item>
</tableterm><tableitem><para><math>\arg</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="553">\bmod</indexterm>\bmod</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="587">\bmod</indexterm>\bmod</itemformat></item>
</tableterm><tableitem><para>Operador residuo binario (<math>x \bmod y</math>)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="554">\cos</indexterm>\cos</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="588">\cos</indexterm>\cos</itemformat></item>
</tableterm><tableitem><para><math>\cos</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="555">\cosh</indexterm>\cosh</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="589">\cosh</indexterm>\cosh</itemformat></item>
</tableterm><tableitem><para><math>\cosh</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="556">\cot</indexterm>\cot</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="590">\cot</indexterm>\cot</itemformat></item>
</tableterm><tableitem><para><math>\cos</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="557">\coth</indexterm>\coth</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="591">\coth</indexterm>\coth</itemformat></item>
</tableterm><tableitem><para><math>\cosh</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="558">\csc</indexterm>\csc</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="592">\csc</indexterm>\csc</itemformat></item>
</tableterm><tableitem><para><math>\csc</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="559">\deg</indexterm>\deg</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="593">\deg</indexterm>\deg</itemformat></item>
</tableterm><tableitem><para><math>\deg</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="560">\det</indexterm>\det</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="594">\det</indexterm>\det</itemformat></item>
</tableterm><tableitem><para><math>\deg</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="561">\dim</indexterm>\dim</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="595">\dim</indexterm>\dim</itemformat></item>
</tableterm><tableitem><para><math>\dim</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="562">\exp</indexterm>\exp</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="596">\exp</indexterm>\exp</itemformat></item>
</tableterm><tableitem><para><math>\exp</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="563">\gcd</indexterm>\gcd</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="597">\gcd</indexterm>\gcd</itemformat></item>
</tableterm><tableitem><para><math>\gcd</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="564">\hom</indexterm>\hom</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="598">\hom</indexterm>\hom</itemformat></item>
</tableterm><tableitem><para><math>\hom</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="565">\inf</indexterm>\inf</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="599">\inf</indexterm>\inf</itemformat></item>
</tableterm><tableitem><para><math>\inf</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="566">\ker</indexterm>\ker</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="600">\ker</indexterm>\ker</itemformat></item>
</tableterm><tableitem><para><math>\ker</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="567">\lg</indexterm>\lg</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="601">\lg</indexterm>\lg</itemformat></item>
</tableterm><tableitem><para><math>\lg</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="568">\lim</indexterm>\lim</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="602">\lim</indexterm>\lim</itemformat></item>
</tableterm><tableitem><para><math>\lim</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="569">\liminf</indexterm>\liminf</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="603">\liminf</indexterm>\liminf</itemformat></item>
</tableterm><tableitem><para><math>\liminf</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="570">\limsup</indexterm>\limsup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="604">\limsup</indexterm>\limsup</itemformat></item>
</tableterm><tableitem><para><math>\limsup</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="571">\ln</indexterm>\ln</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="605">\ln</indexterm>\ln</itemformat></item>
</tableterm><tableitem><para><math>\ln</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="572">\log</indexterm>\log</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="606">\log</indexterm>\log</itemformat></item>
</tableterm><tableitem><para><math>\log</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="573">\max</indexterm>\max</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="607">\max</indexterm>\max</itemformat></item>
</tableterm><tableitem><para><math>\max</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="574">\min</indexterm>\min</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="608">\min</indexterm>\min</itemformat></item>
</tableterm><tableitem><para><math>\min</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="575">\pmod</indexterm>\pmod</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="609">\pmod</indexterm>\pmod</itemformat></item>
</tableterm><tableitem><para>residuo entre paréntesis, como en (<math>\pmod 2^n - 1</math>)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="576">\Pr</indexterm>\Pr</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="610">\Pr</indexterm>\Pr</itemformat></item>
</tableterm><tableitem><para><math>\Pr</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="577">\sec</indexterm>\sec</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="611">\sec</indexterm>\sec</itemformat></item>
</tableterm><tableitem><para><math>\sec</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="578">\sin</indexterm>\sin</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="612">\sin</indexterm>\sin</itemformat></item>
</tableterm><tableitem><para><math>\sin</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="579">\sinh</indexterm>\sinh</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="613">\sinh</indexterm>\sinh</itemformat></item>
</tableterm><tableitem><para><math>\sinh</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="580">\sup</indexterm>\sup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="614">\sup</indexterm>\sup</itemformat></item>
</tableterm><tableitem><para>sup
<!-- c see comments in latex2e.texi. -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="581">\tan</indexterm>\tan</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="615">\tan</indexterm>\tan</itemformat></item>
</tableterm><tableitem><para><math>\tan</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="582">\tanh</indexterm>\tanh</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="616">\tanh</indexterm>\tanh</itemformat></item>
</tableterm><tableitem><para><math>\tanh</math>
</para>
</tableitem></tableentry></ftable>
@@ -5067,72 +5131,72 @@ el espaciado adecuado.
</section>
<node name="Acentos-Matem_00e1ticos" spaces=" "><nodename>Acentos Matemáticos</nodename><nodenext automatic="on">Espacios en Modo Math</nodenext><nodeprev automatic="on">Funciones Matemáticas</nodeprev><nodeup automatic="on">Fórmulas Matemáticas</nodeup></node>
<section spaces=" "><sectiontitle>Acentos Matemáticos</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="213">acentos matemáticos</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="214">acentos, matemáticas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="212">acentos matemáticos</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="213">acentos, matemáticas</indexterm></cindex>
<para>&latex; proporciona una variedad de instrucciones para producir letras
acentuadas en matemáticas. Son distintas de los acentos en un texto normal
(<pxref label="Acentos"><xrefnodename>Acentos</xrefnodename></pxref>).
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="583">\acute</indexterm>\acute</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="215">acento agudo, math</indexterm></cindex>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="617">\acute</indexterm>\acute</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="214">acento agudo, math</indexterm></cindex>
<para>Acento agudo en modo Math: <math>\acute{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="584">\bar</indexterm>\bar</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="216">acento barra horizontal, math</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="217">acento macrón, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="618">\bar</indexterm>\bar</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="215">acento barra horizontal, math</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="216">acento macrón, math</indexterm></cindex>
<para>Acento barra horizontal (macrón) en modo Math: <math>\bar{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="585">\breve</indexterm>\breve</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="218">acento breve, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="619">\breve</indexterm>\breve</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="217">acento breve, math</indexterm></cindex>
<para>Acento breve en modo Math: <math>\breve{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="586">\check</indexterm>\check</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="219">acento de verificación, math</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="220">acento h<accent type="acute" bracketed="off">a</accent><accent type="caron">c</accent>ek, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="620">\check</indexterm>\check</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="218">acento de verificación, math</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="219">acento h<accent type="acute" bracketed="off">a</accent><accent type="caron">c</accent>ek, math</indexterm></cindex>
<para>Acento de verificación h<accent type="acute" bracketed="off">a</accent><accent type="caron">c</accent>ek en modo Math: <math>\check{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="587">\ddot</indexterm>\ddot</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="221">acento diéresis, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="621">\ddot</indexterm>\ddot</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="220">acento diéresis, math</indexterm></cindex>
<para>Acento diéresis en modo Math: <math>\ddot{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="588">\dot</indexterm>\dot</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="222">acento punto superior, math</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="223">punto superior acento, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="622">\dot</indexterm>\dot</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="221">acento punto superior, math</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="222">punto superior acento, math</indexterm></cindex>
<para>Acento punto superior en modo Math: <math>\dot{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="589">\grave</indexterm>\grave</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="224">acento grave, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="623">\grave</indexterm>\grave</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="223">acento grave, math</indexterm></cindex>
<para>Acento grave en modo Math: <math>\grave{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="590">\hat</indexterm>\hat</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="225">acento circunflejo, math</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="226">acento circunflejo, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="624">\hat</indexterm>\hat</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="224">acento circunflejo, math</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="225">acento circunflejo, math</indexterm></cindex>
<para>Acento circunflejo en modo Math: <math>\hat{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="591">\imath</indexterm>\imath</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="227">i sin punto, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="625">\imath</indexterm>\imath</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="226">i sin punto, math</indexterm></cindex>
<para>i sin punto en modo Math.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="592">\jmath</indexterm>\jmath</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="228">j sin punto, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="626">\jmath</indexterm>\jmath</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="227">j sin punto, math</indexterm></cindex>
<para>j sin punto en modo Math.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="593">\tilde</indexterm>\tilde</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="229">acento tilde, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="627">\tilde</indexterm>\tilde</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="228">acento tilde, math</indexterm></cindex>
<para>Acento tilde en modo Math: <math>\tilde{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="594">\vec</indexterm>\vec</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="230">símbolo de vector, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="628">\vec</indexterm>\vec</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="229">símbolo de vector, math</indexterm></cindex>
<para>Símbolo de vector en modo Math: <math>\vec{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="595">\widehat</indexterm>\widehat</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="231">acento circunflejo amplio, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="629">\widehat</indexterm>\widehat</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="230">acento circunflejo amplio, math</indexterm></cindex>
<para>Acento circunflejo amplio en modo Math: <math>\widehat{x+y}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="596">\widetilde</indexterm>\widetilde</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="232">acento tilde amplia, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="630">\widetilde</indexterm>\widetilde</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="231">acento tilde amplia, math</indexterm></cindex>
<para>Acento tilde amplia en modo Math: <math>\widetilde{x+y}</math>.
</para>
</tableitem></tableentry></ftable>
@@ -5141,8 +5205,8 @@ acentuadas en matemáticas. Son distintas de los acentos en un texto normal
</section>
<node name="Espacios-en-Modo-Math" spaces=" "><nodename>Espacios en Modo Math</nodename><nodenext automatic="on">Miscelánea Math</nodenext><nodeprev automatic="on">Acentos Matemáticos</nodeprev><nodeup automatic="on">Fórmulas Matemáticas</nodeup></node>
<section spaces=" "><sectiontitle>Espacios en Modo Math</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="233">espacio dentro del modo math</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="234">modo math mode, espaciado</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="232">espacio dentro del modo math</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="233">modo math mode, espaciado</indexterm></cindex>
<para>En un entorno <code>math</code>, &latex; ignora los espacios que usted
escriba y coloca espacios de acuerdo a las reglas normales para texto
@@ -5151,15 +5215,15 @@ siguientes instrucciones para su uso en modo matemático:
</para>
<table commandarg="code" spaces=" " endspaces=" ">
<tableentry><tableterm><item spaces=" "><itemformat command="code">\;</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="597">\;</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="631">\;</indexterm></findex>
<para>Un espacio de grosor (<math>5\over18\,</math>cuádruple).
</para></tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\:</itemformat></item>
<itemx spaces=" "><itemformat command="code">\&gt;</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="598">\:</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="599">\&gt;</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="632">\:</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="633">\&gt;</indexterm></findex>
<para>Ambos producen un espacio medio (<math>2\over9\,</math>cuádruple).
</para></tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\,</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="600">\,</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="634">\,</indexterm></findex>
<para>Un espacio fino (<math>1\over6\,</math>cuádruple); no se limita a modo matemático.
</para></tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\!</itemformat></item>
</tableterm><tableitem><para>Un espacio fino negativo (<math>-{1\over6}\,</math>cuádruple).
@@ -5169,48 +5233,48 @@ siguientes instrucciones para su uso en modo matemático:
</section>
<node name="Miscel_00e1nea-Math" spaces=" "><nodename>Miscelánea Math</nodename><nodeprev automatic="on">Espacios en Modo Math</nodeprev><nodeup automatic="on">Fórmulas Matemáticas</nodeup></node>
<section spaces=" "><sectiontitle>Miscelánea Math</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="235">miscelánea math</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="234">miscelánea math</indexterm></cindex>
<ftable commandarg="code" spaces=" " endspaces=" ">
<beforefirstitem>
-</beforefirstitem><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="601">\*</indexterm>\*</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="236">multiplicación discrecional</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="237">símbolo de multiplicación, con salto de línea discrecional</indexterm></cindex>
+</beforefirstitem><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="635">\*</indexterm>\*</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="235">multiplicación discrecional</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="236">símbolo de multiplicación, con salto de línea discrecional</indexterm></cindex>
<para>Un símbolo de multiplicación &textldquo;discrecional&textrdquo;, en el que se permiten
saltos de línea.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="602">\cdots</indexterm>\cdots</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="636">\cdots</indexterm>\cdots</itemformat></item>
</tableterm><tableitem><para>Puntos suspensivos horizontales con los puntos elevados al centro de la
línea.
<tex endspaces=" ">
Al igual que en: &textlsquo;$\cdots$&textrsquo;.
</tex>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="603">\ddots</indexterm>\ddots</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="637">\ddots</indexterm>\ddots</itemformat></item>
</tableterm><tableitem><para>Puntos suspensivos en diagonal: <math>\ddots</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="604">\frac&lbrace;num&rbrace;&lbrace;den&rbrace;</indexterm>\frac&lbrace;num&rbrace;&lbrace;den&rbrace;</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="605">\frac</indexterm></findex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="638">\frac&lbrace;num&rbrace;&lbrace;den&rbrace;</indexterm>\frac&lbrace;num&rbrace;&lbrace;den&rbrace;</itemformat></item>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="639">\frac</indexterm></findex>
<para>Produce la fracción <code>num</code> dividida entre <code>den</code>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="606">\left <var>delimitador1</var> ... \right <var>delimitador2</var></indexterm>\left <var>delimitador1</var> ... \right <var>delimitador2</var></itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="607">\right</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="238">delimitador nulo</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="640">\left <var>delimitador1</var> ... \right <var>delimitador2</var></indexterm>\left <var>delimitador1</var> ... \right <var>delimitador2</var></itemformat></item>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="641">\right</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="237">delimitador nulo</indexterm></cindex>
<para>Los dos delimitadores no necesitan coincidir; <samp>.</samp> actúa como un
delimitador nulo, sin producir salida. Los delimitadores son del tamaño
de acuerdo a las matemáticas en el medio. Ejemplo: <code>\left(
\sum_i=1^10 a_i \right]</code>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="608">\overbrace&lbrace;<var>texto</var>&rbrace;</indexterm>\overbrace&lbrace;<var>texto</var>&rbrace;</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="642">\overbrace&lbrace;<var>texto</var>&rbrace;</indexterm>\overbrace&lbrace;<var>texto</var>&rbrace;</itemformat></item>
</tableterm><tableitem><para>Genera un par de <var>texto</var> más. Por ejemplo,
<math>\overbrace{x+\cdots+x}^{k \rm\;veces}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="609">\overline&lbrace;<var>texto</var>&rbrace;</indexterm>\overline&lbrace;<var>texto</var>&rbrace;</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="643">\overline&lbrace;<var>texto</var>&rbrace;</indexterm>\overline&lbrace;<var>texto</var>&rbrace;</itemformat></item>
</tableterm><tableitem><para>Genera una línea horizontal sobre <var>texo</var>. Por ejemplo,
<math>\overline{x+y}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="610">\sqrt[<var>raíz</var>]&lbrace;argumento&rbrace;</indexterm>\sqrt[<var>raíz</var>]&lbrace;argumento&rbrace;</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="644">\sqrt[<var>raíz</var>]&lbrace;argumento&rbrace;</indexterm>\sqrt[<var>raíz</var>]&lbrace;argumento&rbrace;</itemformat></item>
</tableterm><tableitem><para>Produce la representación de la raíz cuadrada de <var>argumento</var>. El
argumento opcional <var>raíz</var> determina qué raíz producir. Por ejemplo,
la raíz cúbica de <code>x+y</code> se escribe como <code>$\sqrt[3]&lbrace;x+y&rbrace;$</code>.
@@ -5218,7 +5282,7 @@ la raíz cúbica de <code>x+y</code> se escribe como <code>$\sqrt[3]&lbrace;x+y&
En &tex;, el resultado tiene el siguiente aspecto: $\root 3 \of x+y$.
</tex>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="611">\stackrel&lbrace;<var>texto</var>&rbrace;&lbrace;<var>relación</var>&rbrace;</indexterm>\stackrel&lbrace;<var>texto</var>&rbrace;&lbrace;<var>relación</var>&rbrace;</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="645">\stackrel&lbrace;<var>texto</var>&rbrace;&lbrace;<var>relación</var>&rbrace;</indexterm>\stackrel&lbrace;<var>texto</var>&rbrace;&lbrace;<var>relación</var>&rbrace;</itemformat></item>
</tableterm><tableitem><para>Coloca el <var>texto</var> sobre la <var>relación</var>.
</para>
<para>Por ejemplo, <code>\stackrel&lbrace;f&rbrace;&lbrace;\longrightarrow&rbrace;</code>.
@@ -5227,14 +5291,14 @@ En &tex;, el resultado tiene el siguiente aspecto: $\buildrel f \over
\longrightarrow$.
</tex>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="612">\underbrace&lbrace;matemáticas&rbrace;</indexterm>\underbrace&lbrace;matemáticas&rbrace;</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="646">\underbrace&lbrace;matemáticas&rbrace;</indexterm>\underbrace&lbrace;matemáticas&rbrace;</itemformat></item>
</tableterm><tableitem><para>Genera <var>matemáticas</var> con una llave por debajo.
<tex endspaces=" ">
En &tex;, el resultado tiene el siguiente aspecto:
$\underbrace{x+y+z}_{&gt;\,0}$.
</tex>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="613">\underline&lbrace;text&rbrace;</indexterm>\underline&lbrace;text&rbrace;</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="647">\underline&lbrace;text&rbrace;</indexterm>\underline&lbrace;text&rbrace;</itemformat></item>
</tableterm><tableitem><para>Provoca que se subraye el <var>texto</var>, el cual bien puede estar en modo
math o no. La línea siempre está por debajo del texto, teniendo en
cuenta los descendientes.
@@ -5242,8 +5306,8 @@ cuenta los descendientes.
En &tex;, el resultado tiene el siguiente aspecto: $\underline{xyz}$
</tex>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="614">\vdots</indexterm>\vdots</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="615">\vdots</indexterm></findex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="648">\vdots</indexterm>\vdots</itemformat></item>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="649">\vdots</indexterm></findex>
<para>Produce puntos suspensivos verticales.
<tex endspaces=" ">
En &tex;, el resultado tiene el siguiente aspecto:
@@ -5257,11 +5321,11 @@ $\vdots$.
</chapter>
<node name="Modos" spaces=" "><nodename>Modos</nodename><nodenext automatic="on">Estilos de Página</nodenext><nodeprev automatic="on">Fórmulas Matemáticas</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Modos</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="239">modos</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="240">modo párrafo</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="241">modo math</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="242">modo izquierda-a-derecha</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="243">modo lR</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="238">modos</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="239">modo párrafo</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="240">modo math</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="241">modo izquierda-a-derecha</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="242">modo lR</indexterm></cindex>
<para>Cuando &latex; está procesando el texto fuente, este siempre está en
@@ -5310,8 +5374,8 @@ se inicia fuera de él, se llama el &textldquo;modo de párrafo externo&textrdqu
</chapter>
<node name="Estilos-de-P_00e1gina" spaces=" "><nodename>Estilos de Página</nodename><nodenext automatic="on">Espacios</nodenext><nodeprev automatic="on">Modos</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Estilos de Página</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="244">estilos, página</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="245">estilos de página</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="243">estilos, página</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="244">estilos de página</indexterm></cindex>
<para>La instrucción <code>\documentclass</code> determina el tamaño y posición de
las cabeceras y pies de página. El estilo de página determina lo que
@@ -5327,8 +5391,8 @@ sucede en ellos.
<node name="_005cmaketitle" spaces=" "><nodename>\maketitle</nodename><nodenext automatic="on">\pagenumbering</nodenext><nodeup automatic="on">Estilos de Página</nodeup></node>
<section spaces=" "><sectiontitle><code>\maketitle</code></sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="246">títulos, haciendo</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="616">\maketitle</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="245">títulos, haciendo</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="650">\maketitle</indexterm></findex>
<para>La instrucción <code>\maketitle</code> genera un título en una página
independiente &textmdash; excepto en la clase <code>article</code>, donde se coloca el
@@ -5337,32 +5401,32 @@ utilizada para producir el título se obtiene de las siguientes
declaraciones:
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="617">\author&lbrace;<var>nombre</var> \and <var>nombre2</var>&rbrace;</indexterm>\author&lbrace;<var>nombre</var> \and <var>nombre2</var>&rbrace;</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="247">autor, para titlepage</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="618">\\ <r>para <code>\author</code></r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="619">\and <r>para <code>\author</code></r></indexterm></findex>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="651">\author&lbrace;<var>nombre</var> \and <var>nombre2</var>&rbrace;</indexterm>\author&lbrace;<var>nombre</var> \and <var>nombre2</var>&rbrace;</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="246">autor, para titlepage</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="652">\\ <r>para <code>\author</code></r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="653">\and <r>para <code>\author</code></r></indexterm></findex>
<para>La instrucción <code>\author</code> declara los autor(es) del documento, donde
el argumento es una lista de autores separados por instrucciones
<code>\and</code>. Use <code>\\</code> para separar líneas con una única entrada de
autor &textmdash;por ejemplo, para proporcionar las entidades de autor o
dirección.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="620">\date&lbrace;<var>texto</var>&rbrace;</indexterm>\date&lbrace;<var>texto</var>&rbrace;</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="248">fecha, para la página de título</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="654">\date&lbrace;<var>texto</var>&rbrace;</indexterm>\date&lbrace;<var>texto</var>&rbrace;</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="247">fecha, para la página de título</indexterm></cindex>
<para>La instrucción <code>\date</code> declara el <var>texto</var> para ser la fecha del
documento. Sin la instrucción <code>\date</code>, se utiliza la fecha actual
(<pxref label="_005ctoday"><xrefnodename>\today</xrefnodename></pxref>).
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="621">\thanks&lbrace;<var>texto</var>&rbrace;</indexterm>\thanks&lbrace;<var>texto</var>&rbrace;</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="249">thanks, para titlepage</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="250">créditos al pie de página</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="655">\thanks&lbrace;<var>texto</var>&rbrace;</indexterm>\thanks&lbrace;<var>texto</var>&rbrace;</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="248">thanks, para titlepage</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="249">créditos al pie de página</indexterm></cindex>
<para>La instrucción <code>\thanks</code> produce un pie de página
(<code>\footnote</code>) para el título, normalmente utilizada para
reconocimiento de créditos.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="622">\title&lbrace;<var>texto</var>&rbrace;</indexterm>\title&lbrace;<var>texto</var>&rbrace;</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="251">title, para titlepage</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="623">\\ <r>para <code>\title</code></r></indexterm></findex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="656">\title&lbrace;<var>texto</var>&rbrace;</indexterm>\title&lbrace;<var>texto</var>&rbrace;</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="250">title, para titlepage</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="657">\\ <r>para <code>\title</code></r></indexterm></findex>
<para>La instrucción <code>\title</code> declara <var>texto</var> para ser el título del
documento. Use <code>\\</code> para forzar un salto de línea, de la manera
usual.
@@ -5373,8 +5437,8 @@ usual.
</section>
<node name="_005cpagenumbering" spaces=" "><nodename>\pagenumbering</nodename><nodenext automatic="on">\pagestyle</nodenext><nodeprev automatic="on">\maketitle</nodeprev><nodeup automatic="on">Estilos de Página</nodeup></node>
<section spaces=" "><sectiontitle><code>\pagenumbering</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="624">\pagenumbering</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="252">estilo de numeración de página</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="658">\pagenumbering</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="251">estilo de numeración de página</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -5404,10 +5468,10 @@ que se pueden utilizar son por ejemplo::
</section>
<node name="_005cpagestyle" spaces=" "><nodename>\pagestyle</nodename><nodenext automatic="on">\thispagestyle</nodenext><nodeprev automatic="on">\pagenumbering</nodeprev><nodeup automatic="on">Estilos de Página</nodeup></node>
<section spaces=" "><sectiontitle><code>\pagestyle</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="625">\pagestyle</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="253">estilo de encabezado</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="254">estilo del pie de página</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="255">siguiendo el estilo de encabezado y pie de página</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="659">\pagestyle</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="252">estilo de encabezado</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="253">estilo del pie de página</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="254">siguiendo el estilo de encabezado y pie de página</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -5439,7 +5503,7 @@ que sucede en las cabeceras.
<para>Aquí están las descripciones de <code>\markboth</code> y <code>\markright</code>:
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="626">\markboth&lbrace;<var>izquierda</var>&rbrace;&lbrace;<var>derecha</var>&rbrace;</indexterm>\markboth&lbrace;<var>izquierda</var>&rbrace;&lbrace;<var>derecha</var>&rbrace;</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="660">\markboth&lbrace;<var>izquierda</var>&rbrace;&lbrace;<var>derecha</var>&rbrace;</indexterm>\markboth&lbrace;<var>izquierda</var>&rbrace;&lbrace;<var>derecha</var>&rbrace;</itemformat></item>
</tableterm><tableitem><para>Establece ambas cabeceras izquierda y derecha. Una &textldquo;cabecera a mano
izquierda&textrdquo; (<var>izquierda</var>) es generada por la última instrucción
<code>\markboth</code> antes del final de la página, mientras que una
@@ -5447,7 +5511,7 @@ izquierda&textrdquo; (<var>izquierda</var>) es generada por la última instrucci
<code>\markboth</code> o <code>\markright</code> que venga en la página si la hay,
de otra manera por la última antes de la página.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="627">\markright&lbrace;<var>derecha</var>&rbrace;</indexterm>\markright&lbrace;<var>derecha</var>&rbrace;</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="661">\markright&lbrace;<var>derecha</var>&rbrace;</indexterm>\markright&lbrace;<var>derecha</var>&rbrace;</itemformat></item>
</tableterm><tableitem><para>Establece la cabecera de la derecha, dejando la cabecera de la izquierda
sin cambios.
</para>
@@ -5457,7 +5521,7 @@ sin cambios.
</section>
<node name="_005cthispagestyle" spaces=" "><nodename>\thispagestyle</nodename><nodeprev automatic="on">\pagestyle</nodeprev><nodeup automatic="on">Estilos de Página</nodeup></node>
<section spaces=" "><sectiontitle><code>\thispagestyle&lbrace;<var>estilo</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="628">\thispagestyle</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="662">\thispagestyle</indexterm></findex>
<para>La instrucción <code>\thispagestyle</code> trabaja de la misma manera que la
instrucción <code>\pagestyle</code> (vea la sección previa) excepto que esta
@@ -5468,7 +5532,7 @@ instrucción <code>\pagestyle</code> (vea la sección previa) excepto que esta
</chapter>
<node name="Espacios" spaces=" "><nodename>Espacios</nodename><nodenext automatic="on">Cajas</nodenext><nodeprev automatic="on">Estilos de Página</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Espacios</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="256">espacios</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="255">espacios</indexterm></cindex>
<para>&latex; tiene muchas formas de producir espacios en blanco (o llenos).
</para>
@@ -5500,7 +5564,7 @@ Espacio Vertical
<node name="_005chspace" spaces=" "><nodename>\hspace</nodename><nodenext automatic="on">\hfill</nodenext><nodeup automatic="on">Espacios</nodeup></node>
<section spaces=" "><sectiontitle><code>\hspace</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="629">\hspace</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="663">\hspace</indexterm></findex>
<para>Sinopsis:
</para>
@@ -5524,12 +5588,12 @@ forma opcional con <code>*</code>.
<node name="_005chfill" spaces=" "><nodename>\hfill</nodename><nodenext automatic="on">\SPACE</nodenext><nodeprev automatic="on">\hspace</nodeprev><nodeup automatic="on">Espacios</nodeup></node>
<section spaces=" "><sectiontitle><code>\hfill</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="630">\hfill</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="664">\hfill</indexterm></findex>
<para>La instrucción <code>\hfill</code> produce un &textldquo;relleno de longitud&textrdquo; que no
tiene espacio natural sino que se puede extender o reducir en sentido
horizontal en la medida necesaria.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="631">\fill</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="665">\fill</indexterm></findex>
<para>El parámetro <code>\fill</code> es la misma longitud a rellenar (técnicamente,
el valor a agregar <samp>0pt plus1fill</samp>); es decir, <code>\hspace\fill</code>
es equivalente a <code>\hfill</code>.
@@ -5538,9 +5602,9 @@ es equivalente a <code>\hfill</code>.
</section>
<node name="_005cSPACE" spaces=" "><nodename>\SPACE</nodename><nodenext automatic="on">\AT</nodenext><nodeprev automatic="on">\hfill</nodeprev><nodeup automatic="on">Espacios</nodeup></node>
<section spaces=" "><sectiontitle><code>\SPACE</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="632">\SPACE</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="633">\TAB</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="634">\NEWLINE</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="666">\SPACE</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="667">\TAB</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="668">\NEWLINE</indexterm></findex>
<para>La instrucción <code>\ </code> (space) produce un espacio entre palabras
normal. Es útil después de signos de puntuación que no deben terminar
@@ -5555,7 +5619,7 @@ son equivalentes a <code>\ </code>.
</section>
<node name="_005cAT" spaces=" "><nodename>\AT</nodename><nodenext automatic="on">\thinspace</nodenext><nodeprev automatic="on">\SPACE</nodeprev><nodeup automatic="on">Espacios</nodeup></node>
<section spaces=" "><sectiontitle><code>\&arobase;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="635">\&arobase;</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="669">\&arobase;</indexterm></findex>
<para>La instrucción <code>\&arobase;</code> hace que el siguiente carácter de puntuación
final una declaración incluso si normalmente no es así. Esto se suele
@@ -5579,7 +5643,7 @@ ejemplos con y sin <code>\&arobase;</code>:
</section>
<node name="_005cthinspace" spaces=" "><nodename>\thinspace</nodename><nodenext automatic="on">\/</nodenext><nodeprev automatic="on">\AT</nodeprev><nodeup automatic="on">Espacios</nodeup></node>
<section spaces=" "><sectiontitle><code>\thinspace</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="636">\thinspace</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="670">\thinspace</indexterm></findex>
<para><code>\thinspace</code> produce un espacio inviolable e inextensible que es de
un 1/6 de <dmn>em</dmn>. Este es el espacio adecuado para su uso en citas
@@ -5589,7 +5653,7 @@ anidadas, como en &textrsquo;<dmn>&textrdquo;</dmn>.
</section>
<node name="_005c_002f" spaces=" "><nodename>\/</nodename><nodenext automatic="on">\hrulefill</nodenext><nodeprev automatic="on">\thinspace</nodeprev><nodeup automatic="on">Espacios</nodeup></node>
<section spaces=" "><sectiontitle><code>\/</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="637">\/</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="671">\/</indexterm></findex>
<para>La instrucción <code>\/</code> produce una <dfn>corrección en cursiva</dfn>. Este
es un pequeño espacio definido por el diseñador de tipografías para un
@@ -5620,7 +5684,7 @@ con pdf&tex;.
</section>
<node name="_005chrulefill" spaces=" "><nodename>\hrulefill</nodename><nodenext automatic="on">\dotfill</nodenext><nodeprev automatic="on">\/</nodeprev><nodeup automatic="on">Espacios</nodeup></node>
<section spaces=" "><sectiontitle><code>\hrulefill</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="638">\hrulefill</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="672">\hrulefill</indexterm></findex>
<para>La instrucción <code>\hrulefill</code> produce un &textldquo;relleno de longitud&textrdquo; el
cual se puede estrechar o estirar horizontalmente. Este se llenará con
@@ -5631,7 +5695,7 @@ una regla horizontal.
<node name="_005cdotfill" spaces=" "><nodename>\dotfill</nodename><nodenext automatic="on">\addvspace</nodenext><nodeprev automatic="on">\hrulefill</nodeprev><nodeup automatic="on">Espacios</nodeup></node>
<section spaces=" "><sectiontitle><code>\dotfill</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="639">\dotfill</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="673">\dotfill</indexterm></findex>
<para>La instrucción <code>\dotfill</code> produce un &textldquo;relleno de longitud&textrdquo; la
cual se rellena con puntos en lugar de sólo espacios en blanco.
@@ -5641,9 +5705,9 @@ cual se rellena con puntos en lugar de sólo espacios en blanco.
</section>
<node name="_005caddvspace" spaces=" "><nodename>\addvspace</nodename><nodenext automatic="on">\bigskip \medskip \smallskip</nodenext><nodeprev automatic="on">\dotfill</nodeprev><nodeup automatic="on">Espacios</nodeup></node>
<section spaces=" "><sectiontitle><code>\addvspace</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="640">\addvspace</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="257">espacio vertical</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="258">espacio vertical, insertando</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="674">\addvspace</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="256">espacio vertical</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="257">espacio vertical, insertando</indexterm></cindex>
<para><code>\addvspace&lbrace;longitud&rbrace;</code>
</para>
@@ -5663,20 +5727,20 @@ equivalente a <code>longitud</code>.
</para>
<table commandarg="code" spaces=" " endspaces=" ">
<tableentry><tableterm><item spaces=" "><itemformat command="code">\bigskip</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="641">\bigskip</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="642">\bigskipamount</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="675">\bigskip</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="676">\bigskipamount</indexterm></findex>
<para>Al igual que <code>\vspace&lbrace;bigskipamount&rbrace;</code>, normalmente alrededor de
un espacio de línea (con estirar y encoger).
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\medskip</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="643">\medskip</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="644">\medskipamount</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="677">\medskip</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="678">\medskipamount</indexterm></findex>
<para>Al igual que <code>\vspace&lbrace;medskipamount&rbrace;</code>, normalmente cerca de la
mitad del espacio de una línea (con estirar y encoger).
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\smallskip</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="645">\smallskip</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="646">\smallskipamount</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="679">\smallskip</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="680">\smallskipamount</indexterm></findex>
<para>Al igual que <code>\vspace&lbrace;smallskipamount&rbrace;</code>, normalmente alrededor de
un cuarto del espacio de una línea (con estirar y encoger).
</para>
@@ -5689,7 +5753,7 @@ documento.
</section>
<node name="_005cvfill" spaces=" "><nodename>\vfill</nodename><nodenext automatic="on">\vspace</nodenext><nodeprev automatic="on">\bigskip \medskip \smallskip</nodeprev><nodeup automatic="on">Espacios</nodeup></node>
<section spaces=" "><sectiontitle><code>\vfill</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="647">\vfill</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="681">\vfill</indexterm></findex>
<para>La instrucción <code>\vfill</code> produce un relleno de longitud (pegado) el
cual se puede reducir y estirar verticalmente tanto como sea necesario.
@@ -5699,7 +5763,7 @@ Este es equivalente a <code>\vspace&lbrace;\fill&rbrace;</code> (<pxref label="_
</section>
<node name="_005cvspace" spaces=" "><nodename>\vspace</nodename><nodeprev automatic="on">\vfill</nodeprev><nodeup automatic="on">Espacios</nodeup></node>
<section spaces=" "><sectiontitle><code>\vspace[*]&lbrace;<var>longitud</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="648">\vspace</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="682">\vspace</indexterm></findex>
<para>Sinopsis:
</para>
@@ -5721,7 +5785,7 @@ argumento opcional <code>*</code>, no se elimina el espacio.
<node name="Cajas" spaces=" "><nodename>Cajas</nodename><nodenext automatic="on">Inserciones Especiales</nodenext><nodeprev automatic="on">Espacios</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Cajas</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="259">cajas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="258">cajas</indexterm></cindex>
<para>Todos los parámetros de longitud predeterminados (<pxref label="Longitudes-Predeterminadas"><xrefnodename>Longitudes
Predeterminadas</xrefnodename></pxref>) se pueden utilizar en los argumentos de las
@@ -5742,9 +5806,9 @@ instrucciones que generan cajas.
<node name="_005cmbox" spaces=" "><nodename>\mbox</nodename><nodenext automatic="on">\fbox y \framebox</nodenext><nodeup automatic="on">Cajas</nodeup></node>
<section spaces=" "><sectiontitle><code>\mbox&lbrace;<var>texto&rbrace;</var></code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="649">\mbox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="683">\mbox</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="260">división silábica, impidiendo</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="259">división silábica, impidiendo</indexterm></cindex>
<para>La instrucción <code>\mbox</code> crea una caja lo suficientemente ancha para
contener el texto creado por sus argumentos. El <var>texto</var> no se
separa en líneas, por lo tanto este se puede utilizar para prevenir la
@@ -5755,8 +5819,8 @@ separación silábica.
<node name="_005cfbox-y-_005cframebox" spaces=" "><nodename>\fbox y \framebox</nodename><nodenext automatic="on">lrbox</nodenext><nodeprev automatic="on">\mbox</nodeprev><nodeup automatic="on">Cajas</nodeup></node>
<section spaces=" "><sectiontitle><code>\fbox</code> y <code>\framebox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="650">\fbox</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="651">\framebox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="684">\fbox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="685">\framebox</indexterm></findex>
<para>Sinopsis:
</para>
@@ -5774,8 +5838,8 @@ explícitamente la anchura de la caja con el argumento opcional
<var>width</var> (una dimensión), y la posiciona con el argumento opcional
<var>posición</var>. <!-- c xx ref -->
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="652">\fboxrule</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="653">\fboxsep</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="686">\fboxrule</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="687">\fboxsep</indexterm></findex>
<para>Ambas instrucciones producen una regla de espesor <code>\fboxrule</code>
(predeterminado a <samp>.4pt</samp>), y dejan un espacio de <code>\fboxsep</code>
(predeterminado a <samp>3pt</samp>) entre la regla y el contenido de la caja.
@@ -5787,7 +5851,7 @@ entorno <code>picture</code>.
</section>
<node name="lrbox" spaces=" "><nodename>lrbox</nodename><nodenext automatic="on">\makebox</nodenext><nodeprev automatic="on">\fbox y \framebox</nodeprev><nodeup automatic="on">Cajas</nodeup></node>
<section spaces=" "><sectiontitle><code>lrbox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="654">lrbox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="688">lrbox</indexterm></findex>
<para><code>\begin&lbrace;lrbox&rbrace;&lbrace;instrucción&rbrace; texto \end&lbrace;lrbox&rbrace;</code>
</para>
@@ -5800,7 +5864,7 @@ misma que se debe haber declarado con <code>\newsavebox</code>.
</section>
<node name="_005cmakebox" spaces=" "><nodename>\makebox</nodename><nodenext automatic="on">\parbox</nodenext><nodeprev automatic="on">lrbox</nodeprev><nodeup automatic="on">Cajas</nodeup></node>
<section spaces=" "><sectiontitle><code>\makebox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="655">\makebox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="689">\makebox</indexterm></findex>
<para>Sinopsis:
</para>
@@ -5833,7 +5897,7 @@ contener espacio elástico para que esto funcione.
</section>
<node name="_005cparbox" spaces=" "><nodename>\parbox</nodename><nodenext automatic="on">\raisebox</nodenext><nodeprev automatic="on">\makebox</nodeprev><nodeup automatic="on">Cajas</nodeup></node>
<section spaces=" "><sectiontitle><code>\parbox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="656">\parbox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="690">\parbox</indexterm></findex>
<para>Sinopsis:
</para>
@@ -5884,7 +5948,7 @@ extensible para que esto funcione.
</section>
<node name="_005craisebox" spaces=" "><nodename>\raisebox</nodename><nodenext automatic="on">\savebox</nodenext><nodeprev automatic="on">\parbox</nodeprev><nodeup automatic="on">Cajas</nodeup></node>
<section spaces=" "><sectiontitle><code>\raisebox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="657">\raisebox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="691">\raisebox</indexterm></findex>
<para>Sinopsis:
</para>
@@ -5906,7 +5970,7 @@ bajo (profundidad), omitiendo su altura y profundidad natural.
</section>
<node name="_005csavebox" spaces=" "><nodename>\savebox</nodename><nodenext automatic="on">\sbox</nodenext><nodeprev automatic="on">\raisebox</nodeprev><nodeup automatic="on">Cajas</nodeup></node>
<section spaces=" "><sectiontitle><code>\savebox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="658">\savebox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="692">\savebox</indexterm></findex>
<para>Sinopsis:
</para>
@@ -5924,7 +5988,7 @@ la caja resultante, esta la guarda en la caja etiquetada
</section>
<node name="_005csbox" spaces=" "><nodename>\sbox</nodename><nodenext automatic="on">\usebox</nodenext><nodeprev automatic="on">\savebox</nodeprev><nodeup automatic="on">Cajas</nodeup></node>
<section spaces=" "><sectiontitle><code>\sbox&lbrace;<var>\instrucción-caja</var>&rbrace;&lbrace;<var>texto</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="659">\sbox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="693">\sbox</indexterm></findex>
<para>Sinopsis:
</para>
@@ -5942,7 +6006,7 @@ previamente con <code>\newsavebox</code> (<pxref label="_005cnewsavebox"><xrefno
</section>
<node name="_005cusebox" spaces=" "><nodename>\usebox</nodename><nodeprev automatic="on">\sbox</nodeprev><nodeup automatic="on">Cajas</nodeup></node>
<section spaces=" "><sectiontitle><code>\usebox&lbrace;<var>\instrucción-caja</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="660">\usebox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="694">\usebox</indexterm></findex>
<para>Sinopsis:
</para>
@@ -5976,8 +6040,8 @@ usted puede escribir.
<node name="Caracteres-Reservados" spaces=" "><nodename>Caracteres Reservados</nodename><nodenext automatic="on">Símbolos de Texto</nodenext><nodeup automatic="on">Inserciones Especiales</nodeup></node>
<section spaces=" "><sectiontitle>Caracteres Reservados</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="261">caracteres reservados</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="262">caracteres, reservados</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="260">caracteres reservados</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="261">caracteres, reservados</indexterm></cindex>
<para>Los siguientes caracteres desempeñan un papel especial en &latex; y se
llaman &textldquo;caracteres reservados&textrdquo; o &textldquo;caracteres especiales&textrdquo;.
@@ -5986,34 +6050,34 @@ llaman &textldquo;caracteres reservados&textrdquo; o &textldquo;caracteres espec
<pre xml:space="preserve"># $ % &amp; ~ _ ^ \ &lbrace; &rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="661">\#</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="662">\$</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="663">\%</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="664">\&amp;</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="665">\_</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="666">\&lbrace;</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="667">\&rbrace;</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="695">\#</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="696">\$</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="697">\%</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="698">\&amp;</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="699">\_</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="700">\&lbrace;</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="701">\&rbrace;</indexterm></findex>
<para>Siempre que escriba en su archivo uno de estos caracteres, &latex; debe
hacer algo especial. Si simplemente desea imprimir el carácter en sí
mismo, incluya un carácter <code>\</code> anteponiéndolo a este. Por ejemplo,
<code>\$</code> debe producir <code>$</code> en su salida.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="668">\backslash</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="702">\backslash</indexterm></findex>
<para>Una excepción a esta regla es la <code>\</code> misma, debido a que <code>\</code>
tiene su propio significado especial (dependiente del contexto). Una \
romana es producida al escribir <code>$\backslash$</code> en su archivo, y una
<code>\</code> de máquina de escribir es producida usando <samp>\</samp> en una
instrucción verbatim (<pxref label="verbatim"><xrefnodename>verbatim</xrefnodename></pxref>).
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="669">\~</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="670">\^</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="703">\~</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="704">\^</indexterm></findex>
<para>Además, <code>\~</code> y <code>\^</code> colocan acentos tilde y circunflejo sobre
la siguiente letra, como en <accent type="tilde">o</accent> y <accent type="circ">o</accent> (<pxref label="Acentos"><xrefnodename>Acentos</xrefnodename></pxref>); Para
obtener una <code>~</code> o <code>^</code> independiente, usted puede utilizar una
instrucción verbatim.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="671">\symbol</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="263">accediendo a cualquier carácter del tipo de letra</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="705">\symbol</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="262">accediendo a cualquier carácter del tipo de letra</indexterm></cindex>
<para>Por último, puede acceder a cualquier carácter del tipo de letra actual
una vez que sepa su número utilizando la instrucción <code>\symbol</code>. Por
@@ -6030,8 +6094,8 @@ podría escribir como <code>\symbol&lbrace;'40&rbrace;</code> o <code>\symbol&lb
<node name="S_00edmbolos-de-Texto" spaces=" "><nodename>Símbolos de Texto</nodename><nodenext automatic="on">Acentos</nodenext><nodeprev automatic="on">Caracteres Reservados</nodeprev><nodeup automatic="on">Inserciones Especiales</nodeup></node>
<section spaces=" "><sectiontitle>Símbolos de Texto</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="264">símbolos de texto</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="672"><r>paquete</r> textcomp</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="263">símbolos de texto</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="706"><r>paquete</r> textcomp</indexterm></findex>
<para>&latex; proporciona instrucciones para generar una serie símbolos
distintos de letras, en el texto. Algunos de estos, especialmente los
más oscuros, no están disponibles en OT1; posiblemente tenga que cargar
@@ -6039,274 +6103,274 @@ el paquete <code>textcomp</code>.
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
<beforefirstitem>
-</beforefirstitem><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="673">\copyright</indexterm>\copyright</itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="674">\textcopyright</indexterm>\textcopyright</itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="265">símbolo de copyright</indexterm></cindex>
+</beforefirstitem><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="707">\copyright</indexterm>\copyright</itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="708">\textcopyright</indexterm>\textcopyright</itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="264">símbolo de copyright</indexterm></cindex>
<para>El símbolo de copyright, &copyright;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="675">\dag</indexterm>\dag</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="266">daga, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="709">\dag</indexterm>\dag</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="265">daga, en texto</indexterm></cindex>
<para>El símbolo daga (en texto).
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="676">\ddag</indexterm>\ddag</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="267">doble daga, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="710">\ddag</indexterm>\ddag</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="266">doble daga, en texto</indexterm></cindex>
<para>El símbolo doble daga (en texto).
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="677">\LaTeX</indexterm>\LaTeX</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="268">Logotipo de &latex;</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="269">logotipo, &latex;</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="711">\LaTeX</indexterm>\LaTeX</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="267">Logotipo de &latex;</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="268">logotipo, &latex;</indexterm></cindex>
<para>El logotipo de &latex;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="678">\LaTeXe</indexterm>\LaTeXe</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="270">Logotipo de &latex;2e</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="271">logotipo, &latex;2e</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="712">\LaTeXe</indexterm>\LaTeXe</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="269">Logotipo de &latex;2e</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="270">logotipo, &latex;2e</indexterm></cindex>
<para>El logotypo de &latex;2e.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="679">\guillemotleft <r>(&laquo;)</r></indexterm>\guillemotleft <r>(&laquo;)</r></itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="680">\guillemotright <r>(&raquo;)</r></indexterm>\guillemotright <r>(&raquo;)</r></itemformat></itemx>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="681">\guilsinglleft <r>(&lsaquo;)</r></indexterm>\guilsinglleft <r>(&lsaquo;)</r></itemformat></itemx>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="682">\guilsinglright <r>(&rsaquo;)</r></indexterm>\guilsinglright <r>(&rsaquo;)</r></itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="272">comillas tipográficas, latinas o angulares</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="273">comillas tipográficas simples</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="274">comilla angular de apertura</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="275">comilla angular de cierre</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="276">comillas tipográficas angulares</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="277">comillas tipográficas angulares simples</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="278">comillas tipográficas Francesas</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="279">comillas tipográficas, Francesas</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="713">\guillemotleft <r>(&laquo;)</r></indexterm>\guillemotleft <r>(&laquo;)</r></itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="714">\guillemotright <r>(&raquo;)</r></indexterm>\guillemotright <r>(&raquo;)</r></itemformat></itemx>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="715">\guilsinglleft <r>(&lsaquo;)</r></indexterm>\guilsinglleft <r>(&lsaquo;)</r></itemformat></itemx>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="716">\guilsinglright <r>(&rsaquo;)</r></indexterm>\guilsinglright <r>(&rsaquo;)</r></itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="271">comillas tipográficas, latinas o angulares</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="272">comillas tipográficas simples</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="273">comilla angular de apertura</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="274">comilla angular de cierre</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="275">comillas tipográficas angulares</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="276">comillas tipográficas angulares simples</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="277">comillas tipográficas Francesas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="278">comillas tipográficas, Francesas</indexterm></cindex>
<para>Comillas tipográficas angulares dobles y simples, utilizadas comúnmente
en Francés: &laquo;, &raquo;, &lsaquo;,
&rsaquo;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="683">\ldots</indexterm>\ldots</itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="684">\dots</indexterm>\dots</itemformat></itemx>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="685">\textellipsis</indexterm>\textellipsis</itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="280">puntos suspensivos</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="717">\ldots</indexterm>\ldots</itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="718">\dots</indexterm>\dots</itemformat></itemx>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="719">\textellipsis</indexterm>\textellipsis</itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="279">puntos suspensivos</indexterm></cindex>
<para>Puntos suspensivos (tres puntos en la línea base): &textlsquo;&dots;&textrsquo;.
<code>\ldots</code> y <code>\dots</code> también trabajan en modo math.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="686">\lq</indexterm>\lq</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="281">comilla izquierda</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="282">comilla de apertura</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="720">\lq</indexterm>\lq</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="280">comilla izquierda</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="281">comilla de apertura</indexterm></cindex>
<para>Comilla izquierda (de apertura): &textlsquo;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="687">\P</indexterm>\P</itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="688">\textparagraph</indexterm>\textparagraph</itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="283">símbolo de párrafo</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="284">antígrafo o simplemente signo de párrafo</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="721">\P</indexterm>\P</itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="722">\textparagraph</indexterm>\textparagraph</itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="282">símbolo de párrafo</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="283">antígrafo o simplemente signo de párrafo</indexterm></cindex>
<para>Signo de párrafo (antígrafo).
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="689">\pounds</indexterm>\pounds</itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="690">\textsterling</indexterm>\textsterling</itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="285">símbolo de libra esterlina</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="286">símbolo de libra esterlina</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="723">\pounds</indexterm>\pounds</itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="724">\textsterling</indexterm>\textsterling</itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="284">símbolo de libra esterlina</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="285">símbolo de libra esterlina</indexterm></cindex>
<para>Libras esterlinas en Inglés: &pound;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="691">\quotedblbase <r>(&bdquo;)</r></indexterm>\quotedblbase <r>(&bdquo;)</r></itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="692">\quotesinglbase <r>(&sbquo;)</r></indexterm>\quotesinglbase <r>(&sbquo;)</r></itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="287">comillas dobles en línea base</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="288">comilla simple en línea base</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="289">comilla en línea base, simple y doble</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="725">\quotedblbase <r>(&bdquo;)</r></indexterm>\quotedblbase <r>(&bdquo;)</r></itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="726">\quotesinglbase <r>(&sbquo;)</r></indexterm>\quotesinglbase <r>(&sbquo;)</r></itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="286">comillas dobles en línea base</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="287">comilla simple en línea base</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="288">comilla en línea base, simple y doble</indexterm></cindex>
<para>Simple y dobles comillas en la línea base:
&bdquo; y &sbquo;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="693">\rq</indexterm>\rq</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="290">comilla derecha</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="291">comilla de cierre</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="727">\rq</indexterm>\rq</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="289">comilla derecha</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="290">comilla de cierre</indexterm></cindex>
<para>Comilla derecha (de cierre): &textrsquo;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="694">\S</indexterm>\S</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="292">símbolo de sección</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="728">\S</indexterm>\S</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="291">símbolo de sección</indexterm></cindex>
<para>Símbolo de sección.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="695">\TeX</indexterm>\TeX</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="293">logotipo de &tex;</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="294">logotipo, &tex;</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="729">\TeX</indexterm>\TeX</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="292">logotipo de &tex;</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="293">logotipo, &tex;</indexterm></cindex>
<para>El logotipo de &tex;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="696">\textasciicircum</indexterm>\textasciicircum</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="295">circunflejo, ASCII, en texto</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="296">ASCII circunflejo, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="730">\textasciicircum</indexterm>\textasciicircum</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="294">circunflejo, ASCII, en texto</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="295">ASCII circunflejo, en texto</indexterm></cindex>
<para>Circunflejo ASCII: ^.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="697">\textasciitilde</indexterm>\textasciitilde</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="297">tilde, ASCII, en texto</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="298">tilde ASCII, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="731">\textasciitilde</indexterm>\textasciitilde</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="296">tilde, ASCII, en texto</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="297">tilde ASCII, en texto</indexterm></cindex>
<para>Tilde ASCII: ~.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="698">\textasteriskcentered</indexterm>\textasteriskcentered</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="299">asterisco, centrado, en texto</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="300">asterisco centrado, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="732">\textasteriskcentered</indexterm>\textasteriskcentered</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="298">asterisco, centrado, en texto</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="299">asterisco centrado, en texto</indexterm></cindex>
<para>Asterisco centrado: *.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="699">\textbackslash</indexterm>\textbackslash</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="301">barra inversa, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="733">\textbackslash</indexterm>\textbackslash</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="300">barra inversa, en texto</indexterm></cindex>
<para>Barra inversa: \.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="700">\textbar</indexterm>\textbar</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="302">barra vertical, en texto</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="303">bar, vertical, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="734">\textbar</indexterm>\textbar</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="301">barra vertical, en texto</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="302">bar, vertical, en texto</indexterm></cindex>
<para>Barra Vertical: |.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="701">\textbardbl</indexterm>\textbardbl</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="304">barra vertical, doble, en texto</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="305">barra, vertical doble, en texto</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="306">doble barra vertical, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="735">\textbardbl</indexterm>\textbardbl</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="303">barra vertical, doble, en texto</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="304">barra, vertical doble, en texto</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="305">doble barra vertical, en texto</indexterm></cindex>
<para>Doble barra vertical.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="702">\textbigcircle</indexterm>\textbigcircle</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="307">símbolo círculo grande, en texto</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="308">símbolo de círculo, grande, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="736">\textbigcircle</indexterm>\textbigcircle</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="306">símbolo círculo grande, en texto</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="307">símbolo de círculo, grande, en texto</indexterm></cindex>
<para>Símbolo círculo grande.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="703">\textbraceleft</indexterm>\textbraceleft</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="309">llave de apertura, en texto</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="310">llave, izquierda, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="737">\textbraceleft</indexterm>\textbraceleft</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="308">llave de apertura, en texto</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="309">llave, izquierda, en texto</indexterm></cindex>
<para>Llave izquierda: &lbrace;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="704">\textbraceright</indexterm>\textbraceright</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="311">llave derecha, en texto</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="312">llave, derecha, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="738">\textbraceright</indexterm>\textbraceright</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="310">llave derecha, en texto</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="311">llave, derecha, en texto</indexterm></cindex>
<para>Llave derecha: &rbrace;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="705">\textbullet</indexterm>\textbullet</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="313">bala, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="739">\textbullet</indexterm>\textbullet</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="312">bala, en texto</indexterm></cindex>
<para>Bala: &bullet;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="706">\textcircled&lbrace;<var>letra</var>&rbrace;</indexterm>\textcircled&lbrace;<var>letra</var>&rbrace;</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="314">letra en círculo, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="740">\textcircled&lbrace;<var>letra</var>&rbrace;</indexterm>\textcircled&lbrace;<var>letra</var>&rbrace;</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="313">letra en círculo, en texto</indexterm></cindex>
<para><var>letra</var> en un círculo, como en &registered;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="707">\textcompwordmark</indexterm>\textcompwordmark</itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="708">\textcapitalwordmark</indexterm>\textcapitalwordmark</itemformat></itemx>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="709">\textascenderwordmark</indexterm>\textascenderwordmark</itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="315">marca palabra compuesta, en texto</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="316">tapa superior</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="317">ascender superior</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="741">\textcompwordmark</indexterm>\textcompwordmark</itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="742">\textcapitalwordmark</indexterm>\textcapitalwordmark</itemformat></itemx>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="743">\textascenderwordmark</indexterm>\textascenderwordmark</itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="314">marca palabra compuesta, en texto</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="315">tapa superior</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="316">ascender superior</indexterm></cindex>
<para>Marca de palabra compuesta (invisible). La forma <code>\textcapital...</code>
tiene la tapa del tipo de letra, mientras que la forma
<code>\textascender...</code> tiene el ascender superior.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="710">\textdagger</indexterm>\textdagger</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="318">daga, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="744">\textdagger</indexterm>\textdagger</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="317">daga, en texto</indexterm></cindex>
<para>Daga: <math>\dag</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="711">\textdaggerdbl</indexterm>\textdaggerdbl</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="319">daga, doble, en texto</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="320">daga doble, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="745">\textdaggerdbl</indexterm>\textdaggerdbl</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="318">daga, doble, en texto</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="319">daga doble, en texto</indexterm></cindex>
<para>Daga doble: <math>\ddag</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="712">\textdollar <r>(o <code>$</code>)</r></indexterm>\textdollar <r>(o <code>$</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="321">signo de dólar</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="322">moneda, dólar</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="746">\textdollar <r>(o <code>\$</code>)</r></indexterm>\textdollar <r>(o <code>\$</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="320">signo de dólar</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="321">moneda, dólar</indexterm></cindex>
<para>Signo de Dólar: $.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="713">\textemdash <r>(o <code>---</code>)</r></indexterm>\textemdash <r>(o <code>---</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="323">em-dash</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="747">\textemdash <r>(o <code>---</code>)</r></indexterm>\textemdash <r>(o <code>---</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="322">em-dash</indexterm></cindex>
<para>Em-dash: &textmdash; (para puntuación).
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="714">\textendash <r>(o <code>--</code>)</r></indexterm>\textendash <r>(o <code>--</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="324">e-dash</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="748">\textendash <r>(o <code>--</code>)</r></indexterm>\textendash <r>(o <code>--</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="323">e-dash</indexterm></cindex>
<para>En-dash: &textmdash; (para rangos).
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="715">\texteuro</indexterm>\texteuro</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="325">símbolo del euro</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="326">divisas, euro</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="749">\texteuro</indexterm>\texteuro</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="324">símbolo del euro</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="325">divisas, euro</indexterm></cindex>
<para>El Símbolo del Euro: &euro;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="716">\textexclamdown <r>(o <code>!`</code>)</r></indexterm>\textexclamdown <r>(o <code>!`</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="327">exclamación, inicial</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="750">\textexclamdown <r>(o <code>!`</code>)</r></indexterm>\textexclamdown <r>(o <code>!`</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="326">exclamación, inicial</indexterm></cindex>
<para>Signo de exclamación inicial: &iexcl;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="717">\textgreater</indexterm>\textgreater</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="328">símbolo mayor que, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="751">\textgreater</indexterm>\textgreater</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="327">símbolo mayor que, en texto</indexterm></cindex>
<para>Mayor que: &gt;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="718">\textless</indexterm>\textless</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="329">símbolo menor que, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="752">\textless</indexterm>\textless</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="328">símbolo menor que, en texto</indexterm></cindex>
<para>Menor que: &lt;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="719">\textleftarrow</indexterm>\textleftarrow</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="330">flecha, izquierda, en texto</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="331">flecha hacia la izquierda, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="753">\textleftarrow</indexterm>\textleftarrow</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="329">flecha, izquierda, en texto</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="330">flecha hacia la izquierda, en texto</indexterm></cindex>
<para>Flecha izquierda.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="720">\textordfeminine</indexterm>\textordfeminine</itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="721">\textordmasculine</indexterm>\textordmasculine</itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="332">Símbolo ordinal femenino</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="333">símbolo ordinal masculino</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="334">ordinales, femenino y masculino</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="335">ordinales en español, femenino y masculino</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="754">\textordfeminine</indexterm>\textordfeminine</itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="755">\textordmasculine</indexterm>\textordmasculine</itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="331">Símbolo ordinal femenino</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="332">símbolo ordinal masculino</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="333">ordinales, femenino y masculino</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="334">ordinales en español, femenino y masculino</indexterm></cindex>
<para>Símbolos ordinales femenino y masculino: &ordf;, &ordm;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="722">\textordfeminine</indexterm>\textordfeminine</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="336">símbolo femenino ordinal</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="756">\textordfeminine</indexterm>\textordfeminine</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="335">símbolo femenino ordinal</indexterm></cindex>
<para>Símbolo ordinal femenino: &ordf;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="723">\textperiodcentered</indexterm>\textperiodcentered</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="337">punto, centrado, en texto</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="338">punto centrado, en texto</indexterm></cindex>
-<para>Punto centrado: <math>\cdot</math>.
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="757">\textperiodcentered</indexterm>\textperiodcentered</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="336">punto, centrado, en texto</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="337">punto centrado, en texto</indexterm></cindex>
+<para>Punto centrado: ·.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="724">\textquestiondown <r>(o <code>?`</code>)</r></indexterm>\textquestiondown <r>(o <code>?`</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="339">interrogación, inicial</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="758">\textquestiondown <r>(o <code>?`</code>)</r></indexterm>\textquestiondown <r>(o <code>?`</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="338">interrogación, inicial</indexterm></cindex>
<para>Signo de interrogación inicial: &iquest;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="725">\textquotedblleft <r>(o <code>``</code>)</r></indexterm>\textquotedblleft <r>(o <code>``</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="340">marca izquierda, doble</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="341">comillas dobles de apertura</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="759">\textquotedblleft <r>(o <code>``</code>)</r></indexterm>\textquotedblleft <r>(o <code>``</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="339">marca izquierda, doble</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="340">comillas dobles de apertura</indexterm></cindex>
<para>Comillas dobles de apertura: &textldquo;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="726">\textquotedblright <r>(o <code>'</code>)</r></indexterm>\textquotedblright <r>(o <code>'</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="342">comillas de cierre, dobles</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="343">comillas de cierre dobles</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="760">\textquotedblright <r>(o <code>'</code>)</r></indexterm>\textquotedblright <r>(o <code>'</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="341">comillas de cierre, dobles</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="342">comillas de cierre dobles</indexterm></cindex>
<para>Dobles comillas de cierre: &textrdquo;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="727">\textquoteleft <r>(o <code>`</code>)</r></indexterm>\textquoteleft <r>(o <code>`</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="344">comilla izquierda, sola</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="345">comilla de apertura simple</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="761">\textquoteleft <r>(o <code>`</code>)</r></indexterm>\textquoteleft <r>(o <code>`</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="343">comilla izquierda, sola</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="344">comilla de apertura simple</indexterm></cindex>
<para>Comilla de apertura simple: &textlsquo;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="728">\textquoteright <r>(o <code>'</code>)</r></indexterm>\textquoteright <r>(o <code>'</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="346">comilla de cierre, simple</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="347">comilla de cierre simple</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="762">\textquoteright <r>(o <code>'</code>)</r></indexterm>\textquoteright <r>(o <code>'</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="345">comilla de cierre, simple</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="346">comilla de cierre simple</indexterm></cindex>
<para>Comilla de cierre simple: &textrsquo;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="729">\textquotestraightbase</indexterm>\textquotestraightbase</itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="730">\textquotestraightdblbase</indexterm>\textquotestraightdblbase</itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="348">comilla, en la línea base (coma)</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="349">comillastraight quote, base</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="350">guión doble, línea recta</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="351">línea recta de guión doble, base</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="763">\textquotestraightbase</indexterm>\textquotestraightbase</itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="764">\textquotestraightdblbase</indexterm>\textquotestraightdblbase</itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="347">comilla, en la línea base (coma)</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="348">comillastraight quote, base</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="349">guión doble, línea recta</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="350">línea recta de guión doble, base</indexterm></cindex>
<para>Líneas rectas simples y dobles en la línea base.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="731">\textregistered</indexterm>\textregistered</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="352">símbolo de marca registrada</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="765">\textregistered</indexterm>\textregistered</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="351">símbolo de marca registrada</indexterm></cindex>
<para>Símbolo de marca registrada: &registered;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="732">\textrightarrow</indexterm>\textrightarrow</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="353">flecha derecha, en texto</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="354">flecha hacia la derecha, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="766">\textrightarrow</indexterm>\textrightarrow</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="352">flecha derecha, en texto</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="353">flecha hacia la derecha, en texto</indexterm></cindex>
<para>Flecha hacia la derecha.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="733">\textthreequartersemdash</indexterm>\textthreequartersemdash</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="355">em-dash de tres cuartos</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="356">em-dash, tres cuartos</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="767">\textthreequartersemdash</indexterm>\textthreequartersemdash</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="354">em-dash de tres cuartos</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="355">em-dash, tres cuartos</indexterm></cindex>
<para>em-dash de &textldquo;Tres cuartos&textrdquo;, entre en-dash y em-dash.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="734">\texttrademark</indexterm>\texttrademark</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="357">símbolo de marca comercial</indexterm></cindex>
-<para>Símbolo de marca comercial: <math>^{\hbox{TM}}</math>.
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="768">\texttrademark</indexterm>\texttrademark</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="356">símbolo de marca comercial</indexterm></cindex>
+<para>Símbolo de marca comercial: ™.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="735">\texttwelveudash</indexterm>\texttwelveudash</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="769">\texttwelveudash</indexterm>\texttwelveudash</itemformat></item>
</tableterm><tableitem><para>Xx 12u-.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="736">\textunderscore</indexterm>\textunderscore</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="358">subrayado, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="770">\textunderscore</indexterm>\textunderscore</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="357">subrayado, en texto</indexterm></cindex>
<para>Subrayado: _.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="737">\textvisiblespace</indexterm>\textvisiblespace</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="359">símbolo de espacio visible, en texto</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="771">\textvisiblespace</indexterm>\textvisiblespace</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="358">símbolo de espacio visible, en texto</indexterm></cindex>
<para>Símbolo de espacio visible.
</para>
</tableitem></tableentry></ftable>
@@ -6316,9 +6380,9 @@ tiene la tapa del tipo de letra, mientras que la forma
<node name="Acentos" spaces=" "><nodename>Acentos</nodename><nodenext automatic="on">Caracteres no Ingleses</nodenext><nodeprev automatic="on">Símbolos de Texto</nodeprev><nodeup automatic="on">Inserciones Especiales</nodeup></node>
<section spaces=" "><sectiontitle>Acentos</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="360">acentos</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="361">caracteres, acentuados</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="362">letras, acentuadas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="359">acentos</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="360">caracteres, acentuados</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="361">letras, acentuadas</indexterm></cindex>
<para>&latex; tiene un amplio apoyo para muchos de los guiones de idiomas del
mundo, a través del paquete <code>babel</code> y de apoyo relacionados. Esta
@@ -6332,149 +6396,149 @@ su uso con letras mayúsculas. Estas no están disponibles con OT1.
<table commandarg="code" spaces=" " endspaces=" ">
<tableentry><tableterm><item spaces=" "><itemformat command="code">\&quot;</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitaldieresis</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="738">\&quot; <r>(acento diéresis)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="739">\capitaldieresis</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="772">\&quot; <r>(acento diéresis)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="773">\capitaldieresis</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="362">acento diéresis</indexterm></cindex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="363">acento diéresis</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="364">acento diéresis</indexterm></cindex>
<para>Produce una diéresis, como en <accent type="uml">o</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\'</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalacute</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="740">\&textrsquo; <r>(acento agudo)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="741">\capitalacute</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="365">acento agudo</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="774">\&textrsquo; <r>(acento agudo)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="775">\capitalacute</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="364">acento agudo</indexterm></cindex>
<para>Produce un acento agudo, como en <accent type="acute">o</accent>. En el entorno <code>tabbing</code>,
empuja la columna actual a la derecha de la columna anterior
(<pxref label="tabbing"><xrefnodename>tabbing</xrefnodename></pxref>).
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\.</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="742">\. <r>(acento punto encima)</r></indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="776">\. <r>(acento punto encima)</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="365">acento punto</indexterm></cindex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="366">acento punto</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="367">acento punto</indexterm></cindex>
<para>Produce un punto como acento sobre la siguiente, como en <accent type="dotaccent">o</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\=</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalmacron</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="743">\= <r>(acento macrón)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="744">\capitalmacron</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="368">acento macrón</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="369">acento barra encima</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="370">acento barra sobre</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="777">\= <r>(acento macrón)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="778">\capitalmacron</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="367">acento macrón</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="368">acento barra encima</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="369">acento barra sobre</indexterm></cindex>
<para>Produce un acento macrón (una barra) sobre el siguiente, como en <accent type="macr">o</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\^</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalcircumflex</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="745">\^ <r>(acento circunflejo)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="746">\capitalcircumflex</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="779">\^ <r>(acento circunflejo)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="780">\capitalcircumflex</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="370">acento circunflejo</indexterm></cindex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="371">acento circunflejo</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="372">acento circunflejo</indexterm></cindex>
<para>Produce un acento circunflejo (sombrero) sobre la siguiente, como en
<accent type="circ">o</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\`</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalgrave</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="747">\&textlsquo; <r>(acento grave)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="748">\capitalgrave</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="373">acento grave</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="781">\&textlsquo; <r>(acento grave)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="782">\capitalgrave</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="372">acento grave</indexterm></cindex>
<para>Produce un acento grave sobre la siguiente, como en <accent type="grave">o</accent>. En el
entorno <code>tabbing</code>, mueve el siguiente texto hacia el margen derecho
(<pxref label="tabbing"><xrefnodename>tabbing</xrefnodename></pxref>).
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\~</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitaltilde</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="749">\~ <r>(acento tilde)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="750">\capitaltilde</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="374">acento tilde</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="783">\~ <r>(acento tilde)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="784">\capitaltilde</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="373">acento tilde</indexterm></cindex>
<para>Produce una tilde como acento sobre la siguiente, como en <accent type="tilde">n</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\b</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="751">\b <r>(acento barra)</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="375">acento barra</indexterm></cindex>
-<para>Produce una barra como acento sobre la siguiente, como en
-<accent type="ubaraccent">o</accent>.
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="785">\b <r>(acento barra)</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="374">acento barra</indexterm></cindex>
+<para>Produce una barra como acento debajo de la siguiente, como en
+<accent type="ubaraccent">o</accent>. Vea también <code>\underbar</code> a continuación
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\c</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalcedilla</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="752">\c <r>(acento cedilla)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="753">\capitalcedilla</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="376">acento cedilla</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="786">\c <r>(acento cedilla)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="787">\capitalcedilla</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="375">acento cedilla</indexterm></cindex>
<para>Produce una cedilla como acento sobre la siguiente, como en <accent type="cedil">c</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\d</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitaldotaccent</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="754">\d <r>(acento círculo)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="755">\capitaldotaccent</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="377">acento círculo</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="788">\d <r>(acento círculo)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="789">\capitaldotaccent</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="376">acento círculo</indexterm></cindex>
<para>Produce un círculo como acento sobre la siguiente, como en
<accent type="udotaccent">o</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\H</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalhungarumlaut</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="756">\H <r>(acento diéresis Húngara)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="757">\capitalhungarumlaut</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="378">acento diéresis húngara</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="790">\H <r>(acento diéresis Húngara)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="791">\capitalhungarumlaut</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="377">acento diéresis húngara</indexterm></cindex>
<para>Produce un acento diéresis húngaro sobre la siguiente, como en <accent type="doubleacute">o</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\i</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="758">\i <r>(i sin punto)</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="379">i sin punto</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="792">\i <r>(i sin punto)</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="378">i sin punto</indexterm></cindex>
<para>Produce una i sin punto, como en &textlsquo;<dotless>i</dotless>&textrsquo;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\j</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="759">\j <r>(j sin punto)</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="380">j sin punto</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="793">\j <r>(j sin punto)</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="379">j sin punto</indexterm></cindex>
<para>Produce una j sin punto, como en &textlsquo;<dotless>j</dotless>&textrsquo;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\k</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalogonek</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="760">\k <r>(colita &textmdash;ogonek en polaco)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="761">\capitalogonek</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="381">colita</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="794">\k <r>(colita &textmdash;ogonek en polaco)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="795">\capitalogonek</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="380">colita</indexterm></cindex>
<para>Produce una letra con colita, como en &textlsquo;<accent type="ogon">o</accent>&textrsquo;. No disponible en la
codificación OT1.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\r</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalring</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="762">\r <r>(acento anillo)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="763">\capitalring</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="382">anillo acento</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="796">\r <r>(acento anillo)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="797">\capitalring</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="381">anillo acento</indexterm></cindex>
<para>Produce un anillo como acento, como en &textlsquo;<accent type="ring">o</accent>&textrsquo;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\t</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitaltie</itemformat></itemx>
<itemx spaces=" "><itemformat command="code">\newtie</itemformat></itemx>
<itemx spaces=" "><itemformat command="code">\capitalnewtie</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="764">\t <r>(acento atadura con siguiente)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="765">\capitaltie</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="766">\newtie</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="767">\capitalnewtie</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="383">atadura con siguiente acento</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="798">\t <r>(acento atadura con siguiente)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="799">\capitaltie</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="800">\newtie</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="801">\capitalnewtie</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="382">atadura con siguiente acento</indexterm></cindex>
<para>Produce una atadura con el siguiente como acento, como en
&textlsquo;<accent type="tieaccent">oo</accent>&textrsquo;. La forma <code>\newtie</code> está centrada en su caja.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\u</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalbreve</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="768">\u <r>(breve acento)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="769">\capitalbreve</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="384">breve acento</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="802">\u <r>(breve acento)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="803">\capitalbreve</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="383">breve acento</indexterm></cindex>
<para>Produce un acento breve, como en &textlsquo;<accent type="breve">o</accent>&textrsquo;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\underbar</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="770">\underbar</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="385">subrayado</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="804">\underbar</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="384">subrayado</indexterm></cindex>
<para>No es exactamente un acento, este produce una barra en el argumento
texto. El argumento siempre se procesa en modo horizontal. La barra
siempre está en una posición fija en la línea base, por lo que cruza a
través de los trazos descendentes. Vea también <code>\underline</code> en
-<ref label="Miscel_00e1nea-Math"><xrefnodename>Miscelánea Math</xrefnodename></ref>.
+<ref label="Miscel_00e1nea-Math"><xrefnodename>Miscelánea Math</xrefnodename></ref>. Vea también <code>\b</code> aquí antes
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\v</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalcaron</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="771">\v <r>(breve acento)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="772">\capitalcaron</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="386">acento anticircunflejo</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="387">anticircunflejo acento</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="388">carón acento</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="805">\v <r>(breve acento)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="806">\capitalcaron</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="385">acento anticircunflejo</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="386">anticircunflejo acento</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="387">carón acento</indexterm></cindex>
<para>Produce un acento h<accent type="acute" bracketed="off">a</accent><accent type="caron">c</accent>ek (anticircunflejo, carón), como en &textlsquo;<accent type="caron">o</accent>&textrsquo;.
</para>
</tableitem></tableentry></table>
@@ -6484,10 +6548,10 @@ través de los trazos descendentes. Vea también <code>\underline</code> en
<node name="Caracteres-no-Ingleses" spaces=" "><nodename>Caracteres no Ingleses</nodename><nodenext automatic="on">\rule</nodenext><nodeprev automatic="on">Acentos</nodeprev><nodeup automatic="on">Inserciones Especiales</nodeup></node>
<section spaces=" "><sectiontitle>Caracteres no Ingleses</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="389">caracteres especiales</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="390">caracteres no Ingleses</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="391">caracteres, no Ingleses</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="392">letras, no Inglesas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="388">caracteres especiales</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="389">caracteres no Ingleses</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="390">caracteres, no Ingleses</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="391">letras, no Inglesas</indexterm></cindex>
<para>Estas son las instrucciones &latex; básicas para insertar los
caracteres más usados en idiomas distintos del Inglés.
@@ -6496,80 +6560,80 @@ caracteres más usados en idiomas distintos del Inglés.
<beforefirstitem>
</beforefirstitem><tableentry><tableterm><item spaces=" "><itemformat command="code">\aa</itemformat></item>
<itemx spaces=" "><itemformat command="code">\AA</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="773">\aa (&aring;)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="774">\AA (&Aring;)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="393">ash</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="807">\aa (&aring;)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="808">\AA (&Aring;)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="392">ash</indexterm></cindex>
<para>&aring; y &Aring;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\ae</itemformat></item>
<itemx spaces=" "><itemformat command="code">\AE</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="775">\ae (&aelig;)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="776">\AE (&AElig;)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="394">ligadura ae</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="809">\ae (&aelig;)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="810">\AE (&AElig;)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="393">ligadura ae</indexterm></cindex>
<para>&aelig; y &AElig;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\dh</itemformat></item>
<itemx spaces=" "><itemformat command="code">\DH</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="777">\dh (&aelig;)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="778">\DH (&AElig;)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="395">islandés eth</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="396">eth, letra islandesa</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="811">\dh (&aelig;)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="812">\DH (&AElig;)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="394">islandés eth</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="395">eth, letra islandesa</indexterm></cindex>
<para>Letra eth islandesa: &eth; y &ETH;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\dj</itemformat></item>
<itemx spaces=" "><itemformat command="code">\DJ</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="779">\dj</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="780">\DJ</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="813">\dj</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="814">\DJ</indexterm></findex>
<para>xxxx
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\ij</itemformat></item>
<itemx spaces=" "><itemformat command="code">\IJ</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="781">\ij (ij)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="782">\IJ (IJ)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="397">letra ij, Neerlandés</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="815">\ij (ij)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="816">\IJ (IJ)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="396">letra ij, Neerlandés</indexterm></cindex>
<para>ij y IJ (salvo que un poco más juntas que como aparecen aquí).
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\l</itemformat></item>
<itemx spaces=" "><itemformat command="code">\L</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="783">\l (&lslash;)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="784">\L (&Lslash;)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="398">l Polaca</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="817">\l (&lslash;)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="818">\L (&Lslash;)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="397">l Polaca</indexterm></cindex>
<para>&lslash; y &Lslash;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\ng</itemformat></item>
<itemx spaces=" "><itemformat command="code">\NG</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="785">\ng</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="786">\NG</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="819">\ng</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="820">\NG</indexterm></findex>
<para>xxxx
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\o</itemformat></item>
<itemx spaces=" "><itemformat command="code">\O</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="787">\o (&oslash;)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="788">\O (&Oslash;)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="399">oslash</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="821">\o (&oslash;)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="822">\O (&Oslash;)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="398">oslash</indexterm></cindex>
<para>&oslash; y &Oslash;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\oe</itemformat></item>
<itemx spaces=" "><itemformat command="code">\OE</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="789">\oe (&oelig;)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="790">\OE (&OElig;)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="400">oe ligadura</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="823">\oe (&oelig;)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="824">\OE (&OElig;)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="399">oe ligadura</indexterm></cindex>
<para>&oelig; y &OElig;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\ss</itemformat></item>
<itemx spaces=" "><itemformat command="code">\SS</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="791">\ss (&szlig;)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="792">\SS (SS)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="401">es-zet letra Alemana</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="402">letras S afiladas</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="825">\ss (&szlig;)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="826">\SS (SS)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="400">es-zet letra Alemana</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="401">letras S afiladas</indexterm></cindex>
<para>&szlig; y SS.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\th</itemformat></item>
<itemx spaces=" "><itemformat command="code">\TH</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="793">\th (&thorn;)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="794">\TH (&THORN;)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="403">espina Islandesa</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="404">espina, letra Islandesa</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="827">\th (&thorn;)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="828">\TH (&THORN;)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="402">espina Islandesa</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="403">espina, letra Islandesa</indexterm></cindex>
<para>Letra espina Islandesa: &thorn; y &THORN;.
</para>
</tableitem></tableentry></table>
@@ -6578,7 +6642,7 @@ caracteres más usados en idiomas distintos del Inglés.
</section>
<node name="_005crule" spaces=" "><nodename>\rule</nodename><nodenext automatic="on">\today</nodenext><nodeprev automatic="on">Caracteres no Ingleses</nodeprev><nodeup automatic="on">Inserciones Especiales</nodeup></node>
<section spaces=" "><sectiontitle><code>\rule</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="795">\rule</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="829">\rule</indexterm></findex>
<para>Sinopsis:
</para>
@@ -6604,7 +6668,7 @@ rectángulos. Los argumentos son:
</section>
<node name="_005ctoday" spaces=" "><nodename>\today</nodename><nodeprev automatic="on">\rule</nodeprev><nodeup automatic="on">Inserciones Especiales</nodeup></node>
<section spaces=" "><sectiontitle><code>\today</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="796">\today</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="830">\today</indexterm></findex>
<para>La instrucción <code>\today</code> produce la fecha de hoy, en formato
<samp><var>mes</var> <var>dd</var>, <var>aaaa</var></samp>; por ejemplo, &textlsquo;Julio 04 1976&textrsquo;.
@@ -6612,7 +6676,7 @@ Utiliza los contadores predefinidos <code>\day</code>, <code>\month</code>, y
<code>\year</code> (<pxref label="_005cday-_005cmonth-_005cyear"><xrefnodename>\day \month \year</xrefnodename></pxref>) para hacerlo. No se actualiza
cuando se ejecuta el programa.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="405">paquete <code>datetime</code></indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="404">paquete <code>datetime</code></indexterm></cindex>
<para>El paquete <code>datetime</code>, entre otros, puede producir una amplia
variedad de formatos de fecha.
</para>
@@ -6621,8 +6685,8 @@ variedad de formatos de fecha.
</chapter>
<node name="Dividiendo-la-Entrada" spaces=" "><nodename>Dividiendo la Entrada</nodename><nodenext automatic="on">Asuntos de Portada/Contraportada</nodenext><nodeprev automatic="on">Inserciones Especiales</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Dividiendo la Entrada</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="406">dividiendo el archivo de entrada</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="407">archivo de entrada</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="405">dividiendo el archivo de entrada</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="406">archivo de entrada</indexterm></cindex>
<para>Un documento de gran tamaño requiere una gran cantidad de insumos. En
lugar de poner toda la entrada en un único archivo de gran tamaño, es
@@ -6639,7 +6703,7 @@ raíz; este es cuyo nombre se escribe cuando se ejecuta &latex;.
<node name="_005cinclude" spaces=" "><nodename>\include</nodename><nodenext automatic="on">\includeonly</nodenext><nodeup automatic="on">Dividiendo la Entrada</nodeup></node>
<section spaces=" "><sectiontitle><code>\include</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="797">\include</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="831">\include</indexterm></findex>
<para>Sinopsis:
</para>
@@ -6656,7 +6720,7 @@ raíz; este es cuyo nombre se escribe cuando se ejecuta &latex;.
únicamente se ejecutan si <var>archivo</var> está listado como un argumento
para <code>\includeonly</code>. Consulte la siguiente sección.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="408"><code>\include</code> anidada, no se permite</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="407"><code>\include</code> anidada, no se permite</indexterm></cindex>
<para>La instrucción <code>\include</code> no puede aparecer en el preámbulo o en un
archivo leído por otra instrucción <code>\include</code>.
</para>
@@ -6664,7 +6728,7 @@ archivo leído por otra instrucción <code>\include</code>.
</section>
<node name="_005cincludeonly" spaces=" "><nodename>\includeonly</nodename><nodenext automatic="on">\input</nodenext><nodeprev automatic="on">\include</nodeprev><nodeup automatic="on">Dividiendo la Entrada</nodeup></node>
<section spaces=" "><sectiontitle><code>\includeonly</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="798">\includeonly</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="832">\includeonly</indexterm></findex>
<para>Sinopsis:
</para>
@@ -6684,7 +6748,7 @@ exactamente con un nombre de archivo especificado en una instrucción
</section>
<node name="_005cinput" spaces=" "><nodename>\input</nodename><nodeprev automatic="on">\includeonly</nodeprev><nodeup automatic="on">Dividiendo la Entrada</nodeup></node>
<section spaces=" "><sectiontitle><code>\input</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="799">\input</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="833">\input</indexterm></findex>
<para>Sinopsis:
</para>
@@ -6717,9 +6781,9 @@ intenta con (<samp>foo</samp> o <samp>foo.bar</samp>).
<node name="Tablas-de-Contenido" spaces=" "><nodename>Tablas de Contenido</nodename><nodenext automatic="on">Glosarios</nodenext><nodeup automatic="on">Asuntos de Portada/Contraportada</nodeup></node>
<section spaces=" "><sectiontitle>Tablas de Contenido</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="409">tabla de contenido, creando</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="408">tabla de contenido, creando</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="800">\tableofcontents</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="834">\tableofcontents</indexterm></findex>
<para>Se produce una tabla de contenido con la instrucción
<code>\tableofcontents</code>. Usted pone la instrucción adecuada donde desea
que aparezca la tabla de contenido; &latex; hace el resto para usted.
@@ -6730,13 +6794,13 @@ inicia una nueva página automáticamente. Si desea una nueva página
después de la tabla de contenido, escriba una instrucción código
<code>\newpage</code> después de la instrucción <code>\tableofcontents</code>.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="801">\listoffigures</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="802">\listoftables</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="835">\listoffigures</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="836">\listoftables</indexterm></findex>
<para>Las instrucciones análogas <code>\listoffigures</code> y <code>\listoftables</code>
producen una lists de figuras y una lista de tablas, respectivamente.
Cada una funciona exactamente igual que la tabla de contenido.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="803">\nofiles</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="837">\nofiles</indexterm></findex>
<para>La instrucción <code>\nofiles</code> reemplaza estas instrucciones, e
<emph>impide</emph> que se genere cualquiera de estas listas.
</para>
@@ -6748,8 +6812,8 @@ Cada una funciona exactamente igual que la tabla de contenido.
<node name="_005caddcontentsline" spaces=" "><nodename>\addcontentsline</nodename><nodenext automatic="on">\addtocontents</nodenext><nodeup automatic="on">Tablas de Contenido</nodeup></node>
<subsection spaces=" "><sectiontitle>\addcontentsline</sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="804">\addcontentsline&lbrace;<var>exto</var>&rbrace;&lbrace;<var>unidad</var>&rbrace;&lbrace;<var>texto</var>&rbrace;</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="410">tabla de contenido, agregando manualmente</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="838">\addcontentsline&lbrace;<var>exto</var>&rbrace;&lbrace;<var>unidad</var>&rbrace;&lbrace;<var>texto</var>&rbrace;</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="409">tabla de contenido, agregando manualmente</indexterm></cindex>
<para>La instrucción
<code>\addcontentsline</code>&lbrace;<var>extensión</var>&rbrace;&lbrace;<var>undad</var>&rbrace;&lbrace;<var>texto</var>&rbrace;
@@ -6779,7 +6843,7 @@ siguientes, coincidiendo con el valor del argumento <var>extensión</var>:
</tableterm><tableitem><para>El texto real de la entrada.
</para></tableitem></tableentry></table>
-<findex index="fn" spaces=" "><indexterm index="fn" number="805">\contentsline</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="839">\contentsline</indexterm></findex>
<para>La instrucción que realmente escribe al archivo <file>.<var>extensión</var></file>
es la instrucción <code>\contentsline&lbrace;<var>undad</var>&rbrace;&lbrace;<var>nombre</var>&rbrace;</code>.
</para>
@@ -6789,7 +6853,7 @@ es la instrucción <code>\contentsline&lbrace;<var>undad</var>&rbrace;&lbrace;<v
</subsection>
<node name="_005caddtocontents" spaces=" "><nodename>\addtocontents</nodename><nodeprev automatic="on">\addcontentsline</nodeprev><nodeup automatic="on">Tablas de Contenido</nodeup></node>
<subsection spaces=" "><sectiontitle>\addtocontents</sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="806">\addtocontents&lbrace;<var>extra</var>&rbrace;&lbrace;<var>texto</var>&rbrace;</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="840">\addtocontents&lbrace;<var>extra</var>&rbrace;&lbrace;<var>texto</var>&rbrace;</indexterm></findex>
<para>La instrucción <code>\addtocontents</code>&lbrace;<var>extensión</var>&rbrace;&lbrace;<var>texto</var>&rbrace;
añade texto (o instrucciones de formato) directamente al archivo
@@ -6811,61 +6875,61 @@ de tablas).
</section>
<node name="Glosarios" spaces=" "><nodename>Glosarios</nodename><nodenext automatic="on">Índices</nodenext><nodeprev automatic="on">Tablas de Contenido</nodeprev><nodeup automatic="on">Asuntos de Portada/Contraportada</nodeup></node>
<section spaces=" "><sectiontitle>Glosarios</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="411">glosarios</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="410">glosarios</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="807">\makeglossary</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="841">\makeglossary</indexterm></findex>
<para>La instrucción <code>\makeglossary</code> habilita la creación de glosarios.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="808">\glossary</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="412">archivo <file>.glo</file></indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="842">\glossary</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="411">archivo <file>.glo</file></indexterm></cindex>
<para>La instrucción <code>\glossary&lbrace;<var>texto</var>&rbrace;</code> escribe una entrada en el
glosario para <var>texto</var> a un archivo auxiliar con la extensión
<file>.glo</file>.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="809">\glossaryentry</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="843">\glossaryentry</indexterm></findex>
<para>Específicamente, la instrucción que escribe es
<code>\glossaryentry&lbrace;<var>texto</var>&rbrace;&lbrace;<var>no-de-página</var>&rbrace;</code>, donde
<var>no-de-página</var> es el valor de <code>\thepage</code>.
</para>
-<para>El paquete <code>glossary</code> en <acronym><acronymword>CTAN</acronymword></acronym> proporciona compatibilidad para
+<para>El paquete <code>glossary</code> en CTAN proporciona compatibilidad para
glosarios más sofisticados.
</para>
</section>
<node name="_00cdndices" spaces=" "><nodename>Índices</nodename><nodeprev automatic="on">Glosarios</nodeprev><nodeup automatic="on">Asuntos de Portada/Contraportada</nodeup></node>
<section spaces=" "><sectiontitle>Índices</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="413">índices</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="412">índices</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="810">\makeindex</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="844">\makeindex</indexterm></findex>
<para>La instrucción <code>\makeindex</code> permite la creación de índices.
Coloquela en el preámbulo.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="811">\index</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="414">archivo <file>.idx</file></indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="845">\index</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="413">archivo <file>.idx</file></indexterm></cindex>
<para>La instrucción <code>\index&lbrace;<var>texto</var>&rbrace;</code> escribe una entrada en el
índice para <var>texto</var> en un archivo auxiliar con la extensión
<file>.idx</file>.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="812">\indexentry</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="846">\indexentry</indexterm></findex>
<para>Específicamente, la instrucción que escribe la entrada es
<code>\indexentry&lbrace;<var>texto</var>&rbrace;&lbrace;<var>no-de-página</var>&rbrace;</code>, donde
<var>no-de-página</var> es el valor actual de <code>\thepage</code>.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="415">&textlsquo;vea&textrsquo; y &textlsquo;vea también&textrsquo; entradas de índice</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="414">&textlsquo;vea&textrsquo; y &textlsquo;vea también&textrsquo; entradas de índice</indexterm></cindex>
<para>Para generar una entrada de índice para &textlsquo;bar&textrsquo; que diga &textlsquo;Vea foo&textrsquo;,
utilice una barra vertical: <code>\index&lbrace;bar|see&lbrace;foo&rbrace;&rbrace;</code>. Use
<code>seealso</code> en lugar de <code>see</code> para producir una entrada &textlsquo;Vea
también&textrsquo;.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="813">\seename</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="814">\alsoname</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="847">\seename</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="848">\alsoname</indexterm></findex>
<para>El texto &textlsquo;Vea&textrsquo; está definido por la macro <code>\seename</code>, y &textlsquo;Vea
también&textrsquo; por la macro <code>\alsoname</code>. Estas se pueden redefinir para
otros idiomas.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="416"><command>makeindex</command> programa</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="417"><command>xindy</command> programa</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="418">archivo <file>.ind</file></indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="415"><command>makeindex</command> programa</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="416"><command>xindy</command> programa</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="417">archivo <file>.ind</file></indexterm></cindex>
<para>El archivo <file>.idx</file> generado luego es ordenado con una instrucción
externa, por lo general alguna instrucción <command>makeindex</command>
(<url><urefurl>http://mirror.ctan.org/indexing/makeindex</urefurl></url>) o (la de múltiples
@@ -6873,24 +6937,24 @@ idiomas) <command>xindy</command> (<url><urefurl>http://xindy.sourceforge.net</u
resulta en un archivo <file>.ind</file>, que se puede leer para componer
tipográficamente el índice.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="815">printindex</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="419">paquete <code>makeidx</code></indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="849">printindex</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="418">paquete <code>makeidx</code></indexterm></cindex>
<para>El índice normalmente se genera con la instrucción <code>\printindex</code>.
Esta instrucción está definida en el paquete <code>makeidx</code>, por lo
tanto necesita colocar en el preámbulo la instrucción
<code>\usepackage&lbrace;makeidx&rbrace;</code>.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="816">indexspace</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="850">indexspace</indexterm></findex>
<para>La longitud de relleno <code>\indexspace</code> se inserta antes de cada nueva
letra en el índice impreso; letra en el índice impreso su valor
predeterminado es <samp>10pt plus5pt minus3pt</samp>.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="420">paquete <code>showidx</code></indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="419">paquete <code>showidx</code></indexterm></cindex>
<para>El paquete <code>showidx</code> hace que cada entrada en el índice se muestre
en el margen de la página donde aparece la entrada. Esto puede ayudar
en la preparación del índice.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="421">paquete <code>multind</code></indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="420">paquete <code>multind</code></indexterm></cindex>
<para>El paquete <code>multind</code> es compatible con múltiples índices. Vea
también la entrada de este tema en las preguntas frecuentes de &tex;,
en
@@ -6902,8 +6966,8 @@ en
</chapter>
<node name="Cartas" spaces=" "><nodename>Cartas</nodename><nodenext automatic="on">Entrada/Salida a la Terminal</nodenext><nodeprev automatic="on">Asuntos de Portada/Contraportada</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Cartas</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="422">cartas</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="423">creando cartas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="421">cartas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="422">creando cartas</indexterm></cindex>
<para>Usted puede utilizar &latex; para componer tipográficamente cartas,
para ambas personales y de negocios. La clase de documento
@@ -6938,7 +7002,7 @@ ordinaria. Las instrucciones que no tienen sentido en una carta, como
<code>\chapter</code>, no funcionan. La carta se cierra con una instrucción
<code>\closing</code>.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="817">\\ <r>para cartas</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="851">\\ <r>para cartas</r></indexterm></findex>
<para>Después de <code>closing</code>, usted puede colocar material adicional. La
instrucción <code>\cc</code> produce el usual &textldquo;cc: &dots;&textrdquo;. También hay
una instrucción <code>\encl</code> similar para una lista de
@@ -6966,7 +7030,7 @@ elementos.
<node name="_005caddress" spaces=" "><nodename>\address</nodename><nodenext automatic="on">\cc</nodenext><nodeup automatic="on">Cartas</nodeup></node>
<section spaces=" "><sectiontitle>\address&lbrace;<var>dirección-del-remitente&rbrace;</var></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="818">\address</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="852">\address</indexterm></findex>
<para>La instrucción <code>\address</code> especifica la dirección del remitente de
la carta, como debería aparecer en la carta y el sobre. Separa las
@@ -6985,8 +7049,8 @@ personal.
<node name="_005ccc" spaces=" "><nodename>\cc</nodename><nodenext automatic="on">\closing</nodenext><nodeprev automatic="on">\address</nodeprev><nodeup automatic="on">Cartas</nodeup></node>
<section spaces=" "><sectiontitle><code>\cc</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="819">\cc</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="424">listas cc, en cartas</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="853">\cc</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="423">listas cc, en cartas</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -7002,9 +7066,9 @@ Cada nombre se imprime en una línea separada.
<node name="_005cclosing" spaces=" "><nodename>\closing</nodename><nodenext automatic="on">\encl</nodenext><nodeprev automatic="on">\cc</nodeprev><nodeup automatic="on">Cartas</nodeup></node>
<section spaces=" "><sectiontitle><code>\closing</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="820">\closing</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="425">cartas, terminando</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="426">cerrando cartas</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="854">\closing</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="424">cartas, terminando</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="425">cerrando cartas</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -7022,8 +7086,8 @@ Cada nombre se imprime en una línea separada.
<node name="_005cencl" spaces=" "><nodename>\encl</nodename><nodenext automatic="on">\location</nodenext><nodeprev automatic="on">\closing</nodeprev><nodeup automatic="on">Cartas</nodeup></node>
<section spaces=" "><sectiontitle><code>\encl</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="821">\encl</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="427">lista de documentos adjuntos</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="855">\encl</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="426">lista de documentos adjuntos</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -7037,7 +7101,7 @@ Cada nombre se imprime en una línea separada.
</section>
<node name="_005clocation" spaces=" "><nodename>\location</nodename><nodenext automatic="on">\makelabels</nodenext><nodeprev automatic="on">\encl</nodeprev><nodeup automatic="on">Cartas</nodeup></node>
<section spaces=" "><sectiontitle><code>\location</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="822">\location</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="856">\location</indexterm></findex>
<para><code>\location&lbrace;dirección&rbrace;</code>
</para>
@@ -7048,7 +7112,7 @@ aparece si el estilo de página <code>firstpage</code> está seleccionado.
</section>
<node name="_005cmakelabels" spaces=" "><nodename>\makelabels</nodename><nodenext automatic="on">\name</nodenext><nodeprev automatic="on">\location</nodeprev><nodeup automatic="on">Cartas</nodeup></node>
<section spaces=" "><sectiontitle><code>\makelabels</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="823">\makelabels</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="857">\makelabels</indexterm></findex>
<para><code>\makelabels&lbrace;número&rbrace;</code>
</para>
@@ -7061,7 +7125,7 @@ cartas.
</section>
<node name="_005cname" spaces=" "><nodename>\name</nodename><nodenext automatic="on">\opening</nodenext><nodeprev automatic="on">\makelabels</nodeprev><nodeup automatic="on">Cartas</nodeup></node>
<section spaces=" "><sectiontitle><code>\name</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="824">\name</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="858">\name</indexterm></findex>
<para><code>\name&lbrace;June Davenport&rbrace;</code>
</para>
@@ -7072,8 +7136,8 @@ del remitente.
</section>
<node name="_005copening" spaces=" "><nodename>\opening</nodename><nodenext automatic="on">\ps</nodenext><nodeprev automatic="on">\name</nodeprev><nodeup automatic="on">Cartas</nodeup></node>
<section spaces=" "><sectiontitle><code>\opening&lbrace;<var>texto</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="825">\opening</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="428">cartas, iniciando</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="859">\opening</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="427">cartas, iniciando</indexterm></cindex>
<para>Sinopsis:
</para>
@@ -7093,8 +7157,8 @@ Por ejemplo:
</section>
<node name="_005cps" spaces=" "><nodename>\ps</nodename><nodenext automatic="on">\signature</nodenext><nodeprev automatic="on">\opening</nodeprev><nodeup automatic="on">Cartas</nodeup></node>
<section spaces=" "><sectiontitle><code>\ps</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="826">\ps</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="429">posdata, en cartas</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="860">\ps</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="428">posdata, en cartas</indexterm></cindex>
<para>Use la instrucción <code>\ps</code> para iniciar una posdata en una carta,
después de <code>\closing</code>.
@@ -7103,7 +7167,7 @@ después de <code>\closing</code>.
</section>
<node name="_005csignature" spaces=" "><nodename>\signature</nodename><nodenext automatic="on">\startbreaks</nodenext><nodeprev automatic="on">\ps</nodeprev><nodeup automatic="on">Cartas</nodeup></node>
<section spaces=" "><sectiontitle><code>\signature&lbrace;<var>texto</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="827">\signature</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="861">\signature</indexterm></findex>
<para>Su nombre, como debe aparecer al final de la carta debajo del espacio
para su firma. <code>\\</code> inicia una nueva línea dentro de <var>texto</var>
@@ -7113,7 +7177,7 @@ como de costumbre.
</section>
<node name="_005cstartbreaks" spaces=" "><nodename>\startbreaks</nodename><nodenext automatic="on">\stopbreaks</nodenext><nodeprev automatic="on">\signature</nodeprev><nodeup automatic="on">Cartas</nodeup></node>
<section spaces=" "><sectiontitle><code>\startbreaks</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="828">\startbreaks</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="862">\startbreaks</indexterm></findex>
<para><code>\startbreaks</code>
</para>
@@ -7125,7 +7189,7 @@ nuevo los saltos de página.
</section>
<node name="_005cstopbreaks" spaces=" "><nodename>\stopbreaks</nodename><nodenext automatic="on">\telephone</nodenext><nodeprev automatic="on">\startbreaks</nodeprev><nodeup automatic="on">Cartas</nodeup></node>
<section spaces=" "><sectiontitle><code>\stopbreaks</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="829">\stopbreaks</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="863">\stopbreaks</indexterm></findex>
<para><code>\stopbreaks</code>
</para>
@@ -7137,7 +7201,7 @@ nuevo los saltos de página.
</section>
<node name="_005ctelephone" spaces=" "><nodename>\telephone</nodename><nodeprev automatic="on">\stopbreaks</nodeprev><nodeup automatic="on">Cartas</nodeup></node>
<section spaces=" "><sectiontitle><code>\telephone</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="830">\telephone</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="864">\telephone</indexterm></findex>
<para><code>\telephone&lbrace;número&rbrace;</code>
</para>
@@ -7149,8 +7213,8 @@ nuevo los saltos de página.
</chapter>
<node name="Entrada_002fSalida-a-la-Terminal" spaces=" "><nodename>Entrada/Salida a la Terminal</nodename><nodenext automatic="on">Línea de Órdenes</nodenext><nodeprev automatic="on">Cartas</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Entrada/Salida a la Terminal</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="430">entrada/salida</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="431">entrada/salida desde la terminal</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="429">entrada/salida</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="430">entrada/salida desde la terminal</indexterm></cindex>
<menu endspaces=" ">
<menuentry leadingtext="* "><menunode separator=":: ">\typein</menunode><menudescription><pre xml:space="preserve">Lee texto desde la terminal.
@@ -7160,7 +7224,7 @@ nuevo los saltos de página.
<node name="_005ctypein" spaces=" "><nodename>\typein</nodename><nodenext automatic="on">\typeout</nodenext><nodeup automatic="on">Entrada/Salida a la Terminal</nodeup></node>
<section spaces=" "><sectiontitle><code>\typein[<var>instrucción</var>]&lbrace;<var>mensaje</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="831">\typein</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="865">\typein</indexterm></findex>
<para>Sinopsis:
</para>
@@ -7181,7 +7245,7 @@ define o redefine la entrada escrita.
</section>
<node name="_005ctypeout" spaces=" "><nodename>\typeout</nodename><nodeprev automatic="on">\typein</nodeprev><nodeup automatic="on">Entrada/Salida a la Terminal</nodeup></node>
<section spaces=" "><sectiontitle><code>\typeout&lbrace;<var>mensaje</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="832">\typeout</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="866">\typeout</indexterm></findex>
<para>Sinopsis:
</para>
@@ -7206,7 +7270,7 @@ sencillo, independientemente de los espacios circundantes. Una
</chapter>
<node name="L_00ednea-de-_00d3rdenes" spaces=" "><nodename>Línea de Órdenes</nodename><nodenext automatic="on">Plantillas de Documento</nodenext><nodeprev automatic="on">Entrada/Salida a la Terminal</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Línea de Órdenes</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="432">línea de órdenes</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="431">línea de órdenes</indexterm></cindex>
<para>La especificación de archivo de entrada indica el archivo al cual
aplicar formato; &tex; usa <file>.tex</file> como extensión predeterminada.
@@ -7222,9 +7286,9 @@ ejemplo,
<noindent></noindent>
<para>debe procesar <file>foo.tex</file> sin hacer una pausa después de cada error.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="433"><samp>*</samp> apuntador</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="434">apuntador, <samp>*</samp></indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="833">\stop</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="432"><samp>*</samp> apuntador</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="433">apuntador, <samp>*</samp></indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="867">\stop</indexterm></findex>
<para>Si &latex; se detiene en medio del documento y le muestra un indicador
<samp>*</samp>, está esperando por una entrada. Usted puede escribir
<code>\stop</code> (e Intro) y este terminará el documento prematuramente.
@@ -7232,9 +7296,9 @@ ejemplo,
</chapter>
-<node name="Plantillas-de-Documento" spaces=" "><nodename>Plantillas de Documento</nodename><nodenext automatic="on">Índice de Conceptos</nodenext><nodeprev automatic="on">Línea de Órdenes</nodeprev><nodeup automatic="on">Top</nodeup></node>
+<node name="Plantillas-de-Documento" spaces=" "><nodename>Plantillas de Documento</nodename><nodenext automatic="on">License translation</nodenext><nodeprev automatic="on">Línea de Órdenes</nodeprev><nodeup automatic="on">Top</nodeup></node>
<appendix spaces=" "><sectiontitle>Plantillas de Documento</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="435">plantillas de documentos</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="434">plantillas de documentos</indexterm></cindex>
<para>Aunque no es material de referencia, tal vez estas plantillas de
documento serán de utilidad.
@@ -7395,10 +7459,39 @@ dudas.
\end{document}
</verbatim>
-
+<!-- c begin vincentb1 -->
</section>
</appendix>
-<node name="_00cdndice-de-Conceptos" spaces=" "><nodename>Índice de Conceptos</nodename><nodenext automatic="on">Índice de Instrucciones</nodenext><nodeprev automatic="on">Plantillas de Documento</nodeprev><nodeup automatic="on">Top</nodeup></node>
+<node name="License-translation" spaces=" "><nodename>License translation</nodename><nodenext spaces=" ">Plantillas de Documento</nodenext><nodeprev spaces=" ">Índice de Conceptos</nodeprev><nodeup spaces=" ">Top</nodeup></node>
+<!-- comment node-name, next, previous, up -->
+<appendix spaces=" "><sectiontitle>Traducción de la licencia</sectiontitle>
+
+<para>La traducción que sigue es dada únicamente como informaciòn, y no
+reemplaza el texto en inglés dado al principio de este documento.
+<!-- c end vincentb1 -->
+</para>
+<para>Se concede permiso para hacer y distribuir copias literales de este
+manual siempre que el aviso de copyright y esta nota de permiso se
+conserven en todas las copias.
+</para>
+<ignore>
+Se concede permiso para procesar este archivo a través de TeX e imprimir
+los resultados, siempre que el documento impreso lleve la copia de aviso
+de permiso previa idéntica a ésta a excepción de la supresión de este
+párrafo (este párrafo no es pertinente para el manual impreso).
+</ignore>
+
+<para>Se concede permiso para copiar y distribuir versiones modificadas de
+este manual bajo las condiciones para una copia literal, a condición de
+que todo el trabajo derivado resultante se distribuya bajo los términos
+de una nota de permiso idéntica a ésta.
+</para>
+<para>Se concede permiso para copiar y distribuir traducciones de este manual
+a otro idioma, con las condiciones anteriores para versiones
+modificadas.
+</para>
+</appendix>
+<node name="_00cdndice-de-Conceptos" spaces=" "><nodename>Índice de Conceptos</nodename><nodenext automatic="on">Índice de Instrucciones</nodenext><nodeprev automatic="on">License translation</nodeprev><nodeup automatic="on">Top</nodeup></node>
<unnumbered spaces=" "><sectiontitle>Índice de Conceptos</sectiontitle>
<printindex value="cp" line=" cp"></printindex>