TYPO3 extension Bib - Publication syntax

Special characters

Characters that (normally) don't appear on a keyboard can be used in the following ways.

For a list of special characters in (x)html search the internet for "html special characters".
This includes greece letters.

Mathematics

At the moment only subscripts and superscripts are supported

SubscriptsSuperscripts
Write:CO<sub>2</sub>E=mc<sup>2</sup>
Get:CO2E=mc2

Forbidden characters

Some characters can't be used for displaying because they have special functionality in html/xml.

Don't useUseEditor input exampleDisplays as
&&amp;Father &amp; SonFather & Son

Text formatting

The following tags are recognized for both (x)html and BibTex.

TagEditor input exampleDescription
em <em>Text</em> Emphasize the embraced text. Mostly rendered in italics.
strong <strong>Text</strong> Emphasize the embraced text. Mostly rendered in bold.
prt <prt>Text</prt> Protect the embraced Text. In the BibTeX export the text gets embraced with braces: {Text}