Commit ee159f4da7e08f2ec491f2701b97d77cfbf960fb

Authored by Olivier Duvernois
1 parent 075aaff1

*** empty log message ***

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
anubis_dev/library/tools/latex.anubis
... ... @@ -42,7 +42,8 @@ public define List(SpecialChar)
42 42 schar('[', "{[}"),
43 43 schar('|', "\\textbar"),
44 44 schar('<', "\\textless"),
45   - schar('>', "\\textgreater")
  45 + schar('>', "\\textgreater"),
  46 + schar('*', "{*}")
46 47 ].
47 48  
48 49  
... ...