In LaTeX, ($$ ...) does not render display mode #4

Closed
opened 2017-06-05 15:27:49 +01:00 by saludes · 1 comment
saludes commented 2017-06-05 15:27:49 +01:00 (Migrated from github.com)

Shouldn't this part in dollar.rkt be using style "texMathDisplay" ?

(define math-display-style-latex
  (style "texMathInline"
         (list (tex-addition tex-commands)
               'exact-chars)))
Shouldn't this part in **dollar.rkt** be using `style "texMathDisplay"` ? ``` (define math-display-style-latex (style "texMathInline" (list (tex-addition tex-commands) 'exact-chars))) ```
SuzanneSoy commented 2017-06-05 16:36:44 +01:00 (Migrated from github.com)

@saludes Fixed, thanks for the report (you were right, that line definitely should have used texMathDisplay).

@saludes Fixed, thanks for the report (you were right, that line definitely should have used `texMathDisplay`).
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suzanne.soy/scribble-math#4
No description provided.