mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 16:52:02 +00:00
Ignore kerning in HTML.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33971 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2a1c6c3541
commit
ed8af8f7fd
@ -41,6 +41,8 @@ public:
|
||||
///
|
||||
void mathmlize(MathStream &) const { }
|
||||
///
|
||||
void htmlize(HtmlStream &) const { }
|
||||
///
|
||||
InsetCode lyxCode() const { return MATH_KERN_CODE; }
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user