]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/es/Math.lyx
- German UserGuide.lyx: some translations
[lyx.git] / lib / doc / es / Math.lyx
index 577f84cc6454564e1352af9137ced56f3c863a87..4d3424ac8e2576e04505b7ce4a0be7851ac26fa3 100644 (file)
 \newlength{\abc}
 \settowidth{\abc}{\space}
 \AtBeginDocument{%
-\addto\extrasspanish{
  \renewcommand{\equationautorefname}{\hspace{-\abc}}
  \renewcommand{\sectionautorefname}{sec.\negthinspace}
  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
- \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
+ \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
 }
 
 % don't load packages twice
 % provides caption formatting
 \setkomafont{captionlabel}{\bfseries}
 
-% used in sec. 23.6
+% used in sec. 24.5
 \usepackage[samesize]{cancel}
 
 % enables calculation of values
 \usepackage{calc}
 
-% for multiple columns used in sec. 23.7
+% for multiple columns used in sec. 24.7
 \usepackage{multicol}
 
 % needed in sec. 19.4
@@ -289,11 +288,7 @@ status open
 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
  paquetes LaTeX 
 \series bold
-braket, cancel, eurosym
-\series default
-, 
-\series bold
-mhchem
+braket, cancel, eurosym, mathdots, mhchem
 \series default
  y 
 \series bold
@@ -5814,33 +5809,28 @@ status open
 \series bold
 Nota:
 \series default
-\lang english
-LaTeX limits the number of matrix columns with decorations to 10.
- If you need more than 10
+ LaTeX limita el número de columnas de matrices con decoraciones a 10.
+ Si necesitas más de 10
 \begin_inset space ~
 \end_inset
 
-columns, you have to add this line to the document preamble:
+columnas, debes añadir la siguiente línea en el preámbulo del documento:
 \end_layout
 
 \begin_layout Plain Layout
 
 \series bold
-\lang english
 
 \backslash
-setcounter{MaxMatrixCols}{number}
+setcounter{MaxMatrixCols}{número}
 \end_layout
 
 \begin_layout Plain Layout
-
-\lang english
-where 
+donde 
 \emph on
-number
+número
 \emph default
is the number of columns between 11 and 99.
es el número de columnas entre 11 y 99.
 \end_layout
 
 \end_inset
@@ -26491,6 +26481,21 @@ En una ecuación presentada:
 
 En una ecuación en línea se pone menos espacio delante del nombre de la
  función para todas las variantes.
+\lang english
+By default the modulo-functions take only the first following character
+ into account.
+ To use more than one character, one has to put them into TeX-braces:
+\begin_inset Formula 
+\begin{align*}
+\underline{\textrm{Comando}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Resultado}}\\
+\mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\
+\mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
+\end{align*}
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Section
@@ -36133,7 +36138,7 @@ Paquetes ! cancel
 \series bold
 
 \backslash
-usepackage[samesize]{cancel}
+usepackage{cancel}
 \end_layout
 
 \begin_layout Standard
@@ -36409,6 +36414,162 @@ cancelto
 
 \end_layout
 
+\begin_layout Standard
+
+\lang english
+To change the size of 
+\series bold
+
+\backslash
+cancelto
+\series default
+'s 
+\begin_inset Quotes fld
+\end_inset
+
+subscript
+\begin_inset Quotes frd
+\end_inset
+
+ value one can load the package 
+\series bold
+cancel
+\series default
+ with either the option 
+\series bold
+samesize
+\series default
+ which leads to the same size as for the canceled value or with the option
+\series bold
+Smaller
+\series default
+ which makes is it a bit smaller than the size one gets without using a
+ package option.
+ In this document 
+\series bold
+cancel
+\series default
+ was loaded with this line:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage[samesize]{cancel}
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+To color the cancellation bar one adds this command as TeX code:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+CancelColor}{
+\backslash
+color{red}}
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+\lang english
+red
+\series default
+ can be replaced by a color of your choice.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+CancelColor}{
+\backslash
+color{red}}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Formula 
+\[
+\frac{\left(x_{0}+bB\right)^{2}}{\left(1+b^{2}\right)^{\cancelto{2}{3}}}=\frac{x_{0}^{2}+B^{2}-r_{g}^{2}}{\cancel{1+b^{2}}}
+\]
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+CancelColor}{
+\backslash
+color{black}}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+
+\lang english
+reset the color
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+For further customizations, see the documentation of the package
+\lang spanish
+\series bold
+cancel
+\series default
+, 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "cancel"
+
+\end_inset
+
+.
+\end_layout
+
 \begin_layout Standard
 \begin_inset ERT
 status collapsed
@@ -36849,7 +37010,7 @@ Sangrado
 \series default
 ,
 \begin_inset Foot
-status open
+status collapsed
 
 \begin_layout Plain Layout
 véase estilos de ecuación en 
 \end_inset
 
 
+\end_layout
+
+\begin_layout Standard
+\begin_inset Newpage newpage
+\end_inset
+
+
 \end_layout
 
 \begin_layout Subsection
@@ -37536,7 +37704,7 @@ i}
 \start_of_appendix
 Notas sobre tipografía
 \begin_inset Index idx
-status open
+status collapsed
 
 \begin_layout Plain Layout
 Tipografía, normas
@@ -37840,7 +38008,7 @@ Sinónimos
 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
  como los que se recogen en esta lista:
 \begin_inset Foot
-status open
+status collapsed
 
 \begin_layout Plain Layout
 véase también 
@@ -38590,6 +38758,39 @@ target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf
  de todos los símbolos disponibles con paquetes LaTeX
 \end_layout
 
+\begin_layout Bibliography
+\labelwidthstring Referencias
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
+key "cancel"
+
+\end_inset
+
+
+\begin_inset CommandInset href
+LatexCommand href
+name "Documentación"
+target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
+
+\end_inset
+
+ del paquete LaTeX 
+\series bold
+cancel
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+Paquetes ! cancel
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
 \begin_layout Bibliography
 \labelwidthstring Referencias
 \begin_inset CommandInset bibitem