Matthew Flatt
2eb3c62bd6
fix index generation for Latex/PDF output
2015-01-24 10:09:57 -07:00
Vincent St-Amour
064ccc9bfc
Add registered and copyright symbols to LaTeX renderer.
2015-01-09 12:13:19 -05:00
Matthew Flatt
8e4e2e3405
revert enabling of DrRacket's Scribble buttons for scribble/lp
...
The buttons should be enabled for `scribble/lp2`, only.
2014-12-15 18:18:23 -07:00
Matthew Flatt
f9622dabf3
add scribble/lp2
...
Unlike `scribble/lp` a programm written with `scribble/lp2` can be used
directly, due to its `doc` submodule.
2014-12-15 18:05:14 -07:00
Matthew Flatt
2f3e989cf5
repair quadraic behavior for a Scribble document's top level
...
The recursive macro used by `#%module-begin` had a `...` in a pattern
that only matches once, but the match is attempted every time around,
and the `...` list accumulated the body of the module.
Thanks to Shriram Krishnamurthi for reporting the problem.
2014-12-12 08:25:58 -07:00
Sam Tobin-Hochstadt
a316fc12c0
Remove extra directories.
2014-12-02 00:54:52 -05:00