Class LaTeXConfig

java.lang.Object
writer2latex.base.ConfigBase
writer2latex.latex.LaTeXConfig
All Implemented Interfaces:
Config

public class LaTeXConfig extends ConfigBase
  • Field Details

  • Constructor Details

    • LaTeXConfig

      public LaTeXConfig()
  • Method Details

    • getOptionCount

      protected int getOptionCount()
      Specified by:
      getOptionCount in class ConfigBase
    • getDefaultConfigPath

      protected String getDefaultConfigPath()
      Specified by:
      getDefaultConfigPath in class ConfigBase
    • setOption

      public void setOption(String sName, String sValue)
      Description copied from interface: Config
      Set a name/value option. Options that are not defined by the Converter implementation as well as null values are silently ignored
      Specified by:
      setOption in interface Config
      Overrides:
      setOption in class ConfigBase
      Parameters:
      sName - the name of the option
      sValue - the value of the option
    • readInner

      protected void readInner(Element elm)
      Description copied from class: ConfigBase
      Read configuration information from an xml element. The subclass must define this to read richer configuration data
      Specified by:
      readInner in class ConfigBase
    • readHeadingMap

      public void readHeadingMap(Element node)
    • writeInner

      protected void writeInner(Document dom)
      Description copied from class: ConfigBase
      Write configuration information to an xml document. The subclass must define this to write richer configuration data
      Specified by:
      writeInner in class ConfigBase
    • getStringReplace

      public ReplacementTrie getStringReplace()
    • debug

      public boolean debug()
    • getDocumentclass

      public String getDocumentclass()
    • getGlobalOptions

      public String getGlobalOptions()
    • getBackend

      public int getBackend()
    • getInputencoding

      public int getInputencoding()
    • multilingual

      public boolean multilingual()
    • greekMath

      public boolean greekMath()
    • noPreamble

      public boolean noPreamble()
    • noIndex

      public boolean noIndex()
    • useOoomath

      public boolean useOoomath()
    • usePifont

      public boolean usePifont()
    • useIfsym

      public boolean useIfsym()
    • useWasysym

      public boolean useWasysym()
    • useBbding

      public boolean useBbding()
    • useEurosym

      public boolean useEurosym()
    • useTipa

      public boolean useTipa()
    • useColor

      public boolean useColor()
    • useColortbl

      public boolean useColortbl()
    • useGeometry

      public boolean useGeometry()
    • useFancyhdr

      public boolean useFancyhdr()
    • useHyperref

      public boolean useHyperref()
    • useCaption

      public boolean useCaption()
    • useLongtable

      public boolean useLongtable()
    • useSupertabular

      public boolean useSupertabular()
    • useTabulary

      public boolean useTabulary()
    • useEndnotes

      public boolean useEndnotes()
    • useUlem

      public boolean useUlem()
    • useLastpage

      public boolean useLastpage()
    • useTitleref

      public boolean useTitleref()
    • useOooref

      public boolean useOooref()
    • useBibtex

      public boolean useBibtex()
    • bibtexStyle

      public String bibtexStyle()
    • externalBibtexFiles

      public String externalBibtexFiles()
    • formatting

      public int formatting()
    • pageFormatting

      public int pageFormatting()
    • otherStyles

      public int otherStyles()
    • imageContent

      public int imageContent()
    • tableContent

      public int tableContent()
    • ignoreHardPageBreaks

      public boolean ignoreHardPageBreaks()
    • ignoreHardLineBreaks

      public boolean ignoreHardLineBreaks()
    • ignoreEmptyParagraphs

      public boolean ignoreEmptyParagraphs()
    • ignoreDoubleSpaces

      public boolean ignoreDoubleSpaces()
    • alignFrames

      public boolean alignFrames()
    • floatFigures

      public boolean floatFigures()
    • floatTables

      public boolean floatTables()
    • getFloatOptions

      public String getFloatOptions()
    • getFigureSequenceName

      public String getFigureSequenceName()
    • getTableSequenceName

      public String getTableSequenceName()
    • getImageOptions

      public String getImageOptions()
    • removeGraphicsExtension

      public boolean removeGraphicsExtension()
    • originalImageSize

      public boolean originalImageSize()
    • getSimpleTableLimit

      public int getSimpleTableLimit()
    • notes

      public int notes()
    • getNotesCommand

      public String getNotesCommand()
    • metadata

      public boolean metadata()
    • getTabstop

      public String getTabstop()
    • getWrapLinesAfter

      public int getWrapLinesAfter()
    • splitLinkedSections

      public boolean splitLinkedSections()
    • splitToplevelSections

      public boolean splitToplevelSections()
    • saveImagesInSubdir

      public boolean saveImagesInSubdir()
    • getMathSymbols

      public Hashtable getMathSymbols()
    • getParStyleMap

      public StyleMap getParStyleMap()
    • getParBlockStyleMap

      public StyleMap getParBlockStyleMap()
    • getTextStyleMap

      public StyleMap getTextStyleMap()
    • getListStyleMap

      public StyleMap getListStyleMap()
    • getListItemStyleMap

      public StyleMap getListItemStyleMap()
    • getTextAttributeStyleMap

      public StyleMap getTextAttributeStyleMap()
    • getHeadingMap

      public HeadingMap getHeadingMap()
    • getCustomPreamble

      public LinkedList getCustomPreamble()