TYPO3 extension Bib - Publication syntax
Special characters
Characters that (normally) don't appear on a keyboard can be used in the following ways.
- Copy and paste them from a different location
- Use the (x)html equivalent, e.g "ü" or "ü" for "ü"
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
Subscripts | Superscripts | |
---|---|---|
Write: | CO<sub>2</sub> | E=mc<sup>2</sup> |
Get: | CO2 | E=mc2 |
Forbidden characters
Some characters can't be used for displaying because they have special functionality in html/xml.
Don't use | Use | Editor input example | Displays as |
---|---|---|---|
& | & | Father & Son | Father & Son |
Text formatting
The following tags are recognized for both (x)html and BibTex.
Tag | Editor input example | Description |
---|---|---|
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} |