racket/collects/slatex/tests/test-docs-complete.rkt
Stevie Strickland f5de8bdabf Move scmxlated source for slatex into private.
Anyone using the sole export from slatex.rkt should really be using the
functions provided by slatex-wrapper.rkt instead, which I imagine is why
this has never been documented.
2011-04-26 13:01:18 -04:00

6 lines
189 B
Racket

#lang racket/base
(require tests/utils/docs-complete)
(check-docs (quote slatex/slatex-wrapper))
(check-docs (quote slatex/slatex-launcher))
(check-docs (quote slatex/pdf-slatex-launcher))