From 26391776f2ed9ee6d213b2168651f0030095ce25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 11 Jul 2002 09:32:58 +0000 Subject: [PATCH] Do not hard-code assosiation of latex macros to insets anymore. So people who don't like the defaults can override them here. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4598 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 4 ++ lib/symbols | 115 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 118 insertions(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 981014f30b..0f3b87156b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -20,6 +20,10 @@ * lyxpreview2ppm.sh: don't use latex option "-interaction=batchmode" as it's not portable apparently. +2002-07-09 André Pönitz + + * symbols: use it to define insets, too + 2002-07-09 André Pönitz * configure.m4: diff --git a/lib/symbols b/lib/symbols index 024f8e5650..3bf846f295 100644 --- a/lib/symbols +++ b/lib/symbols @@ -1,5 +1,118 @@ -# Generated from fontmath.ltx +# +# things supported by real insets in mathed +# + +# decorations +acute decoration none +bar decoration none +breve decoration none +check decoration none +dddot decoration none +ddot decoration none +dot decoration none +grave decoration none +hat decoration none +mathring decoration none +overbrace decoration none +overleftarrow decoration none +overleftrightarrow decoration none +overline decoration none +overrightarrow decoration none +tilde decoration none +underbar decoration none +underbrace decoration none +underleftarrow decoration none +underleftrightarrow decoration none +underline decoration none +underrightarrow decoration none +vec decoration none +widehat decoration none +widetilde decoration none + +# dots +cdots dots none +ddots dots none +dotsb dots none +dotsc dots none +dotsi dots none +dotsm dots none +dotso dots none +ldots dots none +vdots dots none + +# font changes +frak font none +mathbb font none +mathbf font none +mathcal font none +mathfrak font none +mathit font none +mathnormal font none +mathrm font none +mathsf font none +mathtt font none +text font forcetext +textbf font forcetext +textipa font forcetext +textit font forcetext +textmd font forcetext +textrm font forcetext +textsl font forcetext +textup font forcetext + +# old-style font commands +bf oldfont none +cal oldfont none +it oldfont none +rm oldfont none +tt oldfont none + +# matrix environments +Vmatrix matrix none +bmatrix matrix none +matrix matrix none +pmatrix matrix none +psmatrix matrix none +vmatrix matrix none + +# references +pageref ref none +prettyref ref none +ref ref none +vpageref ref none +vref ref none + +# spaces +lyxnegspace space none +lyxposspace space none +qquad space none +quad space none + +# styles +displaystyle style none +scriptscriptstyle style none +scriptstyle style none +textstyle style none + +# misc +begin begin none +right right none +underset underset none +parbox parbox none +protect protect none +mbox mbox forcetext +newcommand newcommand none +label label none +left left none +end end none +fbox fbox none + + +# +# symbols generated from fontmath.ltx +# +#symbol font charid charid-in-fallback-Xsymbol-font alpha cmm 174 97 mathord x beta cmm 175 98 mathord x gamma cmm 176 103 mathord x -- 2.39.2