Begins LaTeX document
Source position: wtex.pp line 42
public procedure TTexWriter.DocumentStart( |
const Title: string |
); override; |
Title |
|
LaTeX document title |
Begins a LaTeX document by writing the document class, package includes, document environment, and title command. Generates \documentclass{report}, \usepackage{a4}, \begin{document}, and \title{} markup.
|
Ends LaTeX document |
|