Uses of Interface writer2latex.api.Converter

Uses in package writer2latex.xhtml

Classes implementing writer2latex.api.Converter

class
This class converts an OpenDocument file to an XHTML(+MathML) document<.

Uses in package writer2latex.api

Methods with return type writer2latex.api.Converter

Converter
Create a Converter implementation which supports conversion into the specified MIME type

Currently supported MIME types are:

  • application/x-latex for LaTeX format
  • application/x-bibtex for BibTeX format
  • text/html for XHTML 1.0 strict format
  • application/xhtml+xml for XHTML+MathML
  • application/xml for XHTML+MathML using stylesheets from w3c's math working group

Uses in package writer2latex.util

Classes implementing writer2latex.api.Converter

class
Abstract base implementation of writer2latex.api.Converter

Uses in package writer2latex.latex

Classes implementing writer2latex.api.Converter

class
This class converts a Writer XML file to a LaTeX file<.

Uses in package writer2latex.bibtex

Classes implementing writer2latex.api.Converter

class
BibTeX export

This class extracts bibliographic information from an OpenDocument text file to a BibTeX data file.