Trunk is now version 1.5.3

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@244 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2015-05-12 07:35:48 +00:00
parent 7d525553fd
commit 853ff0968d
10 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@
############################################################################ ############################################################################
# This is the Ant build file for writer2latex # This is the Ant build file for writer2latex
# Original: Sep 2004 (mgn) # Original: Sep 2004 (mgn)
# version 1.6 (2015-02-10) # version 1.6 (2015-05-12)
############################################################################ ############################################################################
--> -->
<project name="w2l" default="help" basedir="."> <project name="w2l" default="help" basedir=".">
@ -37,7 +37,7 @@
<!-- configure the directories --> <!-- configure the directories -->
<property name="jarfile" value="writer2latex"/> <property name="jarfile" value="writer2latex"/>
<property name="basename" value="writer2latex15"/> <property name="basename" value="writer2latex15"/>
<property name="distrofile" value="${basename}2alpha.zip" /> <property name="distrofile" value="${basename}3alpha.zip" />
<!--<property name="sourcedistrofile" value="${basename}source.zip" />--> <!--<property name="sourcedistrofile" value="${basename}source.zip" />-->
<property name="src" location="source/java"/> <property name="src" location="source/java"/>
<property name="source.distro" location="source/distro" /> <property name="source.distro" location="source/distro" />

View file

@ -1,7 +1,7 @@
Writer2LaTeX version 1.5.2 (alpha test release) Writer2LaTeX version 1.5.3 (alpha test release)
=============================================== ===============================================
This is the distribution of Writer2LaTeX version 1.5.2 alpha This is the distribution of Writer2LaTeX version 1.5.3 alpha
Latest version can be found at the web site Latest version can be found at the web site
http://writer2latex.sourceforge.net http://writer2latex.sourceforge.net

View file

@ -1,8 +1,8 @@
Changelog for Writer2LaTeX version 1.4 -> 1.6 Changelog for Writer2LaTeX version 1.4 -> 1.6
---------- version 1.5.2 ---------- ---------- version 1.5.3 ----------
Items marked with * are work in progress ---------- version 1.5.2 ----------
[all] Using the filters from the command line with soffice --headless --convert-to is now documented in the user manual [all] Using the filters from the command line with soffice --headless --convert-to is now documented in the user manual
@ -45,7 +45,7 @@ Items marked with * are work in progress
[w2x] Changed default export format for toolbar from XHTML+MathML to HTML5 [w2x] Changed default 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 [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. 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. The font option is currently not available for the backend xetex.
In the user interface, this option can be found in the export dialog. To make room for this, the BibTeX In the user interface, this option can be found in the export dialog. To make room for this, the BibTeX

Binary file not shown.

View file

@ -32,7 +32,7 @@ package writer2latex.api;
public class ConverterFactory { public class ConverterFactory {
// Version information // Version information
private static final String VERSION = "1.5.2"; private static final String VERSION = "1.5.3";
private static final String DATE = "2015-05-12"; private static final String DATE = "2015-05-12";
/** Return the Writer2LaTeX version in the form /** Return the Writer2LaTeX version in the form

View file

@ -4,7 +4,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink"> xmlns:xlink="http://www.w3.org/1999/xlink">
<identifier value="org.openoffice.da.w2lconfig.oxt" /> <identifier value="org.openoffice.da.w2lconfig.oxt" />
<version value="1.5.2" /> <version value="1.5.3" />
<dependencies> <dependencies>
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/> <OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
</dependencies> </dependencies>

View file

@ -5,7 +5,7 @@
<identifier value="org.openoffice.da.writer2latex.oxt"/> <identifier value="org.openoffice.da.writer2latex.oxt"/>
<version value="1.5.2" /> <version value="1.5.3" />
<dependencies> <dependencies>
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/> <OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>

View file

@ -5,7 +5,7 @@
<identifier value="org.openoffice.da.writer2xhtml.oxt" /> <identifier value="org.openoffice.da.writer2xhtml.oxt" />
<version value="1.5.2" /> <version value="1.5.3" />
<dependencies> <dependencies>
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/> <OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>

View file

@ -2,5 +2,5 @@
<description xmlns="http://openoffice.org/extensions/description/2006" <description xmlns="http://openoffice.org/extensions/description/2006"
xmlns:d="http://openoffice.org/extensions/description/2006"> xmlns:d="http://openoffice.org/extensions/description/2006">
<identifier value="org.openoffice.da.writer2latex.xhtml-config-sample.oxt" /> <identifier value="org.openoffice.da.writer2latex.xhtml-config-sample.oxt" />
<version value="1.5.2" /> <version value="1.5.3" />
</description> </description>

View file

@ -1,4 +1,4 @@
Writer2LaTeX source version 1.5.2 alpha Writer2LaTeX source version 1.5.3 alpha
======================================= =======================================
Writer2LaTeX is (c) 2002-2015 by Henrik Just. Writer2LaTeX is (c) 2002-2015 by Henrik Just.