racket/collects/slatex
2012-05-06 12:06:00 -04:00
..
private Move scmxlated source for slatex into private. 2011-04-26 13:01:18 -04:00
tests moved the docs-complete library into rackunit 2011-05-05 16:10:42 -05:00
info.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
pdf-slatex-launcher.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
README Move scmxlated source for slatex into private. 2011-04-26 13:01:18 -04:00
slatex-launcher.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
slatex-wrap.scrbl A ton of @scheme*' -> @racket*' and related updates. 2011-06-25 04:08:47 -04:00
slatex-wrapper.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
slatex.sty Changes to slatex.sty from PR 9657. 2008-08-05 18:35:24 +00:00

This collection contains Dorai Sitaram's slatex.  Unlike prior versions of this 
collection, it contains only the 'translated' --- that is, the mzscheme-specific
--- version of slatex.  This means that an update to slatex can only be incorporated
into the PLT collects world by manually running scmxlate and placing the resulting
file into this collection.

Instructions for updating to a new version of SLaTeX (for the maintainer of this 
collection):

1) Follow Dorai's instructions for generating the file 'slatex.scm' (currently,
this involves downloading the 'scmxlate' and 'slatex' packages and loading 
the scmxlate.scm file while (current-directory) points to the slatex 
directory.

2) place this file in $PLTHOME/collects/slatex/private.
3) also copy slatex.sty to $PLTHOME/collects/slatex.

4) (hopefully temporary?) Modify slatex.scm so that it doesn't refer to
   slatex::slatex-error at evaluation time.

5) check it in.