Improve conclusions.
[matthijs/master-project/report.git] / pret-lam.lua
index 12fa94ec89c5f2cc6d1b8e5afe6b9358aca29f7a..d44c5b3933b1302d60a8d9bd19d484dc43c4a6f2 100644 (file)
@@ -28,7 +28,8 @@ local symbols = {
     ['*'] = {repr = '\\ast'},
     ['~'] = {repr = '\\HDLine[width=.20 * \\the\\textwidth]'},
     ['|'] = {repr = '\\char' .. utf.byte('|')},
     ['*'] = {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{}▶}'},
 }
 
 -- Keywords that should be bold
 }
 
 -- Keywords that should be bold