Rename w4l to w2lconfig
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@209 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
f713937356
commit
0433816d5b
14 changed files with 10 additions and 8 deletions
|
@ -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 (2014-11-03)
|
# version 1.6 (2014-11-04)
|
||||||
############################################################################
|
############################################################################
|
||||||
-->
|
-->
|
||||||
<project name="w2l" default="help" basedir=".">
|
<project name="w2l" default="help" basedir=".">
|
||||||
|
@ -212,10 +212,10 @@
|
||||||
<!-- delete the jar for this extension -->
|
<!-- delete the jar for this extension -->
|
||||||
<delete file="${tmp}/writer2xhtml-filter.jar" />
|
<delete file="${tmp}/writer2xhtml-filter.jar" />
|
||||||
|
|
||||||
<!-- Third extension: writer2latex-configurations.oxt -->
|
<!-- Third extension: w2lconfig.oxt -->
|
||||||
|
|
||||||
<!-- Pack extension -->
|
<!-- Pack extension -->
|
||||||
<zip destfile="${target.lib}/writer2latex-configurations.oxt" basedir="source/oxt/writer2latex-configurations"/>
|
<zip destfile="${target.lib}/w2lconfig.oxt" basedir="source/oxt/w2lconfig"/>
|
||||||
|
|
||||||
<!-- Fourth extension: xhtml-config-package.oxt (xhtml sample configuration package) -->
|
<!-- Fourth extension: xhtml-config-package.oxt (xhtml sample configuration package) -->
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,8 @@ Changelog for Writer2LaTeX version 1.4 -> 1.6
|
||||||
Replaced menu with a toolbar with four buttons: Insert BibTeX citation (not yet implemented), publish to LaTeX,
|
Replaced menu with a toolbar with four buttons: Insert BibTeX citation (not yet implemented), publish to LaTeX,
|
||||||
view log files and edit custom format. (Publishing without showing the dialog is currently removed.)
|
view log files and edit custom format. (Publishing without showing the dialog is currently removed.)
|
||||||
Using the toolbar bypasses the filter logic, which gives a significant performance gain for large documents.
|
Using the toolbar bypasses the filter logic, which gives a significant performance gain for large documents.
|
||||||
|
The remaining parts of Writer4LaTeX (the article template, configuration and help file) has been renamed
|
||||||
|
to "Writer2LaTeX configurations" (short w2lconfig).
|
||||||
|
|
||||||
[all] Implementation detail: Replaced Robert Harder's base 64 class with javax.xml.bind.DatatypeConverter
|
[all] Implementation detail: Replaced Robert Harder's base 64 class with javax.xml.bind.DatatypeConverter
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
xmlns:d="http://openoffice.org/extensions/description/2006"
|
xmlns:d="http://openoffice.org/extensions/description/2006"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
|
||||||
<identifier value="org.openoffice.da.writer2latex-configurations.oxt" />
|
<identifier value="org.openoffice.da.w2lconfig.oxt" />
|
||||||
<version value="1.5.1" />
|
<version value="1.5.1" />
|
||||||
<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"/>
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<tree_view version="02-nov-2014">
|
<tree_view version="03-nov-2014">
|
||||||
<help_section application="w2lconfig" id="w2lconfigurations01" title="Writer2LaTeX configurations">
|
<help_section application="w2lconfig" id="w2lconfig01_writer" title="Writer2LaTeX configurations">
|
||||||
<topic id="w2lconfig/org.openoffice.da.w2lconfig.oxt/templates.xhp">Using the templates</topic>
|
<topic id="w2lconfig/org.openoffice.da.w2lconfig.oxt/templates.xhp">Using the templates</topic>
|
||||||
</help_section>
|
</help_section>
|
||||||
</tree_view>
|
</tree_view>
|
|
@ -1,9 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<helpdocument version="1.0">
|
<helpdocument version="1.0">
|
||||||
<meta>
|
<meta>
|
||||||
<topic id="writer2latex-configurations-templates" indexer="include">
|
<topic id="w2lconfigtemplates" indexer="include">
|
||||||
<title xml-lang="en-US">Using the templates</title>
|
<title xml-lang="en-US">Using the templates</title>
|
||||||
<filename>org.openoffice.da.writer2latex-configurations.oxt/templates.xhp</filename>
|
<filename>org.openoffice.da.w2lconfig.oxt/templates.xhp</filename>
|
||||||
</topic>
|
</topic>
|
||||||
</meta>
|
</meta>
|
||||||
<body>
|
<body>
|
Before Width: | Height: | Size: 447 B After Width: | Height: | Size: 447 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Loading…
Add table
Reference in a new issue