Math.lyx: improve description of modulo-functions, fixes #7961

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40555 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2012-01-01 21:26:28 +00:00
parent 6977bfc256
commit 2ec8fccc07
6 changed files with 72 additions and 11 deletions

View File

@ -26025,10 +26025,7 @@ Functions ! modulo-
\begin_layout Standard \begin_layout Standard
The modulo-function is special, because it exists in four variants. The modulo-function is special, because it exists in four variants.
\end_layout The variants in a displayed formula are:
\begin_layout Standard
The variants in a displayed formula:
\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}}\\
@ -26046,6 +26043,19 @@ The variants in a displayed formula:
\begin_layout Standard \begin_layout Standard
In an inline formula less space is set before the function names for all In an inline formula less space is set before the function names for all
variants. variants.
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{Command}\raisebox{-0.9mm}{}} & & \underline{\textrm{Result}}\\
\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 \end_layout
\begin_layout Section \begin_layout Section

View File

@ -26065,6 +26065,18 @@ Die Varianten in einer abgesetzten Formel:
\begin_layout Standard \begin_layout Standard
In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
weniger Leerraum gesetzt. weniger Leerraum gesetzt.
Standardmäßig beachten die Modulo-Funktionen nur das erste, folgende Zeichen.
Um mehrere Zeichen zu verwenden, muss man sie in TeX-Klammern setzen:
\begin_inset Formula
\begin{align*}
\underline{\textrm{Befehl}\raisebox{-0.9mm}{}} & & \underline{\textrm{Ergebnis}}\\
\mathrm{a\backslash pod\textrm{\leer}bcd} & & a\pod bcd\\
\mathrm{a\backslash pod\backslash\{bc\to d} & & a\pod{bc}d
\end{align*}
\end_inset
\end_layout \end_layout
\begin_layout Section \begin_layout Section

View File

@ -26482,6 +26482,21 @@ En una ecuación presentada:
En una ecuación en línea se pone menos espacio delante del nombre de la En una ecuación en línea se pone menos espacio delante del nombre de la
función para todas las variantes. 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 \end_layout
\begin_layout Section \begin_layout Section

View File

@ -26068,6 +26068,21 @@ Les variantes pour une formule hors ligne:
\begin_layout Standard \begin_layout Standard
Dans une formule en ligne, il y a moins d'espace inséré avant le nom de Dans une formule en ligne, il y a moins d'espace inséré avant le nom de
la fonction, quelque soit la variante. la fonction, quelque soit la variante.
\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{Commande}\raisebox{-0.9mm}{}} & & \underline{\textrm{Résultat}}\\
\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 \end_layout
\begin_layout Section \begin_layout Section
@ -26634,13 +26649,6 @@ Les commandes
le texte dans LyX. le texte dans LyX.
\end_layout \end_layout
\begin_layout Standard
\begin_inset Newpage newpage
\end_inset
\end_layout
\begin_layout Subsection \begin_layout Subsection
Les accents dans le texte Les accents dans le texte
\begin_inset CommandInset label \begin_inset CommandInset label

View File

@ -25696,6 +25696,20 @@ status collapsed
\begin_layout Standard \begin_layout Standard
行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。
\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{Command}\raisebox{-0.9mm}{}} & & \underline{\textrm{Result}}\\
\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 \end_layout
\begin_layout Section \begin_layout Section

View File

@ -83,6 +83,8 @@ What's new
- Updated description of the external material template PDFPages - Updated description of the external material template PDFPages
(bug 7888). (bug 7888).
- Improved description of the modulo-functions in the Math manual (bug 7961).
* BUILD/INSTALLATION * BUILD/INSTALLATION