mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
tfracinset files is missing so all usage of tfrac is commented out
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9195 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
354a7f0025
commit
3e93baac3c
@ -141,8 +141,6 @@ libmathed_la_SOURCES = \
|
||||
math_symbolinset.h \
|
||||
math_tabularinset.C \
|
||||
math_tabularinset.h \
|
||||
math_tfracinset.C \
|
||||
math_tfracinset.h \
|
||||
math_unknowninset.C \
|
||||
math_unknowninset.h \
|
||||
math_undersetinset.C \
|
||||
@ -153,3 +151,6 @@ libmathed_la_SOURCES = \
|
||||
command_inset.C \
|
||||
ref_inset.h \
|
||||
ref_inset.C
|
||||
|
||||
# math_tfracinset.C
|
||||
# math_tfracinset.h
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "math_substackinset.h"
|
||||
#include "math_symbolinset.h"
|
||||
#include "math_tabularinset.h"
|
||||
#include "math_tfracinset.h"
|
||||
//#include "math_tfracinset.h"
|
||||
#include "math_undersetinset.h"
|
||||
#include "math_unknowninset.h"
|
||||
#include "math_xarrowinset.h"
|
||||
@ -321,8 +321,8 @@ MathAtom createMathInset(string const & s)
|
||||
return MathAtom(new MathColorInset(false));
|
||||
if (s == "dfrac")
|
||||
return MathAtom(new MathDfracInset);
|
||||
if (s == "tfrac")
|
||||
return MathAtom(new MathTfracInset);
|
||||
// if (s == "tfrac")
|
||||
// return MathAtom(new MathTfracInset);
|
||||
|
||||
if (MacroTable::globalMacros().has(s))
|
||||
return MathAtom(new MathMacro(s,
|
||||
|
Loading…
Reference in New Issue
Block a user