Class ParConverter

    • Method Detail

      • handleParagraph

        public void handleParagraph​(org.w3c.dom.Element node,
                                    LaTeXDocumentPortion ldp,
                                    Context oc,
                                    boolean bLastInBlock)

        Process a text:p tag

        Parameters:
        node - The text:p element node containing the paragraph
        ldp - The LaTeXDocumentPortion to add LaTeX code to
        oc - The current context
        bLastInBlock - If this is true, the paragraph is the last one in a block, and we need no trailing blank line (eg. right before \end{enumerate}).