Improve graph representation section a bit.
[matthijs/master-project/report.git] / pret-lam.lua
index ba3829c2a7bc77fdc50f63bbbc3b1cde67788eeb..d44c5b3933b1302d60a8d9bd19d484dc43c4a6f2 100644 (file)
@@ -28,7 +28,6 @@ local symbols = {
     ['*'] = {repr = '\\ast'},
     ['~'] = {repr = '\\HDLine[width=.20 * \\the\\textwidth]'},
     ['|'] = {repr = '\\char' .. utf.byte('|')},
-    ['$'] = {repr = '\\char' .. utf.byte('$')},
     -- Use ▶ from our roman font, since Iwona doesn't have the glyph
     ['▶'] = {repr = '{\\rm{}▶}'},
 }