pala.cgi:
The Lecture Generator
The hierarchy: Topics in a slide
Input Text.
pala.cgi:
The Lecture Generator
/
Each line of the input text basically corresponds to a title or a topic of some slide. It is given by the first character of the line.
title: A line begginning with '*'.
topic: A line begginning with '-'.
Example:
* Title of Slide 1 - the first topic inside Slide 1 - the second topic inside Slide 1 * Title of Slide 2 - one - second topic. - the last topic.
Output HTML pages
The input text generates two slides:
Slide 1: The slide "Title of Slide 1". See figure 1
Figure 1:
Slide 2: the slide "Title of Slide 2".
The link to the former and next page is automatically generated at the head of the slide.
pala.cgi:
The Lecture Generator
The hierarchy: Topics in a slide