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