mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Math.lyx: revert r28985, my fault, the requirement of xargs cannot be undone
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29010 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
720a707113
commit
c36e53c0c0
103
lib/doc/Math.lyx
103
lib/doc/Math.lyx
@ -125,14 +125,6 @@
|
|||||||
\setboolean{eurosym}{true}}
|
\setboolean{eurosym}{true}}
|
||||||
{\setboolean{eurosym}{false}}
|
{\setboolean{eurosym}{false}}
|
||||||
|
|
||||||
% needed for math macros
|
|
||||||
% check for package xargs
|
|
||||||
\newboolean{xargs}
|
|
||||||
\IfFileExists{xargs.sty}
|
|
||||||
{\usepackage{xargs}
|
|
||||||
\setboolean{xargs}{true}}
|
|
||||||
{\setboolean{xargs}{false}}
|
|
||||||
|
|
||||||
% needed in sec. 22.4
|
% needed in sec. 22.4
|
||||||
% check for package braket
|
% check for package braket
|
||||||
\newboolean{braket}
|
\newboolean{braket}
|
||||||
@ -31849,47 +31841,6 @@ newcommand
|
|||||||
.
|
.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
\begin_inset ERT
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
ifxargs
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\begin_inset Note Note
|
|
||||||
status open
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
The following table will only be displayed when the LaTeX-package
|
|
||||||
\series bold
|
|
||||||
xargs
|
|
||||||
\series default
|
|
||||||
is installed.
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\begin_inset Note Note
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
xargs is default since TeXLive 2008, so this construct here can be deleted
|
|
||||||
when TeXLive 2009 is out.
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
A math macro is created by using the menu
|
A math macro is created by using the menu
|
||||||
\family sans
|
\family sans
|
||||||
@ -32741,60 +32692,6 @@ Eating From The Right
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
\begin_inset ERT
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
else
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\begin_inset Note Note
|
|
||||||
status open
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
The following will be displayed when the LaTeX-package
|
|
||||||
\series bold
|
|
||||||
xargs
|
|
||||||
\series default
|
|
||||||
is not installed:
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
You need to install the LaTeX-package
|
|
||||||
\series bold
|
|
||||||
xargs
|
|
||||||
\series default
|
|
||||||
to see the rest of this subsection in the output.
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
\begin_inset ERT
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
fi
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
|
@ -130,14 +130,6 @@
|
|||||||
\setboolean{eurosym}{true}}
|
\setboolean{eurosym}{true}}
|
||||||
{\setboolean{eurosym}{false}}
|
{\setboolean{eurosym}{false}}
|
||||||
|
|
||||||
% wird für Mathe-Makros benötigt
|
|
||||||
% testen ob Paket xargs installiert ist
|
|
||||||
\newboolean{xargs}
|
|
||||||
\IfFileExists{xargs.sty}
|
|
||||||
{\usepackage{xargs}
|
|
||||||
\setboolean{xargs}{true}}
|
|
||||||
{\setboolean{xargs}{false}}
|
|
||||||
|
|
||||||
% benutzt in Kap. 22.4
|
% benutzt in Kap. 22.4
|
||||||
% testen ob Paket braket installiert ist
|
% testen ob Paket braket installiert ist
|
||||||
\newboolean{braket}
|
\newboolean{braket}
|
||||||
@ -31892,36 +31884,6 @@ newcommand
|
|||||||
zu verwenden.
|
zu verwenden.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
\begin_inset ERT
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
ifxargs
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\begin_inset Note Note
|
|
||||||
status open
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket
|
|
||||||
\series bold
|
|
||||||
xargs
|
|
||||||
\series default
|
|
||||||
installiert ist:
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
Ein Mathe-Makro wird erstellt, indem man das Menü
|
Ein Mathe-Makro wird erstellt, indem man das Menü
|
||||||
\family sans
|
\family sans
|
||||||
@ -32708,60 +32670,6 @@ hinzufügen
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
\begin_inset ERT
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
else
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\begin_inset Note Note
|
|
||||||
status open
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
Folgendes erscheint im Ausdruck wenn das LaTeX-Paket
|
|
||||||
\series bold
|
|
||||||
xargs
|
|
||||||
\series default
|
|
||||||
nicht installiert ist:
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
Das LaTeX-Paket
|
|
||||||
\series bold
|
|
||||||
xargs
|
|
||||||
\series default
|
|
||||||
muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
\begin_inset ERT
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
fi
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Section
|
\begin_layout Section
|
||||||
|
@ -125,14 +125,6 @@
|
|||||||
\setboolean{eurosym}{true}}
|
\setboolean{eurosym}{true}}
|
||||||
{\setboolean{eurosym}{false}}
|
{\setboolean{eurosym}{false}}
|
||||||
|
|
||||||
% needed for math macros
|
|
||||||
% check for package xargs
|
|
||||||
\newboolean{xargs}
|
|
||||||
\IfFileExists{xargs.sty}
|
|
||||||
{\usepackage{xargs}
|
|
||||||
\setboolean{xargs}{true}}
|
|
||||||
{\setboolean{xargs}{false}}
|
|
||||||
|
|
||||||
% needed in sec. 22.4
|
% needed in sec. 22.4
|
||||||
% check for package braket
|
% check for package braket
|
||||||
\newboolean{braket}
|
\newboolean{braket}
|
||||||
@ -32341,36 +32333,6 @@ newcommand
|
|||||||
.
|
.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
\begin_inset ERT
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
ifxargs
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\begin_inset Note Note
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX
|
|
||||||
\series bold
|
|
||||||
xargs
|
|
||||||
\series default
|
|
||||||
está instalado.
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
Una macro de ecuación se crea con el menú
|
Una macro de ecuación se crea con el menú
|
||||||
\family sans
|
\family sans
|
||||||
@ -33163,60 +33125,6 @@ comiendo desde la derecha
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
\begin_inset ERT
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
else
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\begin_inset Note Note
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
Lo que sigue se verá en la salida si el paquete LaTeX
|
|
||||||
\series bold
|
|
||||||
xargs
|
|
||||||
\series default
|
|
||||||
no está instalado:
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
Debes instalar el paquete LaTeX
|
|
||||||
\series bold
|
|
||||||
xargs
|
|
||||||
\series default
|
|
||||||
para ver en la salida el resto de esta subsección.
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
\begin_inset ERT
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
fi
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
|
@ -126,14 +126,6 @@
|
|||||||
\setboolean{eurosym}{true}}
|
\setboolean{eurosym}{true}}
|
||||||
{\setboolean{eurosym}{false}}
|
{\setboolean{eurosym}{false}}
|
||||||
|
|
||||||
% needed for math macros
|
|
||||||
% check for package xargs
|
|
||||||
\newboolean{xargs}
|
|
||||||
\IfFileExists{xargs.sty}
|
|
||||||
{\usepackage{xargs}
|
|
||||||
\setboolean{xargs}{true}}
|
|
||||||
{\setboolean{xargs}{false}}
|
|
||||||
|
|
||||||
% needed in sec. 22.4
|
% needed in sec. 22.4
|
||||||
% check for package braket
|
% check for package braket
|
||||||
\newboolean{braket}
|
\newboolean{braket}
|
||||||
@ -31773,36 +31765,6 @@ newcommand
|
|||||||
.
|
.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
\begin_inset ERT
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
ifxargs
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\begin_inset Note Note
|
|
||||||
status open
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
Ce qui suit ne sera affiché que si le paquetage LaTeX
|
|
||||||
\series bold
|
|
||||||
xargs
|
|
||||||
\series default
|
|
||||||
est installé
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
Une macro est créée en utilisant le menu
|
Une macro est créée en utilisant le menu
|
||||||
\family sans
|
\family sans
|
||||||
@ -32832,60 +32794,6 @@ droite
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
\begin_inset ERT
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
else
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\begin_inset Note Note
|
|
||||||
status open
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
Ce qui suit sera affiché si la paquetage LaTeX
|
|
||||||
\series bold
|
|
||||||
xargs
|
|
||||||
\series default
|
|
||||||
n'est pas installé:
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
Vous avez besoin du paquetage LaTeX
|
|
||||||
\series bold
|
|
||||||
xargs
|
|
||||||
\series default
|
|
||||||
pour voir le reste de cette sous section dans la sortie finale.
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Standard
|
|
||||||
\begin_inset ERT
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
fi
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
|
Loading…
Reference in New Issue
Block a user