Formatter Markup | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PPresenter Manual Formatter Markup Tags |
Portable Presenter has a few formatters,
which each enable someone to specify what text should appear on a slide.
The markup formatter is very close to HTML. This page describes
the predefined tags. See the main page on markup
for how to use and change tags.
Visual TagsVisual tags describe directly in what way things should be shown. If there is a logical reason to change the visual representation text, then you should use (maybe first define) a logical tag.
Visual Parameters
Logical TagsLogical tags are translated into visual tags with optional parameters. Logical tags can not be used as parameter to each other nor as parameter to a visual tag, to avoid recursion.
TITLE and FOOTER tags are automatically added
with the respective text-fields. You'll never use it explicitly, but
may redefine them.
Parameters to
The exact function of parameters to images are described on
pages about images in PPresenter.
Images can be scaled, reused, and played with.
|
Image Parameter | HTML? | Meaning |
---|---|---|
ALIGN | * | Put images left , right , or in
center . Text floats around image. |
BASE | geometry of screen which was used to draw the image. Image is scaled to occupy same amount of space if resizing is done. | |
ENLARGE | When this image is resized, is enlarging allowed? | |
HSPACE | * | percentage screenheight |
RESIZE | Should this image be resized? | |
SRC | * | Image to be used. |
VSPACE | * | percentage screenwidth |