From a0305f7911f8c146ae8f7e1f3547c351b44436ac Mon Sep 17 00:00:00 2001 From: pascal Date: Wed, 9 May 2012 14:09:56 +0000 Subject: [PATCH] =?UTF-8?q?=CE=A3=20und=20=CE=A0=20ergeben=20nun=20\sum=20?= =?UTF-8?q?und=20\prod,=20weitere=20kleinere=20=C3=84nderungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- latex/lyx/lyx.module | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/latex/lyx/lyx.module b/latex/lyx/lyx.module index d377cff..9e362b0 100644 --- a/latex/lyx/lyx.module +++ b/latex/lyx/lyx.module @@ -37,8 +37,6 @@ : "\\Theta " : "\\Lambda " : "\\Xi " - : "\\Pi " - : "\\Sigma " : "\\Phi " : "\\Chi " : "\\Psi " @@ -91,6 +89,7 @@ : "^3 " # Operationen + : "\\cdot " : "\\cdot " : "\\cdot " : "\\times " @@ -108,6 +107,7 @@ : "\\oslash " : "\\setminus " + # Pfeile, Gleichheitszeichen und ähnliches : "\\Rightarrow " : "\\Leftrightarrow " @@ -116,6 +116,7 @@ : "\\leftarrow " : "\\approx " : "\\to " + : "\\mapsto " : "\\neq " : "\\equiv " : "\\subset " @@ -128,11 +129,13 @@ : "\\geq " : "\\leq " : "\\leq " - : "\\subseteq " - : "\\subseteq " + : "\\subseteq " + : "\\subseteq " : "\\subseteq " + : "\\subseteq " : "\\sim " - + : "\\prod " + : "\\sum " # Zahlen und Mengen : "\\in \\mathbb R " @@ -145,7 +148,8 @@ : "\\mathbb Q " : "\\mathbb N " : "\\mathbb C " - : "\\infty " + : "\\infty " + # weitere Zeichen : "\\lim _" @@ -169,7 +173,7 @@ : "\\nexists " : "\\sum " : "\\mathrm " - : "\\empty " + : "\\emptyset " : "^\\dagger " : "\\vee " : "\\wedge "