
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@48 f0f2a975-2e09-46c8-9428-3b39399b9f3c
99 lines
No EOL
3.9 KiB
Text
99 lines
No EOL
3.9 KiB
Text
Changelog for Writer2LaTeX version 1.0 -> 1.2
|
|
|
|
---------- version 1.1.1 ----------
|
|
|
|
[w2l] Bugfix: Font is now selected correctly in list labels
|
|
|
|
[w2x] New option formulas (values starmath, latex, image+starmath (default), image+latex)
|
|
to control export of formulas in xhtml 1.0 strict
|
|
|
|
[w2x] Avoid exporting redundant lang+dir information
|
|
|
|
[w2x] New option multilingual (default true) to turn of export of language information
|
|
(except on the root element <html>)
|
|
|
|
[w2x] New option template_ids (default empty) to give the id's used to identity the parts
|
|
of an xhtml template in the order content,header,footer,panel
|
|
|
|
[w2x] New option pretty_print (default true) to turn of pretty printing of xhtml source
|
|
|
|
[w2l] Bugfix: Avoid null pointer exception on empty metadata (date)
|
|
|
|
[w2x] Bugfix: Avoid null pointer exception on empty metadata (subject, keywords)
|
|
|
|
[w2x] Adapted to work with MathML without namespace (fix for change in OOo 3.2)
|
|
|
|
[w2l] Adapted to work with MathML without namespace (fix for change in OOo 3.2)
|
|
|
|
[w4l] Added help files
|
|
|
|
[w2x] Bugfix: A textposition of 0% is no longer considered to be superscript
|
|
|
|
[all] OFFICE_HOME and URE_HOME in build.xml renamed to OFFICE_CLASSES and URE_CLASSES,
|
|
which should now point directly to the directory containing the jars
|
|
|
|
[w2x] Added support for text:start-value in outline numbering and list styles (the latter
|
|
is only relevant if use_list_hack is true)
|
|
|
|
[all] Use zeropadding on exported images (ie. file-img001 etc.)
|
|
|
|
[w2l] Bugfix: Add \par after display equation when formatting>=convert_most
|
|
|
|
[w2l] The custom preamble is now available in the API as a normal option "custom-preamble"
|
|
|
|
[all] Extended configuration API with the new notion "complex" options
|
|
|
|
[w2l] Bugfix (ODF 1.1): Allow soft page breaks in display equations
|
|
|
|
[w2l] Added new value "convert_geometry" for the option "page_formatting"
|
|
(export geometry but not header and footer)
|
|
|
|
[w2x] Use svg:title as alternative text on graphics if svg:desc is not present
|
|
|
|
[all] Bugfix: Filtername (Writer2LaTeX/Writer2xhtml) was not displayed in error messages
|
|
|
|
[w2x] New option hexadecimal_entities with values true (default) and false.
|
|
When this option is set to true, numeric character entities are exported
|
|
using hexadecimal numbers, otherwise decimal numbers are used
|
|
|
|
[w2x] Export tabs as ASCII TAB rather than space
|
|
|
|
[w2l] Allow additional characters in bibliography keys (_, - and :)
|
|
|
|
[w2l] Bugfix: Fixed crash when using the option external_bibtex_files
|
|
|
|
[w2l] New options: table_first_head_style, table_head_style, table_foot_style and
|
|
table_last_foot_style. These can be used to access the advanced table head/table foot
|
|
features of supertabular and longtable: If the first paragraph in the first cell in
|
|
a row uses one of the styles given by these optons, the row is exported as part of the
|
|
first head, head, foot or last foot.
|
|
|
|
[w2x] Added XHTML 1.1 (without MathML) as target format. Internally Writer2xhtml uses
|
|
the non-existing MIME type application/xhtml11 for this
|
|
|
|
[w2l] Bugfix: Continued numbering now works correctly for lists that continue at level>1
|
|
|
|
[w2l] Added support for the new list formatting of ODT 1.2 (implemented in OOo 3.0)
|
|
|
|
[all] Filter: Filters out characters that are illegal in xml
|
|
(this fixes a problem with rtf documents imported in OOo)
|
|
|
|
[w2x] Introduced hack to set link attributes using the link name:
|
|
accepts a semicolon separated list of name=value, for example
|
|
title=link to next page;rel=next
|
|
|
|
[all] Added icon and publisher information to the extensions
|
|
|
|
[w2l] Added XeTeX as possible backend in dialog
|
|
|
|
[all] Bugfix: Paragraphs containing only fields are no longer lost
|
|
|
|
[w4l] Added Writer4LaTeX extension
|
|
|
|
[all] Buildfile is adapted to work with separated ure and office (OOo 3.0+)
|
|
|
|
[all] Bugfix: Corrected path to descriptions in oxt
|
|
|
|
[w2x] Bugfix: Corrected typo in german translation of navigation bar
|
|
|
|
[all] Raised requirement from Java 1.4 to Java 5 |