]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_factory.C
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / math_factory.C
index 452d30f4fd0269d703756791c71e05c9c8f507bf..9faf0e80909cffab68c29fff64874a606a21a425 100644 (file)
@@ -1,22 +1,42 @@
+/**
+ * \file math_factory.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #include <config.h>
 
+#include "math_factory.h"
 #include "math_parser.h"
 #include "math_arrayinset.h"
 #include "math_amsarrayinset.h"
 #include "math_binominset.h"
 #include "math_boxinset.h"
+#include "math_boxedinset.h"
+#include "math_boldsymbolinset.h"
 #include "math_casesinset.h"
+#include "math_colorinset.h"
 #include "math_decorationinset.h"
+#include "math_dfracinset.h"
 #include "math_dotsinset.h"
 #include "math_fboxinset.h"
+#include "math_frameboxinset.h"
 #include "math_fontinset.h"
+#include "math_fontoldinset.h"
 #include "math_fracinset.h"
 #include "math_kerninset.h"
 #include "math_lefteqninset.h"
 #include "math_macro.h"
-#include "math_macrotable.h"
 #include "math_macroarg.h"
-#include "math_notinset.h"
+#include "math_macrotable.h"
+#include "math_macrotemplate.h"
+#include "math_makeboxinset.h"
+#include "math_oversetinset.h"
+#include "math_parser.h"
 #include "math_rootinset.h"
 #include "math_sizeinset.h"
 #include "math_spaceinset.h"
 #include "math_stackrelinset.h"
 #include "math_substackinset.h"
 #include "math_symbolinset.h"
+#include "math_tabularinset.h"
+#include "math_tfracinset.h"
 #include "math_undersetinset.h"
 #include "math_unknowninset.h"
 #include "math_xarrowinset.h"
 #include "math_xymatrixinset.h"
-#include "math_xyarrowinset.h"
 
+//#include "insets/insetref.h"
 #include "ref_inset.h"
 
-#include "math_metricsinfo.h"
 #include "debug.h"
 #include "math_support.h"
-#include "Lsstream.h"
+
 #include "support/filetools.h" // LibFileSearch
-#include "frontends/font_loader.h"
+#include "support/lstrings.h"
+
+#include "frontends/lyx_gui.h"
 
-#include <map>
 #include <fstream>
+#include <sstream>
+
+using lyx::support::LibFileSearch;
+using lyx::support::split;
+
+using std::string;
+using std::endl;
+using std::istringstream;
+
+bool has_math_fonts;
 
 
 namespace {
@@ -51,115 +83,13 @@ typedef std::map<string, latexkeys> WordList;
 WordList theWordList;
 
 
-struct key_type {
-       ///
-       string name;
-       ///
-       string inset;
-       ///
-       string extra;
-};
-
-
-key_type wordlist_array[] =
-{
-       {"!",  "space", ""},
-       {",",  "space", ""},
-       {":",  "space", ""},
-       {";",  "space", ""},
-       {"Vmatrix",  "matrix", ""},
-       {"acute",  "decoration", ""},
-       {"bar",  "decoration", ""},
-       {"begin",  "begin", ""},
-       {"bf",  "oldfont", ""},
-       {"bmatrix",  "matrix", ""},
-       {"acute",  "decoration", ""},
-       {"breve",  "decoration", ""},
-       {"cal",  "oldfont", ""},
-       {"cdots",  "dots", ""},
-       {"check",  "decoration", ""},
-       {"ddot",  "decoration", ""},
-       {"dddot",  "decoration", ""},
-       {"ddots",  "dots", ""},
-       {"displaystyle",  "style", ""},
-       {"dot",  "decoration", ""},
-       {"dotsb",  "dots", ""},
-       {"dotsc",  "dots", ""},
-       {"dotsi",  "dots", ""},
-       {"dotsm",  "dots", ""},
-       {"dotso",  "dots", ""},
-       {"end",  "end", ""},
-       {"fbox",  "fbox", ""},
-       {"frak",  "font", ""},
-       {"grave",  "decoration", ""},
-       {"hat",  "decoration", ""},
-       {"it",  "oldfont", ""},
-       {"label",  "label", ""},
-       {"ldots",  "dots", ""},
-       {"left",  "left", ""},
-       {"limits",  "limit", ""},
-       {"lyxbox",  "box", ""},
-       {"lyxnegspace",  "space", ""},
-       {"lyxposspace",  "space", ""},
-       {"mathbb",  "font", ""},
-       {"mathbf",  "font", ""},
-       {"mathcal",  "font", ""},
-       {"mathfrak",  "font", ""},
-       {"mathit",  "font", ""},
-       {"mathnormal",  "font", ""},
-       {"mathring",  "decoration", ""},
-       {"mathrm",  "font", ""},
-       {"mathsf",  "font", ""},
-       {"mathtt",  "font", ""},
-       {"matrix",  "matrix", ""},
-       {"mbox",  "box", ""},
-       {"newcommand",  "newcommand", ""},
-       {"nolimits",  "limit", ""},
-       {"nonumber",  "nonum", ""},
-       {"overbrace",  "decoration", ""},
-       {"overleftarrow",  "decoration", ""},
-       {"overline",  "decoration", ""},
-       {"overrightarrow",  "decoration", ""},
-       {"overleftrightarrow", "decoration", ""},
-       {"pmatrix",  "matrix", ""},
-       {"protect",  "protect", ""},
-       {"qquad",  "space", ""},
-       {"quad",  "space", ""},
-       {"right",  "right", ""},
-       {"rm",  "oldfont", ""},
-       {"scriptscriptstyle",  "style", ""},
-       {"scriptstyle",  "style", ""},
-       {"textbf",  "font", "mathtext"},
-       {"textit",  "font", "mathtext"},
-       {"textmd",  "font", "mathtext"},
-       {"textrm",  "font", "mathtext"},
-       {"textsl",  "font", "mathtext"},
-       {"textup",  "font", "mathtext"},
-       {"textstyle",  "style", ""},
-       {"tilde",  "decoration", ""},
-       {"tt",  "oldfont", ""},
-       {"underbar",  "decoration", ""},
-       {"underbrace",  "decoration", ""},
-       {"underleftarrow", "decoration", ""},
-       {"underline",  "decoration", ""},
-       {"underrightarrow", "decoration", ""},
-       {"underleftrightarrow", "decoration", ""},
-       {"underset",  "underset", ""},
-       {"vdots",  "dots", ""},
-       {"vec",  "decoration", ""},
-       {"vmatrix",  "matrix", ""},
-       {"widehat",  "decoration", ""},
-       {"widetilde",  "decoration", ""}
-};
-
-
 bool math_font_available(string & name)
 {
        LyXFont f;
        augmentFont(f, name);
 
        // Do we have the font proper?
-       if (fontloader.available(f))
+       if (lyx_gui::font_available(f))
                return true;
 
        // can we fake it?
@@ -168,121 +98,206 @@ bool math_font_available(string & name)
                return true;
        }
 
-       lyxerr[Debug::MATHED] << "font " << name << " not available and I can't fake it\n";
+       lyxerr[Debug::MATHED]
+               << "font " << name << " not available and I can't fake it"
+               << endl;
        return false;
 }
 
 
-void readSymbols(string const & filename)
+void initSymbols()
 {
-       lyxerr[Debug::MATHED] << "read symbols from " << filename << "\n";
+       string const filename = LibFileSearch(string(), "symbols");
+       lyxerr[Debug::MATHED] << "read symbols from " << filename << endl;
+       if (filename.empty()) {
+               lyxerr << "Could not find symbols file" << endl;
+               return;
+       }
+
        std::ifstream fs(filename.c_str());
-       while (fs) {
+       string line;
+       bool skip = false;
+       while (getline(fs, line)) {
                int charid     = 0;
                int fallbackid = 0;
-               latexkeys tmp;
-               string line;
-               getline(fs, line);
+               if (!line.empty() && line[0] == '#')
+                       continue;
+
+               // special case of iffont/else/endif
+               if (line.size() >= 7 && line.substr(0, 6) == "iffont") {
+                       istringstream is(line);
+                       string tmp;
+                       is >> tmp;
+                       is >> tmp;
+                       skip = !math_font_available(tmp);
+                       continue;
+               } else if (line.size() >= 4 && line.substr(0, 4) == "else") {
+                       skip = !skip;
+               } else if (line.size() >= 5 && line.substr(0, 5) == "endif") {
+                       skip = false;
+                       continue;
+               } else if (skip)
+                       continue;
+
+               // special case of pre-defined macros
+               if (line.size() > 8 && line.substr(0, 5) == "\\def\\") {
+                       //lyxerr << "macro definition: '" << line << '\'' << endl;
+                       MacroTable::globalMacros().insert(line);
+                       continue;
+               }
+
                istringstream is(line);
-               is      >> tmp.name
-                               >> tmp.inset
-                               >> charid
-                               >> fallbackid
-                               >> tmp.extra
-                               >> tmp.xmlname;
-               if (!is)
+               latexkeys tmp;
+               is >> tmp.name >> tmp.inset;
+               if (isFontName(tmp.inset))
+                       is >> charid >> fallbackid >> tmp.extra >> tmp.xmlname;
+               else
+                       is >> tmp.extra;
+               if (!is) {
+                       lyxerr[Debug::MATHED] << "skipping line '" << line << '\'' << endl;
+                       lyxerr[Debug::MATHED]
+                               << tmp.name << ' ' << tmp.inset << ' ' << tmp.extra << endl;
                        continue;
+               }
 
-               // tmp.inset _is_ the fontname here.
-               // create fallbacks if necessary
-               if (tmp.extra == "func" || tmp.extra == "funclim" || tmp.extra=="special") {
-                       lyxerr[Debug::MATHED] << "symbol abuse for " << tmp.name << "\n";
-                       tmp.draw = tmp.name;
-               } else if (math_font_available(tmp.inset)) {
-                       lyxerr[Debug::MATHED] << "symbol available for " << tmp.name << "\n";
-                       tmp.draw += char(charid);
-               } else if (fallbackid) {
-                       if (tmp.inset == "cmex")
-                               tmp.inset  = "lyxsymbol";
-                       else
-                               tmp.inset  = "lyxboldsymbol";
-                       lyxerr[Debug::MATHED] << "symbol fallback for " << tmp.name << "\n";
-                       tmp.draw += char(fallbackid); 
+               if (isFontName(tmp.inset)) {
+                       // tmp.inset _is_ the fontname here.
+                       // create fallbacks if necessary
+
+                       // store requirements as long as we can
+                       if (tmp.inset == "msa" || tmp.inset == "msb")
+                               tmp.requires = "amssymb";
+                       // See http://bugzilla.lyx.org/show_bug.cgi?id=1942
+                       // else if (tmp.inset == "wasy")
+                       //      tmp.requires = "wasysym";
+
+                       // symbol font is not available sometimes
+                       string symbol_font = "lyxsymbol";
+
+                       if (tmp.extra == "func" || tmp.extra == "funclim" || tmp.extra == "special") {
+                               lyxerr[Debug::MATHED] << "symbol abuse for " << tmp.name << endl;
+                               tmp.draw = tmp.name;
+                       } else if (math_font_available(tmp.inset)) {
+                               lyxerr[Debug::MATHED] << "symbol available for " << tmp.name << endl;
+                               tmp.draw += char(charid);
+                       } else if (fallbackid && math_font_available(symbol_font)) {
+                               if (tmp.inset == "cmex")
+                                       tmp.inset  = "lyxsymbol";
+                               else
+                                       tmp.inset  = "lyxboldsymbol";
+                               lyxerr[Debug::MATHED] << "symbol fallback for " << tmp.name << endl;
+                               tmp.draw += char(fallbackid);
+                       } else {
+                               lyxerr[Debug::MATHED] << "faking " << tmp.name << endl;
+                               tmp.draw = tmp.name;
+                               tmp.inset = "lyxtex";
+                       }
                } else {
-                       lyxerr[Debug::MATHED] << "faking " << tmp.name << "\n";
-                       tmp.draw = tmp.name;
-                       tmp.inset = "lyxtex";
+                       // it's a proper inset
+                       lyxerr[Debug::MATHED] << "inset " << tmp.inset
+                                             << " used for " << tmp.name
+                                             << endl;
                }
 
                if (theWordList.find(tmp.name) != theWordList.end())
-                       lyxerr[Debug::MATHED] << "readSymbols: inset " << tmp.name
-                              << " already exists.\n";
+                       lyxerr[Debug::MATHED]
+                               << "readSymbols: inset " << tmp.name
+                               << " already exists." << endl;
                else
                        theWordList[tmp.name] = tmp;
-               lyxerr[Debug::MATHED] << "read symbol '" << tmp.name
-                                       <<  "  inset: " << tmp.inset
-                                       <<  "  draw: " << int(tmp.draw[0])
-                                       <<  "  extra: " << tmp.extra
-                                       << "'\n";
-       }
-}
-
 
-void initSymbols()
-{
-       unsigned const n = sizeof(wordlist_array) / sizeof(wordlist_array[0]);
-       for (key_type * p = wordlist_array; p != wordlist_array + n; ++p) {
-               latexkeys tmp;
-               tmp.name  = p->name;
-               tmp.inset = p->inset;
-               tmp.draw  = p->name;
-               theWordList[p->name] = tmp;
+               lyxerr[Debug::MATHED]
+                       << "read symbol '" << tmp.name
+                       << "  inset: " << tmp.inset
+                       << "  draw: " << int(tmp.draw.empty() ? 0 : tmp.draw[0])
+                       << "  extra: " << tmp.extra
+                       << '\'' << endl;
        }
-
-       lyxerr[Debug::MATHED] << "reading symbols file\n";
-       string const file = LibFileSearch(string(), "symbols");
-       if (file.empty())
-               lyxerr << "Could not find symbols file\n";
-       else
-               readSymbols(file);
+       string tmp = "cmm";
+       string tmp2 = "cmsy";
+       has_math_fonts = math_font_available(tmp) && math_font_available(tmp2);
 }
 
 
 } // namespace anon
 
 
-latexkeys const * in_word_set(string const & str)
+void initMath()
 {
        static bool initialized = false;
-
        if (!initialized) {
-               initSymbols();
                initialized = true;
+               initParser();
+               initSymbols();
        }
+}
+
 
+latexkeys const * in_word_set(string const & str)
+{
        WordList::iterator it = theWordList.find(str);
-       //lyxerr << "looking up '" << str << "' found: "
-       // << (it != theWordList.end()) << "\n";
-       return (it != theWordList.end()) ? &(it->second) : 0;
+       return it != theWordList.end() ? &(it->second) : 0;
 }
 
 
 MathAtom createMathInset(string const & s)
 {
-       lyxerr[Debug::MATHED] << "creating inset with name: '" << s << "'\n";
+       //lyxerr << "creating inset with name: '" << s << '\'' << endl;
+       latexkeys const * l = in_word_set(s);
+       if (l) {
+               string const & inset = l->inset;
+               //lyxerr << " found inset: '" << inset << '\'' << endl;
+               if (inset == "ref")
+                       return MathAtom(new RefInset(l->name));
+               if (inset == "overset")
+                       return MathAtom(new MathOversetInset);
+               if (inset == "underset")
+                       return MathAtom(new MathUndersetInset);
+               if (inset == "decoration")
+                       return MathAtom(new MathDecorationInset(l));
+               if (inset == "space")
+                       return MathAtom(new MathSpaceInset(l->name));
+               if (inset == "dots")
+                       return MathAtom(new MathDotsInset(l));
+               if (inset == "mbox")
+                       // return MathAtom(new MathMBoxInset);
+                       // MathMBoxInset is proposed to replace MathBoxInset,
+                       // but is not ready yet (it needs a BufferView for
+                       // construction)
+                       return MathAtom(new MathBoxInset(l->name));
+//             if (inset == "fbox")
+//                     return MathAtom(new MathFboxInset(l));
+               if (inset == "style")
+                       return MathAtom(new MathSizeInset(l));
+               if (inset == "font")
+                       return MathAtom(new MathFontInset(l));
+               if (inset == "oldfont")
+                       return MathAtom(new MathFontOldInset(l));
+               if (inset == "matrix")
+                       return MathAtom(new MathAMSArrayInset(s));
+               return MathAtom(new MathSymbolInset(l));
+       }
+
        if (s.size() == 2 && s[0] == '#' && s[1] >= '1' && s[1] <= '9')
                return MathAtom(new MathMacroArgument(s[1] - '0'));
-
        if (s.size() == 3 && s[0] == '\\' && s[1] == '#'
                        && s[2] >= '1' && s[2] <= '9')
                return MathAtom(new MathMacroArgument(s[2] - '0'));
+       if (s == "boxed")
+               return MathAtom(new MathBoxedInset());
+       if (s == "fbox")
+               return MathAtom(new MathFboxInset());
+       if (s == "framebox")
+               return MathAtom(new MathFrameboxInset);
+       if (s == "makebox")
+               return MathAtom(new MathMakeboxInset);
        if (s == "kern")
                return MathAtom(new MathKernInset);
        if (s == "xymatrix")
                return MathAtom(new MathXYMatrixInset);
        if (s == "xrightarrow" || s == "xleftarrow")
                return MathAtom(new MathXArrowInset(s));
-       if (s == "split" || s == "gathered" || s == "aligned")
+       if (s == "split" || s == "gathered" || s == "aligned" || s == "alignedat")
                return MathAtom(new MathSplitInset(s));
        if (s == "cases")
                return MathAtom(new MathCasesInset);
@@ -294,52 +309,63 @@ MathAtom createMathInset(string const & s)
                return MathAtom(new MathSqrtInset);
        if (s == "root")
                return MathAtom(new MathRootInset);
-       if (s == "stack")
+       if (s == "tabular")
+               return MathAtom(new MathTabularInset(s, 1, 1));
+       if (s == "stackrel")
                return MathAtom(new MathStackrelInset);
        if (s == "binom" || s == "choose")
                return MathAtom(new MathBinomInset(s == "choose"));
        if (s == "over" || s == "frac")
                return MathAtom(new MathFracInset);
+       //if (s == "infer")
+       //      return MathAtom(new MathInferInset);
        if (s == "atop")
                return MathAtom(new MathFracInset(true));
-       if (s == "not")
-               return MathAtom(new MathNotInset);
        if (s == "lefteqn")
                return MathAtom(new MathLefteqnInset);
-       if (s == "ref")
-               return MathAtom(new RefInset);
+       if (s == "boldsymbol")
+               return MathAtom(new MathBoldsymbolInset);
+       if (s == "color" || s == "normalcolor")
+               return MathAtom(new MathColorInset(true));
+       if (s == "textcolor")
+               return MathAtom(new MathColorInset(false));
+       if (s == "dfrac")
+               return MathAtom(new MathDfracInset);
+       if (s == "tfrac")
+               return MathAtom(new MathTfracInset);
+
+       if (MacroTable::globalMacros().has(s))
+               return MathAtom(new MathMacro(s,
+                       MacroTable::globalMacros().get(s).numargs()));
+       //if (MacroTable::localMacros().has(s))
+       //      return MathAtom(new MathMacro(s,
+       //              MacroTable::localMacros().get(s).numargs()));
+
+       //lyxerr << "creating unknown inset '" << s << "'" << endl;
+       return MathAtom(new MathUnknownInset(s));
+}
 
 
-       latexkeys const * l = in_word_set(s);
-       if (l) {
-               string const & inset = l->inset;
-               lyxerr[Debug::MATHED] << " found inset: '" << inset << "'\n";
-               if (inset == "underset")
-                       return MathAtom(new MathUndersetInset);
-               if (inset == "decoration")
-                       return MathAtom(new MathDecorationInset(l->name));
-               if (inset == "space")
-                       return MathAtom(new MathSpaceInset(l->name));
-               if (inset == "dots")
-                       return MathAtom(new MathDotsInset(l->name));
-               if (inset == "box")
-                       return MathAtom(new MathBoxInset(l->name));
-               if (inset == "fbox")
-                       return MathAtom(new MathFboxInset);
-               if (inset == "style")
-                       return MathAtom(new MathSizeInset(l));
-               if (inset == "font")
-                       return MathAtom(new MathFontInset(l->name));
-               if (inset == "oldfont")
-                       return MathAtom(new MathFontInset(l->name));
-               if (inset == "matrix")
-                       return MathAtom(new MathAMSArrayInset(s));
-               return MathAtom(new MathSymbolInset(l));
-       }
+bool createMathInset_fromDialogStr(string const & str, MathArray & ar)
+{
+       // An example str:
+       // "ref LatexCommand \\ref{sec:Title}\n\\end_inset\n\n";
+       string name;
+       string body = split(str, name, ' ');
 
-       if (MathMacroTable::has(s))
-               return MathAtom(new MathMacro(s));
+       if (name != "ref" )
+               return false;
 
-       //lyxerr[Debug::MATHED] << "creating inset 2 with name: '" << s << "'\n";
-       return MathAtom(new MathUnknownInset(s));
+       // body comes with a head "LatexCommand " and a
+       // tail "\nend_inset\n\n". Strip them off.
+       string trimmed;
+       body = split(body, trimmed, ' ');
+       split(body, trimmed, '\n');
+
+       mathed_parse_cell(ar, trimmed);
+       if (ar.size() != 1)
+               return false;
+
+       return ar[0].nucleus();
 }
+