Don't export identifiers which are not implemented before Racket 6.12

This commit is contained in:
Suzanne Dupéron 2020-07-25 04:36:31 +01:00 committed by GitHub
parent 11600d212e
commit f6b388b462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,12 +24,8 @@
$$-katex
$-mathjax
$$-mathjax
$-tex2svg
$$-tex2svg
use-katex
use-mathjax
use-tex2svg
current-tex2svg-path
with-html5)
(define-syntax (if-version≥6.12 stx)
@ -40,6 +36,12 @@
(regexp-match #px"^[123245]\\..*$" (version))))
#'(begin)
#'(begin . rest))]))
(if-version≥6.12
(provide $-tex2svg
$$-tex2svg
use-tex2svg
current-tex2svg-path))
;; KaTeX does not work well with the HTML 4.01 Transitional loose DTD,
;; so we define a style modifier which replaces the prefix for HTML rendering.
(define (with-html5 doc-style)