Class SectionConverter

java.lang.Object
writer2latex.latex.SectionConverter

public class SectionConverter extends Object

This class creates LaTeX code from OOo sections.

Sections are converted to multicols environments using multicol.sty

  • Constructor Details

  • Method Details

    • appendDeclarations

      public void appendDeclarations(LaTeXDocumentPortion pack, LaTeXDocumentPortion decl)
    • handleSection

      public void handleSection(Element node, LaTeXDocumentPortion ldp, Context oc)

      Process a section (text:section tag)

      Parameters:
      node - The element containing the section
      ldp - the LaTeXDocumentPortion to which LaTeX code should be added
      oc - the current context