Package writer2latex.bibtex
Class Converter
java.lang.Object
writer2latex.base.ConverterBase
writer2latex.bibtex.Converter
- All Implemented Interfaces:
Converter
BibTeX export
This class extracts bibliographic information from an OpenDocument text file to a BibTeX data file.
-
Nested Class Summary
Nested classes/interfaces inherited from class writer2latex.base.ConverterBase
ConverterBase.TexMathsStyle
-
Field Summary
Fields inherited from class writer2latex.base.ConverterBase
converterResult, graphicConverter, imageConverter, metaData, odDoc, ofr, sTargetFileName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Convert the data passed into theInputStream
into BibTeX format.Get the interface for the configuration of this converterMethods inherited from class writer2latex.base.ConverterBase
addDocument, convert, convert, convert, getEmbeddedObject, getImageCv, getMetaData, getTexMathsEquation, getTexMathsEquation, getTexMathsStyle, readResource, readResource, readStyleSheet, readStyleSheet, readTemplate, readTemplate, setGraphicConverter
-
Constructor Details
-
Converter
public Converter()
-
-
Method Details
-
getConfig
Description copied from interface:Converter
Get the interface for the configuration of this converter- Returns:
- the configuration
-
convertInner
Convert the data passed into the
InputStream
into BibTeX format.- Specified by:
convertInner
in classConverterBase
- Throws:
IOException
- If any I/O error occurs.
-