Fixing pr10879

This commit is contained in:
Jay McCarthy 2010-04-29 15:02:46 -06:00
parent 7f2c2965b2
commit cf68210bd0

View File

@ -9,7 +9,7 @@
(provide/contract
[slatex (string? . -> . boolean?)]
[pdf-slatex (string? . -> . boolean?)]
[slatex/no-latex (string? . -> . boolean?)]
[slatex/no-latex (string? . -> . void?)]
[latex (string? . -> . boolean?)]
[pdf-latex (string? . -> . boolean?)]
[filename->latex-filename (string? . -> . string?)])