Documentation
Publicon
User Guide
Advanced Features
Customizing LaTeX Output
Customizing
Output
A Sample Document
The following figure shows a sample Publicon document formatted according to the AMS_Journal style sheet. The document contains cells of the following styles: Title, Section, Text, NumberedEquation, Figure, and FigureCaption.
If you save the above document using File
Save As
LaTeX, a
file is produced. Most of the content in this
file consists of a long preamble containing definitions for the various special characters defined in Publicon and their
counterparts. The main body of the
file consists of the following statements.
\begin{document}
\title{Sample Title}
\maketitle
\section{Sample Section }
Some simple text and an equation.
\[{\int}_{0}^{{\infty}}xdx\]
Some more text.
\end{document}
Note the correspondence between the
commands in the output file and the cells in the original Publicon document.