racket/collects/slatex
2011-01-27 13:38:16 -07:00
..
info.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
pdf-slatex-launcher.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
README slatex test, slatex contracts and props 2010-04-27 11:00:24 -06:00
slatex-launcher.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
slatex-wrap.scrbl Fixing PR11674 and then some 2011-01-27 13:38:16 -07:00
slatex-wrapper.rkt Fixing PR11674 and then some 2011-01-27 13:38:16 -07:00
slatex.rkt Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -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 plt/collects/slatex (this directory).
3) also copy slatex.sty to plt/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.