Sample presentation
You should find that the sample folder contains (at least) the following files:Filename | purpose |
slides-manual.scrbl | main source file |
defs.rkt | additional definitions |
slide.css | style of the regular slide |
slide-title.css | style of the title slide |
misc.css | various elements of style |
bystrotex.xml | build configuration for this folder, basically a list of .scrbl files and what to do with them |
To actually “build” the slideshow, just say:
bystrotex |
(remember you have put bystrotex on your executable path!)
This command may take some time when you run it for the first time. There are two possible
outcomes:
If something goes wrong, see the Troubleshooting section.
If the command succeeds, it will generate the html files in the new folder called slides-manual.
Then you can view it in Firefox:
firefox slides-manual/index.html |