Skip to content

Commit

Permalink
replace former in-math space with regular one
Browse files Browse the repository at this point in the history
  • Loading branch information
patritzenfeld committed Dec 16, 2024
1 parent 9cb9d3b commit 0d4672d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TermTasks/Helpers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mathifySignature s = wrapDollar $ open
around snip = close ++ snip ++ open

itemifyTerm :: (Int, Term String) -> String
itemifyTerm (i,t) = show i ++ ".\\," ++ inMathit t
itemifyTerm (i,t) = show i ++ ". " ++ inMathit t

inMathit :: Show a => a -> String
inMathit a = wrapDollar $ open ++ show a ++ close
Expand Down

0 comments on commit 0d4672d

Please sign in to comment.