
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.
6 lines
189 B
Racket
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))
|