Skip to content

Commit

Permalink
fixed # and $ rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
SKolodynski committed Oct 6, 2024
1 parent d6a3683 commit 2252c60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion isar2html2.0/src/isar2html/IsarSym2Latex.fs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ namespace iml
let inner2LatexSym : (string*string) list =
[("<", " \\lt ")
("%","\\%")
("$#","\\$\\!\\#\\!")
("$+","\\ \\$\\!+\\ ")
("$-","\\ \\$\\!-\\!")
("$- ","\\ \\$\\!-\\ ")
// ("$", "\\ \\$ ")
("\\<longrightarrow>", "\\longrightarrow ")
(".", ".\\ ")
(" O ", "\\circ ")
Expand Down Expand Up @@ -242,7 +247,6 @@ namespace iml
("\\<^sup>", "^")
("_", "\\_")
("-``", "^{-1}")
("$", "\\ \\$ ")
(" \\{and\\}","\\text{ and }")
(" \\{by\\}","\\text{ by }")
(" \\{from\\}","\\text{ from }")
Expand Down

0 comments on commit 2252c60

Please sign in to comment.