mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 06:19:36 +00:00
Math.lyx: describe new support for cancel
This commit is contained in:
parent
d0209eb286
commit
65ff346f3f
115
lib/doc/Math.lyx
115
lib/doc/Math.lyx
@ -24620,10 +24620,10 @@ The modulo-function is special, because it exists in four variants.
|
|||||||
\begin_inset Formula
|
\begin_inset Formula
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
\underline{\textrm{Command}\raisebox{-0.9mm}{}} & & \underline{\textrm{Result}}\\
|
\underline{\textrm{Command}\raisebox{-0.9mm}{}} & & \underline{\textrm{Result}}\\
|
||||||
\mathrm{a\backslash mod\textrm{\textvisiblespace}b} & & a\mod b\\
|
\mathrm{a\backslash mod\textrm{␣}b} & & a\mod b\\
|
||||||
\mathrm{a\backslash pmod\textrm{\textvisiblespace}b} & & a\pmod b\\
|
\mathrm{a\backslash pmod\textrm{␣}b} & & a\pmod b\\
|
||||||
\mathrm{a\backslash bmod\textrm{\textvisiblespace}b} & & a\bmod b\\
|
\mathrm{a\backslash bmod\textrm{␣}b} & & a\bmod b\\
|
||||||
\mathrm{a\backslash pod\textrm{\textvisiblespace}b} & & a\pod b
|
\mathrm{a\backslash pod\textrm{␣}b} & & a\pod b
|
||||||
\end{align*}
|
\end{align*}
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -24640,7 +24640,7 @@ In an inline formula less space is set before the function names for all
|
|||||||
\begin_inset Formula
|
\begin_inset Formula
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
\underline{\textrm{Command}\raisebox{-0.9mm}{}} & & \underline{\textrm{Result}}\\
|
\underline{\textrm{Command}\raisebox{-0.9mm}{}} & & \underline{\textrm{Result}}\\
|
||||||
\mathrm{a\backslash pod\textrm{\textvisiblespace}bcd} & & a\pod bcd\\
|
\mathrm{a\backslash pod\textrm{␣}bcd} & & a\pod bcd\\
|
||||||
\mathrm{a\backslash pod\backslash\{bc\to d} & & a\pod{bc}d
|
\mathrm{a\backslash pod\backslash\{bc\to d} & & a\pod{bc}d
|
||||||
\end{align*}
|
\end{align*}
|
||||||
|
|
||||||
@ -33611,29 +33611,7 @@ Formula ! canceled
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
To cancel formulas or formula parts, the LaTeX-package
|
There are four ways to cancel formulas or parts of formulas:
|
||||||
\series bold
|
|
||||||
cancel
|
|
||||||
\series default
|
|
||||||
|
|
||||||
\begin_inset Index idx
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
Packages ! cancel
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
has to be loaded with the LaTeX-preamble line
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
|
|
||||||
\series bold
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
usepackage{cancel}
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -33666,10 +33644,6 @@ cancel
|
|||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
There are four ways to cancel formulas:
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
\align center
|
\align center
|
||||||
\begin_inset Tabular
|
\begin_inset Tabular
|
||||||
@ -33720,7 +33694,11 @@ raisebox
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
cancel{
|
cancel
|
||||||
|
\begin_inset space \textvisiblespace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
@ -33751,7 +33729,11 @@ A=B
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
bcancel{
|
bcancel
|
||||||
|
\begin_inset space \textvisiblespace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
@ -33782,7 +33764,11 @@ A=B
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
xcancel{
|
xcancel
|
||||||
|
\begin_inset space \textvisiblespace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
@ -33813,19 +33799,21 @@ A=B
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
cancelto{1
|
cancelto
|
||||||
\begin_inset Formula $\to$
|
\begin_inset space \textvisiblespace{}
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
{
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
A=B
|
A=B
|
||||||
|
\begin_inset Formula $\to$
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
1
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -33883,26 +33871,7 @@ subscript
|
|||||||
\begin_inset Quotes erd
|
\begin_inset Quotes erd
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
value one can load the package
|
value one can add the LaTeX-preamble line
|
||||||
\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
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -33910,7 +33879,23 @@ cancel
|
|||||||
\series bold
|
\series bold
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
usepackage[samesize]{cancel}
|
PassOptionsToPackage{option}{cancel}
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
where
|
||||||
|
\series bold
|
||||||
|
option
|
||||||
|
\series default
|
||||||
|
is either
|
||||||
|
\series bold
|
||||||
|
samesize
|
||||||
|
\series default
|
||||||
|
which leads to the same size as for the canceled value, or
|
||||||
|
\series bold
|
||||||
|
Smaller
|
||||||
|
\series default
|
||||||
|
which makes is it a bit smaller than normal.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -34011,6 +33996,16 @@ key "cancel"
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
.
|
.
|
||||||
|
\begin_inset Index idx
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Packages ! cancel
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
|
@ -24687,10 +24687,10 @@ Die Varianten in einer abgesetzten Formel:
|
|||||||
\begin_inset Formula
|
\begin_inset Formula
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
\underline{\textrm{Befehl}\raisebox{-0.9mm}{}} & & \underline{\textrm{Ergebnis}}\\
|
\underline{\textrm{Befehl}\raisebox{-0.9mm}{}} & & \underline{\textrm{Ergebnis}}\\
|
||||||
\mathrm{a\backslash mod\textrm{\textvisiblespace}b} & & a\mod b\\
|
\mathrm{a\backslash mod\textrm{␣}b} & & a\mod b\\
|
||||||
\mathrm{a\backslash pmod\textrm{\textvisiblespace}b} & & a\pmod b\\
|
\mathrm{a\backslash pmod\textrm{␣}b} & & a\pmod b\\
|
||||||
\mathrm{a\backslash bmod\textrm{\textvisiblespace}b} & & a\bmod b\\
|
\mathrm{a\backslash bmod\textrm{␣}b} & & a\bmod b\\
|
||||||
\mathrm{a\backslash pod\textrm{\textvisiblespace}b} & & a\pod b
|
\mathrm{a\backslash pod\textrm{␣}b} & & a\pod b
|
||||||
\end{align*}
|
\end{align*}
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -24706,7 +24706,7 @@ In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
|
|||||||
\begin_inset Formula
|
\begin_inset Formula
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
\underline{\textrm{Befehl}\raisebox{-0.9mm}{}} & & \underline{\textrm{Ergebnis}}\\
|
\underline{\textrm{Befehl}\raisebox{-0.9mm}{}} & & \underline{\textrm{Ergebnis}}\\
|
||||||
\mathrm{a\backslash pod\textrm{\textvisiblespace}bcd} & & a\pod bcd\\
|
\mathrm{a\backslash pod\textrm{␣}bcd} & & a\pod bcd\\
|
||||||
\mathrm{a\backslash pod\backslash\{bc\to d} & & a\pod{bc}d
|
\mathrm{a\backslash pod\backslash\{bc\to d} & & a\pod{bc}d
|
||||||
\end{align*}
|
\end{align*}
|
||||||
|
|
||||||
@ -33712,33 +33712,7 @@ Formel ! durchgestrichene
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket
|
Es gibt vier verschiedene Arten Formeln oder Formelteile durchzustreichen:
|
||||||
\series bold
|
|
||||||
cancel
|
|
||||||
\series default
|
|
||||||
|
|
||||||
\begin_inset Index idx
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
Pakete ! cancel
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
mit der LaTeX-Vorspannzeile
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
|
|
||||||
\series bold
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
usepackage{cancel}
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
geladen werden.
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -33771,10 +33745,6 @@ cancel
|
|||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
Es gibt vier verschiedene Arten durchzustreichen:
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
\align center
|
\align center
|
||||||
\begin_inset Tabular
|
\begin_inset Tabular
|
||||||
@ -33825,7 +33795,11 @@ raisebox
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
cancel{
|
cancel
|
||||||
|
\begin_inset space \textvisiblespace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
@ -33856,7 +33830,11 @@ A=B
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
bcancel{
|
bcancel
|
||||||
|
\begin_inset space \textvisiblespace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
@ -33887,7 +33865,11 @@ A=B
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
xcancel{
|
xcancel
|
||||||
|
\begin_inset space \textvisiblespace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
@ -33918,19 +33900,21 @@ A=B
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
cancelto{1
|
cancelto
|
||||||
\begin_inset Formula $\to$
|
\begin_inset space \textvisiblespace{}
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
{
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
A=B
|
A=B
|
||||||
|
\begin_inset Formula $\to$
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
1
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -33989,25 +33973,7 @@ hochgestellten
|
|||||||
\backslash
|
\backslash
|
||||||
cancelto
|
cancelto
|
||||||
\series default
|
\series default
|
||||||
zu ändern, kann man das Paket
|
zu ändern, kann man die LaTeX-Vorspannzeile
|
||||||
\series bold
|
|
||||||
cancel
|
|
||||||
\series default
|
|
||||||
entweder mit der Option
|
|
||||||
\series bold
|
|
||||||
samesize
|
|
||||||
\series default
|
|
||||||
, die zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
|
|
||||||
mit der Option
|
|
||||||
\series bold
|
|
||||||
Smaller
|
|
||||||
\series default
|
|
||||||
, die zu einer etwas kleineren Größe führt als es ohne Option der Fall ist.
|
|
||||||
In diesem Dokument wurde
|
|
||||||
\series bold
|
|
||||||
cancel
|
|
||||||
\series default
|
|
||||||
mit der Zeile
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -34015,12 +33981,29 @@ cancel
|
|||||||
\series bold
|
\series bold
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
usepackage[samesize]{cancel}
|
PassOptionsToPackage{Option}{cancel}
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
geladen.
|
hinzufügen.
|
||||||
Um den Durchstrich zu färben, verwendet man den Befehl
|
|
||||||
|
\series bold
|
||||||
|
Option
|
||||||
|
\series default
|
||||||
|
ist entweder
|
||||||
|
\series bold
|
||||||
|
samesize
|
||||||
|
\series default
|
||||||
|
, das zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
|
||||||
|
|
||||||
|
\series bold
|
||||||
|
Smaller
|
||||||
|
\series default
|
||||||
|
, das zu einer etwas kleineren Größe als die Voreinstellung führt.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
Um den Durchstrich zu färben, verwendet man den Befehl
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -34118,6 +34101,16 @@ key "cancel"
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
.
|
.
|
||||||
|
\begin_inset Index idx
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Pakete ! cancel
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
|
@ -25058,10 +25058,10 @@ En una ecuación presentada:
|
|||||||
\begin_inset Formula
|
\begin_inset Formula
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
\underline{\textrm{Comando}} & & \underline{\textrm{Resultado}}\\
|
\underline{\textrm{Comando}} & & \underline{\textrm{Resultado}}\\
|
||||||
\mathrm{a\backslash mod\textrm{\textvisiblespace}b} & & a\mod b\\
|
\mathrm{a\backslash mod\textrm{␣}b} & & a\mod b\\
|
||||||
\mathrm{a\backslash pmod\textrm{\textvisiblespace}b} & & a\pmod b\\
|
\mathrm{a\backslash pmod\textrm{␣}b} & & a\pmod b\\
|
||||||
\mathrm{a\backslash bmod\textrm{\textvisiblespace}b} & & a\bmod b\\
|
\mathrm{a\backslash bmod\textrm{␣}b} & & a\bmod b\\
|
||||||
\mathrm{a\backslash pod\textrm{\textvisiblespace}b} & & a\pod b
|
\mathrm{a\backslash pod\textrm{␣}b} & & a\pod b
|
||||||
\end{align*}
|
\end{align*}
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -25074,7 +25074,7 @@ En una ecuación en línea se pone menos espacio delante del nombre de la
|
|||||||
\begin_inset Formula
|
\begin_inset Formula
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
\underline{\textrm{Comando}\raisebox{-0.9mm}{}} & & \underline{\textrm{Resultado}}\\
|
\underline{\textrm{Comando}\raisebox{-0.9mm}{}} & & \underline{\textrm{Resultado}}\\
|
||||||
\mathrm{a\backslash pod\textrm{\textvisiblespace}bcd} & & a\pod bcd\\
|
\mathrm{a\backslash pod\textrm{␣}bcd} & & a\pod bcd\\
|
||||||
\mathrm{a\backslash pod\backslash\{bc\to d} & & a\pod{bc}d
|
\mathrm{a\backslash pod\backslash\{bc\to d} & & a\pod{bc}d
|
||||||
\end{align*}
|
\end{align*}
|
||||||
|
|
||||||
@ -34137,30 +34137,7 @@ Ecuación ! cancelada
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
|
Hay cuatro formas de cancelar ecuaciones o partes de ellas:
|
||||||
|
|
||||||
\series bold
|
|
||||||
cancel
|
|
||||||
\series default
|
|
||||||
|
|
||||||
\begin_inset Index idx
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
Paquetes ! cancel
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
con la línea de preámbulo LaTeX
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
|
|
||||||
\series bold
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
usepackage{cancel}
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -34193,10 +34170,6 @@ cancel
|
|||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
Hay cuatro formas de cancelar ecuaciones:
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
\align center
|
\align center
|
||||||
\begin_inset Tabular
|
\begin_inset Tabular
|
||||||
@ -34251,7 +34224,11 @@ raisebox
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
cancel{
|
cancel
|
||||||
|
\begin_inset space \textvisiblespace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
@ -34282,7 +34259,11 @@ A=B
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
bcancel{
|
bcancel
|
||||||
|
\begin_inset space \textvisiblespace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
@ -34313,7 +34294,11 @@ A=B
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
xcancel{
|
xcancel
|
||||||
|
\begin_inset space \textvisiblespace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
@ -34344,19 +34329,21 @@ A=B
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
cancelto{1
|
cancelto
|
||||||
\begin_inset Formula $\to$
|
\begin_inset space \textvisiblespace{}
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
{
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
A=B
|
A=B
|
||||||
|
\begin_inset Formula $\to$
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
1
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -34407,25 +34394,9 @@ Para cambiar el tamaño del valor subscrito por
|
|||||||
\backslash
|
\backslash
|
||||||
cancelto
|
cancelto
|
||||||
\series default
|
\series default
|
||||||
se puede cargar el paquete
|
se puede
|
||||||
\series bold
|
\lang english
|
||||||
cancel
|
add the LaTeX-preamble line
|
||||||
\series default
|
|
||||||
con la opción
|
|
||||||
\series bold
|
|
||||||
samesize
|
|
||||||
\series default
|
|
||||||
, que da el mismo tamaño que para el valor cancelado, o con la opción
|
|
||||||
\series bold
|
|
||||||
Smaller
|
|
||||||
\series default
|
|
||||||
, que da un tamaño un poco más pequeño que el que se obtiene sin usar ninguna
|
|
||||||
opción.
|
|
||||||
En este documento,
|
|
||||||
\series bold
|
|
||||||
cancel
|
|
||||||
\series default
|
|
||||||
se ha cargado con la línea
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -34433,7 +34404,27 @@ cancel
|
|||||||
\series bold
|
\series bold
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
usepackage[samesize]{cancel}
|
PassOptionsToPackage{option}{cancel}
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
|
||||||
|
\lang english
|
||||||
|
where
|
||||||
|
\series bold
|
||||||
|
option
|
||||||
|
\series default
|
||||||
|
is either
|
||||||
|
\lang spanish
|
||||||
|
|
||||||
|
\series bold
|
||||||
|
samesize
|
||||||
|
\series default
|
||||||
|
, que da el mismo tamaño que para el valor cancelado, o
|
||||||
|
\series bold
|
||||||
|
Smaller
|
||||||
|
\series default
|
||||||
|
, que da un tamaño un poco más pequeño que normal.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -34536,6 +34527,16 @@ key "cancel"
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
.
|
.
|
||||||
|
\begin_inset Index idx
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Paquetes ! cancel
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
|
@ -24667,10 +24667,10 @@ Les variantes pour une formule hors ligne:
|
|||||||
\begin_inset Formula
|
\begin_inset Formula
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
\underline{\textrm{Commande}\raisebox{-0.9mm}{}} & & \underline{\textrm{Résultat}}\\
|
\underline{\textrm{Commande}\raisebox{-0.9mm}{}} & & \underline{\textrm{Résultat}}\\
|
||||||
\mathrm{a\backslash mod\textrm{\textvisiblespace}b} & & a\mod b\\
|
\mathrm{a\backslash mod\textrm{␣}b} & & a\mod b\\
|
||||||
\mathrm{a\backslash pmod\textrm{\textvisiblespace}b} & & a\pmod b\\
|
\mathrm{a\backslash pmod\textrm{␣}b} & & a\pmod b\\
|
||||||
\mathrm{a\backslash bmod\textrm{\textvisiblespace}b} & & a\bmod b\\
|
\mathrm{a\backslash bmod\textrm{␣}b} & & a\bmod b\\
|
||||||
\mathrm{a\backslash pod\textrm{\textvisiblespace}b} & & a\pod b
|
\mathrm{a\backslash pod\textrm{␣}b} & & a\pod b
|
||||||
\end{align*}
|
\end{align*}
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -24691,7 +24691,7 @@ By default the modulo-functions take only the first following character
|
|||||||
\begin_inset Formula
|
\begin_inset Formula
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
\underline{\textrm{Commande}\raisebox{-0.9mm}{}} & & \underline{\textrm{Résultat}}\\
|
\underline{\textrm{Commande}\raisebox{-0.9mm}{}} & & \underline{\textrm{Résultat}}\\
|
||||||
\mathrm{a\backslash pod\textrm{\textvisiblespace}bcd} & & a\pod bcd\\
|
\mathrm{a\backslash pod\textrm{␣}bcd} & & a\pod bcd\\
|
||||||
\mathrm{a\backslash pod\backslash\{bc\to d} & & a\pod{bc}d
|
\mathrm{a\backslash pod\backslash\{bc\to d} & & a\pod{bc}d
|
||||||
\end{align*}
|
\end{align*}
|
||||||
|
|
||||||
@ -33900,33 +33900,6 @@ Formules ! barrées
|
|||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
Pour barrer une formule ou une portion de formule, on doit charger le paquetage
|
|
||||||
LaTeX
|
|
||||||
\series bold
|
|
||||||
cancel
|
|
||||||
\series default
|
|
||||||
|
|
||||||
\begin_inset Index idx
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
Paquetages ! cancel
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
dans le préambule LaTeX avec la ligne
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
|
|
||||||
\series bold
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
usepackage{cancel}
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
\begin_inset ERT
|
\begin_inset ERT
|
||||||
status collapsed
|
status collapsed
|
||||||
@ -33958,7 +33931,7 @@ cancel
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
Il y a quatre façon de barrer une formule:
|
Il y a quatre façon de barrer une formule u une portion de formule:
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -34011,7 +33984,11 @@ sont seulement utilisées pour faire de la place.
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
cancel{
|
cancel
|
||||||
|
\begin_inset space \textvisiblespace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
@ -34042,7 +34019,11 @@ A=B
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
bcancel{
|
bcancel
|
||||||
|
\begin_inset space \textvisiblespace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
@ -34073,8 +34054,10 @@ A=B
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
xcancel{
|
xcancel
|
||||||
\backslash
|
\begin_inset space \textvisiblespace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -34104,19 +34087,21 @@ A=B
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
cancelto{1
|
cancelto
|
||||||
\begin_inset Formula $\to$
|
\begin_inset space \textvisiblespace{}
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
{
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
A=B
|
A=B
|
||||||
|
\begin_inset Formula $\to$
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
1
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -34175,25 +34160,9 @@ indice
|
|||||||
\backslash
|
\backslash
|
||||||
cancelto
|
cancelto
|
||||||
\series default
|
\series default
|
||||||
, il est possible de charger le paquetage
|
, il est possible de
|
||||||
\series bold
|
\lang english
|
||||||
cancel
|
add the LaTeX-preamble line
|
||||||
\series default
|
|
||||||
soit avec l'option
|
|
||||||
\series bold
|
|
||||||
samesize
|
|
||||||
\series default
|
|
||||||
qui laissera la valeur barrée avec la même taille, soit avec l'option
|
|
||||||
\series bold
|
|
||||||
Smaller
|
|
||||||
\series default
|
|
||||||
qui la met dans une taille un peu plus petite que la taille obtenue sans
|
|
||||||
aucune option.
|
|
||||||
Dans ce document,
|
|
||||||
\series bold
|
|
||||||
cancel
|
|
||||||
\series default
|
|
||||||
a été chargé avec cette ligne:
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -34201,7 +34170,26 @@ cancel
|
|||||||
\series bold
|
\series bold
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
usepackage[samesize]{cancel}
|
PassOptionsToPackage{option}{cancel}
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
|
||||||
|
\lang english
|
||||||
|
where
|
||||||
|
\series bold
|
||||||
|
option
|
||||||
|
\series default
|
||||||
|
is either
|
||||||
|
\series bold
|
||||||
|
\lang french
|
||||||
|
samesize
|
||||||
|
\series default
|
||||||
|
qui laissera la valeur barrée avec la même taille, ou
|
||||||
|
\series bold
|
||||||
|
Smaller
|
||||||
|
\series default
|
||||||
|
qui la met dans une taille un peu plus petite que la taille normale.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -34309,6 +34297,16 @@ key "cancel"
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
.
|
.
|
||||||
|
\begin_inset Index idx
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Paquetages ! cancel
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
|
@ -24601,10 +24601,10 @@ status collapsed
|
|||||||
\begin_inset Formula
|
\begin_inset Formula
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
\underline{\textrm{コマンド}\raisebox{-0.9mm}{}} & & \underline{\textrm{出力}}\\
|
\underline{\textrm{コマンド}\raisebox{-0.9mm}{}} & & \underline{\textrm{出力}}\\
|
||||||
\mathrm{a\backslash mod\textrm{\textvisiblespace}b} & & a\mod b\\
|
\mathrm{a\backslash mod\textrm{␣}b} & & a\mod b\\
|
||||||
\mathrm{a\backslash pmod\textrm{\textvisiblespace}b} & & a\pmod b\\
|
\mathrm{a\backslash pmod\textrm{␣}b} & & a\pmod b\\
|
||||||
\mathrm{a\backslash bmod\textrm{\textvisiblespace}b} & & a\bmod b\\
|
\mathrm{a\backslash bmod\textrm{␣}b} & & a\bmod b\\
|
||||||
\mathrm{a\backslash pod\textrm{\textvisiblespace}b} & & a\pod b
|
\mathrm{a\backslash pod\textrm{␣}b} & & a\pod b
|
||||||
\end{align*}
|
\end{align*}
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -24618,7 +24618,7 @@ status collapsed
|
|||||||
\begin_inset Formula
|
\begin_inset Formula
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
\underline{\textrm{コマンド}\raisebox{-0.9mm}{}} & & \underline{\textrm{出力}}\\
|
\underline{\textrm{コマンド}\raisebox{-0.9mm}{}} & & \underline{\textrm{出力}}\\
|
||||||
\mathrm{a\backslash pod\textrm{\textvisiblespace}bcd} & & a\pod bcd\\
|
\mathrm{a\backslash pod\textrm{␣}bcd} & & a\pod bcd\\
|
||||||
\mathrm{a\backslash pod\backslash\{bc\backslash\}d} & & a\pod{bc}d
|
\mathrm{a\backslash pod\backslash\{bc\backslash\}d} & & a\pod{bc}d
|
||||||
\end{align*}
|
\end{align*}
|
||||||
|
|
||||||
@ -33501,50 +33501,6 @@ status collapsed
|
|||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
数式あるいはその一部を消去するには、
|
|
||||||
\series bold
|
|
||||||
cancel
|
|
||||||
\series default
|
|
||||||
|
|
||||||
\begin_inset Foot
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
|
|
||||||
\series bold
|
|
||||||
cancel
|
|
||||||
\series default
|
|
||||||
は、標準的なLaTeX頒布版のすべてに含まれています。
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\begin_inset Index idx
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
ぱっけーじ@パッケージ ! cancel
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
LaTeXパッケージを、LaTeXプリアンブル行に
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
|
|
||||||
\series bold
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
usepackage{cancel}
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
と書いて読み込む必要があります。
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
数式を消去するには、4つの方法があります。
|
数式を消去するには、4つの方法があります。
|
||||||
\end_layout
|
\end_layout
|
||||||
@ -33599,8 +33555,10 @@ raisebox
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
cancel{
|
cancel
|
||||||
\backslash
|
\begin_inset space \textvisiblespace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -33630,7 +33588,11 @@ A=B
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
bcancel{
|
bcancel
|
||||||
|
\begin_inset space \textvisiblespace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
@ -33661,7 +33623,11 @@ A=B
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
xcancel{
|
xcancel
|
||||||
|
\begin_inset space \textvisiblespace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
@ -33692,19 +33658,21 @@ A=B
|
|||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
cancelto{1
|
cancelto
|
||||||
\begin_inset Formula $\to$
|
\begin_inset space \textvisiblespace{}
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
{
|
|
||||||
\backslash
|
\backslash
|
||||||
int
|
int
|
||||||
\begin_inset space \textvisiblespace{}
|
\begin_inset space \textvisiblespace{}
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
A=B
|
A=B
|
||||||
|
\begin_inset Formula $\to$
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
1
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -33749,28 +33717,22 @@ cancelto
|
|||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
|
|
||||||
|
\lang english
|
||||||
|
To change the size of
|
||||||
\series bold
|
\series bold
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
cancelto
|
cancelto
|
||||||
\series default
|
\series default
|
||||||
の「下付き」数字の寸法を変更するには、
|
's
|
||||||
\series bold
|
\begin_inset Quotes eld
|
||||||
cancel
|
\end_inset
|
||||||
\series default
|
|
||||||
パッケージを
|
subscript
|
||||||
\series bold
|
\begin_inset Quotes erd
|
||||||
samesize
|
\end_inset
|
||||||
\series default
|
|
||||||
オプションをつけて読み込んで、消去された数字と同じ大きさにするか、
|
value one can add the LaTeX-preamble line
|
||||||
\series bold
|
|
||||||
Smaller
|
|
||||||
\series default
|
|
||||||
オプションをつけて、オプションを付けなかった時よりも少し小さな大きさにするかの2つの方法があります。この文書では、
|
|
||||||
\series bold
|
|
||||||
cancel
|
|
||||||
\series default
|
|
||||||
は
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -33778,7 +33740,25 @@ cancel
|
|||||||
\series bold
|
\series bold
|
||||||
|
|
||||||
\backslash
|
\backslash
|
||||||
usepackage[samesize]{cancel}
|
PassOptionsToPackage{option}{cancel}
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
|
||||||
|
\lang english
|
||||||
|
where
|
||||||
|
\series bold
|
||||||
|
option
|
||||||
|
\series default
|
||||||
|
is either
|
||||||
|
\series bold
|
||||||
|
samesize
|
||||||
|
\series default
|
||||||
|
which leads to the same size as for the canceled value, or
|
||||||
|
\series bold
|
||||||
|
Smaller
|
||||||
|
\series default
|
||||||
|
which makes is it a bit smaller than normal.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -33879,6 +33859,16 @@ key "cancel"
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
をご覧ください。
|
をご覧ください。
|
||||||
|
\begin_inset Index idx
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
ぱっけーじ@パッケージ ! cancel
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Subsection
|
\begin_layout Subsection
|
||||||
|
Loading…
Reference in New Issue
Block a user