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.

Method Summary
voidconvertInner()

Convert the data passed into the InputStream into BibTeX format.

Method Detail

convertInner

public void convertInner()

Convert the data passed into the InputStream into BibTeX format.

Throws: IOException If any I/O error occurs.