Package writer2latex.latex
Class SectionConverter
java.lang.Object
writer2latex.latex.SectionConverter
This class creates LaTeX code from OOo sections.
Sections are converted to multicols environments using multicol.sty
-
Constructor Summary
ConstructorsConstructorDescriptionSectionConverter(OfficeReader ofr, LaTeXConfig config, ConverterPalette palette) Constructs a newSectionStyleConverter. -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidhandleSection(Element node, LaTeXDocumentPortion ldp, Context oc) Process a section (text:section tag)
-
Constructor Details
-
SectionConverter
Constructs a new
SectionStyleConverter.
-
-
Method Details
-
appendDeclarations
-
handleSection
Process a section (text:section tag)
- Parameters:
node- The element containing the sectionldp- theLaTeXDocumentPortionto which LaTeX code should be addedoc- the current context
-