writer2latex.bibtex

Class Converter

public final class Converter extends ConverterBase

BibTeX export

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

Constructor Summary
Converter()
Method Summary
voidconvertInner()

Convert the data passed into the InputStream into BibTeX format.

ConfiggetConfig()

Constructor Detail

Converter

public Converter()

Method Detail

convertInner

public void convertInner()

Convert the data passed into the InputStream into BibTeX format.

Throws: IOException If any I/O error occurs.

getConfig

public Config getConfig()