mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +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{align*}
|
||||
\underline{\textrm{Command}\raisebox{-0.9mm}{}} & & \underline{\textrm{Result}}\\
|
||||
\mathrm{a\backslash mod\textrm{\textvisiblespace}b} & & a\mod b\\
|
||||
\mathrm{a\backslash pmod\textrm{\textvisiblespace}b} & & a\pmod b\\
|
||||
\mathrm{a\backslash bmod\textrm{\textvisiblespace}b} & & a\bmod b\\
|
||||
\mathrm{a\backslash pod\textrm{\textvisiblespace}b} & & a\pod b
|
||||
\mathrm{a\backslash mod\textrm{␣}b} & & a\mod b\\
|
||||
\mathrm{a\backslash pmod\textrm{␣}b} & & a\pmod b\\
|
||||
\mathrm{a\backslash bmod\textrm{␣}b} & & a\bmod b\\
|
||||
\mathrm{a\backslash pod\textrm{␣}b} & & a\pod b
|
||||
\end{align*}
|
||||
|
||||
\end_inset
|
||||
@ -24640,7 +24640,7 @@ In an inline formula less space is set before the function names for all
|
||||
\begin_inset Formula
|
||||
\begin{align*}
|
||||
\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
|
||||
\end{align*}
|
||||
|
||||
@ -33611,29 +33611,7 @@ Formula ! canceled
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
To cancel formulas or formula parts, the LaTeX-package
|
||||
\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}
|
||||
There are four ways to cancel formulas or parts of formulas:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -33666,10 +33644,6 @@ cancel
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
There are four ways to cancel formulas:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\align center
|
||||
\begin_inset Tabular
|
||||
@ -33720,7 +33694,11 @@ raisebox
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
cancel{
|
||||
cancel
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
@ -33751,7 +33729,11 @@ A=B
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
bcancel{
|
||||
bcancel
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
@ -33782,7 +33764,11 @@ A=B
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
xcancel{
|
||||
xcancel
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
@ -33813,19 +33799,21 @@ A=B
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
cancelto{1
|
||||
\begin_inset Formula $\to$
|
||||
cancelto
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
{
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
A=B
|
||||
\begin_inset Formula $\to$
|
||||
\end_inset
|
||||
|
||||
1
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -33883,26 +33871,7 @@ subscript
|
||||
\begin_inset Quotes erd
|
||||
\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:
|
||||
value one can add the LaTeX-preamble line
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -33910,7 +33879,23 @@ cancel
|
||||
\series bold
|
||||
|
||||
\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
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34011,6 +33996,16 @@ key "cancel"
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Index idx
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Packages ! cancel
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -24687,10 +24687,10 @@ Die Varianten in einer abgesetzten Formel:
|
||||
\begin_inset Formula
|
||||
\begin{align*}
|
||||
\underline{\textrm{Befehl}\raisebox{-0.9mm}{}} & & \underline{\textrm{Ergebnis}}\\
|
||||
\mathrm{a\backslash mod\textrm{\textvisiblespace}b} & & a\mod b\\
|
||||
\mathrm{a\backslash pmod\textrm{\textvisiblespace}b} & & a\pmod b\\
|
||||
\mathrm{a\backslash bmod\textrm{\textvisiblespace}b} & & a\bmod b\\
|
||||
\mathrm{a\backslash pod\textrm{\textvisiblespace}b} & & a\pod b
|
||||
\mathrm{a\backslash mod\textrm{␣}b} & & a\mod b\\
|
||||
\mathrm{a\backslash pmod\textrm{␣}b} & & a\pmod b\\
|
||||
\mathrm{a\backslash bmod\textrm{␣}b} & & a\bmod b\\
|
||||
\mathrm{a\backslash pod\textrm{␣}b} & & a\pod b
|
||||
\end{align*}
|
||||
|
||||
\end_inset
|
||||
@ -24706,7 +24706,7 @@ In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
|
||||
\begin_inset Formula
|
||||
\begin{align*}
|
||||
\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
|
||||
\end{align*}
|
||||
|
||||
@ -33712,33 +33712,7 @@ Formel ! durchgestrichene
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket
|
||||
\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.
|
||||
Es gibt vier verschiedene Arten Formeln oder Formelteile durchzustreichen:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -33771,10 +33745,6 @@ cancel
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Es gibt vier verschiedene Arten durchzustreichen:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\align center
|
||||
\begin_inset Tabular
|
||||
@ -33825,7 +33795,11 @@ raisebox
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
cancel{
|
||||
cancel
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
@ -33856,7 +33830,11 @@ A=B
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
bcancel{
|
||||
bcancel
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
@ -33887,7 +33865,11 @@ A=B
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
xcancel{
|
||||
xcancel
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
@ -33918,19 +33900,21 @@ A=B
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
cancelto{1
|
||||
\begin_inset Formula $\to$
|
||||
cancelto
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
{
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
A=B
|
||||
\begin_inset Formula $\to$
|
||||
\end_inset
|
||||
|
||||
1
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -33989,25 +33973,7 @@ hochgestellten
|
||||
\backslash
|
||||
cancelto
|
||||
\series default
|
||||
zu ändern, kann man das Paket
|
||||
\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
|
||||
zu ändern, kann man die LaTeX-Vorspannzeile
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34015,12 +33981,29 @@ cancel
|
||||
\series bold
|
||||
|
||||
\backslash
|
||||
usepackage[samesize]{cancel}
|
||||
PassOptionsToPackage{Option}{cancel}
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
geladen.
|
||||
Um den Durchstrich zu färben, verwendet man den Befehl
|
||||
hinzufügen.
|
||||
|
||||
\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
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34118,6 +34101,16 @@ key "cancel"
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Index idx
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Pakete ! cancel
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -25058,10 +25058,10 @@ En una ecuación presentada:
|
||||
\begin_inset Formula
|
||||
\begin{align*}
|
||||
\underline{\textrm{Comando}} & & \underline{\textrm{Resultado}}\\
|
||||
\mathrm{a\backslash mod\textrm{\textvisiblespace}b} & & a\mod b\\
|
||||
\mathrm{a\backslash pmod\textrm{\textvisiblespace}b} & & a\pmod b\\
|
||||
\mathrm{a\backslash bmod\textrm{\textvisiblespace}b} & & a\bmod b\\
|
||||
\mathrm{a\backslash pod\textrm{\textvisiblespace}b} & & a\pod b
|
||||
\mathrm{a\backslash mod\textrm{␣}b} & & a\mod b\\
|
||||
\mathrm{a\backslash pmod\textrm{␣}b} & & a\pmod b\\
|
||||
\mathrm{a\backslash bmod\textrm{␣}b} & & a\bmod b\\
|
||||
\mathrm{a\backslash pod\textrm{␣}b} & & a\pod b
|
||||
\end{align*}
|
||||
|
||||
\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{align*}
|
||||
\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
|
||||
\end{align*}
|
||||
|
||||
@ -34137,30 +34137,7 @@ Ecuación ! cancelada
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
|
||||
|
||||
\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}
|
||||
Hay cuatro formas de cancelar ecuaciones o partes de ellas:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34193,10 +34170,6 @@ cancel
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Hay cuatro formas de cancelar ecuaciones:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\align center
|
||||
\begin_inset Tabular
|
||||
@ -34251,7 +34224,11 @@ raisebox
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
cancel{
|
||||
cancel
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
@ -34282,7 +34259,11 @@ A=B
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
bcancel{
|
||||
bcancel
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
@ -34313,7 +34294,11 @@ A=B
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
xcancel{
|
||||
xcancel
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
@ -34344,19 +34329,21 @@ A=B
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
cancelto{1
|
||||
\begin_inset Formula $\to$
|
||||
cancelto
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
{
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
A=B
|
||||
\begin_inset Formula $\to$
|
||||
\end_inset
|
||||
|
||||
1
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -34407,25 +34394,9 @@ Para cambiar el tamaño del valor subscrito por
|
||||
\backslash
|
||||
cancelto
|
||||
\series default
|
||||
se puede cargar el paquete
|
||||
\series bold
|
||||
cancel
|
||||
\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
|
||||
se puede
|
||||
\lang english
|
||||
add the LaTeX-preamble line
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34433,7 +34404,27 @@ cancel
|
||||
\series bold
|
||||
|
||||
\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
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34536,6 +34527,16 @@ key "cancel"
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Index idx
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Paquetes ! cancel
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -24667,10 +24667,10 @@ Les variantes pour une formule hors ligne:
|
||||
\begin_inset Formula
|
||||
\begin{align*}
|
||||
\underline{\textrm{Commande}\raisebox{-0.9mm}{}} & & \underline{\textrm{Résultat}}\\
|
||||
\mathrm{a\backslash mod\textrm{\textvisiblespace}b} & & a\mod b\\
|
||||
\mathrm{a\backslash pmod\textrm{\textvisiblespace}b} & & a\pmod b\\
|
||||
\mathrm{a\backslash bmod\textrm{\textvisiblespace}b} & & a\bmod b\\
|
||||
\mathrm{a\backslash pod\textrm{\textvisiblespace}b} & & a\pod b
|
||||
\mathrm{a\backslash mod\textrm{␣}b} & & a\mod b\\
|
||||
\mathrm{a\backslash pmod\textrm{␣}b} & & a\pmod b\\
|
||||
\mathrm{a\backslash bmod\textrm{␣}b} & & a\bmod b\\
|
||||
\mathrm{a\backslash pod\textrm{␣}b} & & a\pod b
|
||||
\end{align*}
|
||||
|
||||
\end_inset
|
||||
@ -24691,7 +24691,7 @@ By default the modulo-functions take only the first following character
|
||||
\begin_inset Formula
|
||||
\begin{align*}
|
||||
\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
|
||||
\end{align*}
|
||||
|
||||
@ -33900,33 +33900,6 @@ Formules ! barrées
|
||||
|
||||
\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_inset ERT
|
||||
status collapsed
|
||||
@ -33958,7 +33931,7 @@ cancel
|
||||
\end_layout
|
||||
|
||||
\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
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34011,7 +33984,11 @@ sont seulement utilisées pour faire de la place.
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
cancel{
|
||||
cancel
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
@ -34042,7 +34019,11 @@ A=B
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
bcancel{
|
||||
bcancel
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
@ -34073,8 +34054,10 @@ A=B
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
xcancel{
|
||||
\backslash
|
||||
xcancel
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
@ -34104,19 +34087,21 @@ A=B
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
cancelto{1
|
||||
\begin_inset Formula $\to$
|
||||
cancelto
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
{
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
A=B
|
||||
\begin_inset Formula $\to$
|
||||
\end_inset
|
||||
|
||||
1
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -34175,25 +34160,9 @@ indice
|
||||
\backslash
|
||||
cancelto
|
||||
\series default
|
||||
, il est possible de charger le paquetage
|
||||
\series bold
|
||||
cancel
|
||||
\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:
|
||||
, il est possible de
|
||||
\lang english
|
||||
add the LaTeX-preamble line
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34201,7 +34170,26 @@ cancel
|
||||
\series bold
|
||||
|
||||
\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
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34309,6 +34297,16 @@ key "cancel"
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Index idx
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Paquetages ! cancel
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -24601,10 +24601,10 @@ status collapsed
|
||||
\begin_inset Formula
|
||||
\begin{align*}
|
||||
\underline{\textrm{コマンド}\raisebox{-0.9mm}{}} & & \underline{\textrm{出力}}\\
|
||||
\mathrm{a\backslash mod\textrm{\textvisiblespace}b} & & a\mod b\\
|
||||
\mathrm{a\backslash pmod\textrm{\textvisiblespace}b} & & a\pmod b\\
|
||||
\mathrm{a\backslash bmod\textrm{\textvisiblespace}b} & & a\bmod b\\
|
||||
\mathrm{a\backslash pod\textrm{\textvisiblespace}b} & & a\pod b
|
||||
\mathrm{a\backslash mod\textrm{␣}b} & & a\mod b\\
|
||||
\mathrm{a\backslash pmod\textrm{␣}b} & & a\pmod b\\
|
||||
\mathrm{a\backslash bmod\textrm{␣}b} & & a\bmod b\\
|
||||
\mathrm{a\backslash pod\textrm{␣}b} & & a\pod b
|
||||
\end{align*}
|
||||
|
||||
\end_inset
|
||||
@ -24618,7 +24618,7 @@ status collapsed
|
||||
\begin_inset Formula
|
||||
\begin{align*}
|
||||
\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
|
||||
\end{align*}
|
||||
|
||||
@ -33501,50 +33501,6 @@ status collapsed
|
||||
|
||||
\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
|
||||
数式を消去するには、4つの方法があります。
|
||||
\end_layout
|
||||
@ -33599,8 +33555,10 @@ raisebox
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
cancel{
|
||||
\backslash
|
||||
cancel
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
@ -33630,7 +33588,11 @@ A=B
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
bcancel{
|
||||
bcancel
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
@ -33661,7 +33623,11 @@ A=B
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
xcancel{
|
||||
xcancel
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
@ -33692,19 +33658,21 @@ A=B
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\backslash
|
||||
cancelto{1
|
||||
\begin_inset Formula $\to$
|
||||
cancelto
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\backslash
|
||||
{
|
||||
\backslash
|
||||
int
|
||||
\begin_inset space \textvisiblespace{}
|
||||
\end_inset
|
||||
|
||||
A=B
|
||||
\begin_inset Formula $\to$
|
||||
\end_inset
|
||||
|
||||
1
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -33749,28 +33717,22 @@ cancelto
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\lang english
|
||||
To change the size of
|
||||
\series bold
|
||||
|
||||
\backslash
|
||||
cancelto
|
||||
\series default
|
||||
の「下付き」数字の寸法を変更するには、
|
||||
\series bold
|
||||
cancel
|
||||
\series default
|
||||
パッケージを
|
||||
\series bold
|
||||
samesize
|
||||
\series default
|
||||
オプションをつけて読み込んで、消去された数字と同じ大きさにするか、
|
||||
\series bold
|
||||
Smaller
|
||||
\series default
|
||||
オプションをつけて、オプションを付けなかった時よりも少し小さな大きさにするかの2つの方法があります。この文書では、
|
||||
\series bold
|
||||
cancel
|
||||
\series default
|
||||
は
|
||||
's
|
||||
\begin_inset Quotes eld
|
||||
\end_inset
|
||||
|
||||
subscript
|
||||
\begin_inset Quotes erd
|
||||
\end_inset
|
||||
|
||||
value one can add the LaTeX-preamble line
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -33778,7 +33740,25 @@ cancel
|
||||
\series bold
|
||||
|
||||
\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
|
||||
|
||||
\begin_layout Standard
|
||||
@ -33879,6 +33859,16 @@ key "cancel"
|
||||
\end_inset
|
||||
|
||||
をご覧ください。
|
||||
\begin_inset Index idx
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
ぱっけーじ@パッケージ ! cancel
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
|
Loading…
Reference in New Issue
Block a user