BibConverter | This class handles the bibliography. |
BlockConverter | This class handles basic block content, including the main text body,
sections, tables, lists, headings and paragraphs.
|
CaptionConverter | This class converts captions (for figures and tables) to LaTeX.
Packages:
- caption.sty is used implement non-floating captions
Options:
- use_caption is a boolean option to determine whether or not
to use caption.sty.
|
CharStyleConverter | This class creates LaTeX code from OOo character formatting
Character formatting in OOo includes font, font effects/decorations and color.
|
ColorConverter | This class converts color
|
ContentHandlingOption |
ContentHandlingOption.java
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License version 2.1, as published by the Free Software Foundation.
|
ConverterHelper | This is an abstract superclass for converter helpers.
|
ConverterPalette | This class converts a Writer XML file to a LaTeX file<.
|
DrawConverter | This class handles draw elements.
|
FieldConverter | This class handles text fields and links in the document.
|
HeadingConverter |
HeadingConverter.java
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License version 2.1, as published by the Free Software Foundation.
|
IndexConverter | This class handles indexes (table of contents, list of tables, list of
illustrations, object index, user index, alphabetical index)
as well as their associated index marks.
|
InlineConverter | This class handles basic inline text.
|
LaTeXConfig |
LaTeXConfig.java
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License version 2.1, as published by the Free Software Foundation.
|
LaTeXDocument | Class representing a LaTeX document.
|
LaTeXDocumentPortion | This class represents a portion of a LaTeX document. |
ListStyleConverter |
ListStyleConverter.java
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License version 2.1, as published by the Free Software Foundation.
|
MathmlConverter | This class converts mathml nodes to LaTeX.
|
NoteConverter | This class handles conversion of footnotes and endnotes, including
references. |
PageStyleConverter |
PageStyleConverter.java
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License version 2.1, as published by the Free Software Foundation.
|
ParConverter |
ParConverter.java
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License version 2.1, as published by the Free Software Foundation.
|
SectionConverter | This class creates LaTeX code from OOo sections.
|
StarMathConverter | |
StyleConverter | This is an abstract superclass for style converters.
|
TableConverter | This class converts OpenDocument tables to LaTeX.
The following LaTeX packages are used; some of them are optional
array.sty, longtable.sty, supertabular.sty, tabulary.sty, hhline.sty,
colortbl.sty.
Options:
- use_longtable = true|false
- use_supertabular = true|false
- use_tabulary = true|false
- use_colortbl = true|false
- float_tables = true|false
- float_options = <string>
- table_content = accept|ignore|warning|error
|
TableFormatter | This class converts OOo table styles to LaTeX.
In OOo the table style is distributed on table, column and cell styles.
|