Change export format in w2x toolbar from XHTML+MathML til HTML5

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@218 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2014-11-15 13:30:41 +00:00
parent 7fdde6433b
commit de9f9e9aa6
3 changed files with 21 additions and 2 deletions

17
.project Normal file
View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Writer2LaTeX trunk3</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View file

@ -2,6 +2,8 @@ Changelog for Writer2LaTeX version 1.4 -> 1.6
---------- version 1.5.2 ----------
[w2x] Changed export format for toolbar from XHTML+MathML to HTML5
[w2l] Added new option font to load font packages. It accepts a large number of standard font packages such as
cmbright or fourier. Only packages with math support are included. Unknown packages defaults to Computer Modern.
The font option is currently not available for the backend xetex.

View file

@ -20,7 +20,7 @@
*
* All Rights Reserved.
*
* Version 1.6 (2014-11-03)
* Version 1.6 (2014-11-15)
*
*/
@ -58,7 +58,7 @@ public final class Writer2xhtml extends WeakBase
private static final String[] m_serviceNames = { __serviceName };
// TODO: These should be configurable
private TargetFormat xhtmlFormat = TargetFormat.xhtml_mathml;
private TargetFormat xhtmlFormat = TargetFormat.html5;
private TargetFormat epubFormat = TargetFormat.epub;
public Writer2xhtml(XComponentContext xContext) {