@ Navigation in 2D !BlueBar * Scroll with mouse * Each slide is the size it needs to be * Merge and reuse other talks * Zoom ** Zoom out, reposition, zoom in on new material ** Good for laying out talks when editing * Central concepts can be shown centrally ^ Avoids need for "where are we?" slides * Hyperlinks :Example slide source !gfx/clipart/Boat.png @ Folding text !BlueBar Works like a folding text editor Different from Powerpoint's fly-on points [ * Optional expansion supports targetted presentations * Expand any number at once, or collapse back * Allows inclusion of long code or XML fragments ]
| @ Slide Title | - | introduces a new slide (ending the previous one) and specifies its title |
| @!path/to/picture.png | - | create an "image slide", the entire contents of
which will be the image you specify (no title bar or text body). Any content lines are ignored until the next @ line. |
| !path/to/picture.png | - | display an image within the current slide. This kind of image cannot be dragged out of the slide's area. |
| [ | - | start of folding section (must be alone on a line with no whitespace) |
| ] | - | end of folding section (must be alone on a line with no whitespace) |
| :Slide Title | - | turns the previous line (text or image) into a hyperlink, the target of which is the named slide |
| :Slide Title.n | - | a hyperlink as above, the target of which is card number n inside a stack |
| !Style | - | sets the current slide's style (may be omitted for defaults) |
| !n | - | indicates start of a block to appear only on card number n (1-9) in a stack |
| !pqr | - | start of a block to appear on cards p, q, r, etc (may be any number) in a stack |
| !! | - | switch back to displaying the same thing on all cards in a stack |
| \ | - | beginning or end of LaTeX section |
| \) | - | beginning of centred LaTeX section |
| %space n | - | vertical space of n pixels |
| -- | - | horizontal rule |
| @canvascolour=colour | - | sets global canvas colour (the area not covered by any slides) |
| @designsize=widthxheight | - | the resolution this presentation has been designed to be displayed at |
| * line text | - | bullet point |
| ** line text | - | second level bullet point |
| *** line text | - | third level bullet point |
| ^ line text | - | indent this line the same distance as the previous one (useful for continuing a bullet point onto another line without another bullet) |
| )line text | - | centre line |
| # foo bar | - | comment line |
| > line text | - | heading line |
| >) line text | - | heading line (centred) |
| $foo bar$ | - | fixed width font (the string may span multiple lines) |
| *foo bar* | - | bold |
| /foo bar/ | - | italic |
| %colour. | - | change text colour |
| %#RRGGBB. | - | change text colour |
| %. | - | revert to the default text colour |
| \X | - | a literal escape (particularly useful X's are *, /, $, \, %, and less commonly @, !, ), ^, :, [, ]) |