From: Uwe Stöhr Date: Fri, 29 Aug 2008 23:28:22 +0000 (+0000) Subject: Math.lyx: fix a preamble bug X-Git-Tag: 1.6.10~3576 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b77599e213c3f86f3b945fa6def2ba40b1d84ab1;p=features.git Math.lyx: fix a preamble bug git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26265 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/doc/Math.lyx b/lib/doc/Math.lyx index 0190b2d405..90d57828d2 100644 --- a/lib/doc/Math.lyx +++ b/lib/doc/Math.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.0rc2 created this file. For more info see http://www.lyx.org/ \lyxformat 340 \begin_document \begin_header @@ -70,9 +70,6 @@ % provides caption formatting \setkomafont{captionlabel}{\bfseries} -% used in Kap. 22.4 -\usepackage{braket} - % used in Kap. 22.6 \usepackage[samesize]{cancel} diff --git a/lib/doc/de/Math.lyx b/lib/doc/de/Math.lyx index a241efe1b0..4e82264008 100644 --- a/lib/doc/de/Math.lyx +++ b/lib/doc/de/Math.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.0rc2 created this file. For more info see http://www.lyx.org/ \lyxformat 340 \begin_document \begin_header @@ -70,9 +70,6 @@ % provides caption formatting \setkomafont{captionlabel}{\bfseries} -% benutzt in Kap. 22.4 -\usepackage{braket} - % benutzt in Kap. 22.6 \usepackage[samesize]{cancel} diff --git a/lib/doc/es/Math.lyx b/lib/doc/es/Math.lyx index e967292624..b52a3a9a4a 100644 --- a/lib/doc/es/Math.lyx +++ b/lib/doc/es/Math.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.0rc2 created this file. For more info see http://www.lyx.org/ \lyxformat 340 \begin_document \begin_header @@ -70,9 +70,6 @@ % provides caption formatting \setkomafont{captionlabel}{\bfseries} -% used in Kap. 22.4 -\usepackage{braket} - % used in Kap. 22.6 \usepackage[samesize]{cancel} diff --git a/lib/doc/fr/Math.lyx b/lib/doc/fr/Math.lyx index b2e205ac4e..aaf20664a6 100644 --- a/lib/doc/fr/Math.lyx +++ b/lib/doc/fr/Math.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.0rc2 created this file. For more info see http://www.lyx.org/ \lyxformat 340 \begin_document \begin_header @@ -70,9 +70,6 @@ % provides caption formatting \setkomafont{captionlabel}{\bfseries} -% used in Kap. 22.4 -\usepackage{braket} - % used in Kap. 22.6 \usepackage[samesize]{cancel} @@ -129,6 +126,14 @@ \setboolean{eurosym}{true}} {\setboolean{eurosym}{false}} +% needed in sec. 22.4 +% check for package braket +\newboolean{braket} +\IfFileExists{braket.sty} + {\usepackage{braket} + \setboolean{braket}{true}} + {\setboolean{braket}{false}} + % needed in sec. 22.10 % check for package upgreek \newboolean{upgreek}