Class Converter

java.lang.Object
writer2latex.base.ConverterBase
writer2latex.bibtex.Converter
All Implemented Interfaces:
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 Details

    • Converter

      public Converter()
  • Method Details

    • getConfig

      public Config getConfig()
      Description copied from interface: Converter
      Get the interface for the configuration of this converter
      Returns:
      the configuration
    • convertInner

      public void convertInner() throws IOException

      Convert the data passed into the InputStream into BibTeX format.

      Specified by:
      convertInner in class ConverterBase
      Throws:
      IOException - If any I/O error occurs.