diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-07-28 09:03:59 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-31 20:20:25 +0000 |
commit | ff4217e9e4f90a8dd09e635a35665a64846b4505 (patch) | |
tree | 7da51246ddefca02798ad460e0bf5a9387aae3bd /starmath/Module_starmath.mk | |
parent | d1d1109fd7bd5bdaa9aa09feeca9f15bf28aa57e (diff) |
tdf#101022 Export Greek symbol to MathML with correct mathvariant
In StarMath notation "{ital %GAMMA}" is recognized as italic, and
"{nitalic %iGAMMA}" is non-italic. That is, the ital/nitalic directive
takes priority over special characters' flavor.
On the other hand, in MathML a mathvariant attribute given in <mi>
overwrites inherited value.
This does not handle "bold-italic" case etc. yet.
Change-Id: I9c72dc4472f8cec553417d516d9d82aebd43d15c
Reviewed-on: https://gerrit.libreoffice.org/27604
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/Module_starmath.mk')
-rw-r--r-- | starmath/Module_starmath.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/Module_starmath.mk b/starmath/Module_starmath.mk index 1a6af4ccc3d7..86b424471896 100644 --- a/starmath/Module_starmath.mk +++ b/starmath/Module_starmath.mk @@ -21,6 +21,7 @@ $(eval $(call gb_Module_add_l10n_targets,starmath,\ )) $(eval $(call gb_Module_add_check_targets,starmath,\ + CppunitTest_starmath_export \ CppunitTest_starmath_import \ CppunitTest_starmath_qa_cppunit \ )) |