From 53cfeaeca43e3b94fe5ba357f17aae0a39a85ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Mon, 5 Jun 2017 17:21:53 +0200 Subject: [PATCH] Fixed #4 (In LaTeX, ($$ ...) does not render display mode) --- dollar.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dollar.rkt b/dollar.rkt index ba74ca8f4..bdb2112eb 100644 --- a/dollar.rkt +++ b/dollar.rkt @@ -231,7 +231,7 @@ EOTEX 'exact-chars))) (define math-display-style-latex - (style "texMathInline" + (style "texMathDisplay" (list (tex-addition tex-commands) 'exact-chars)))