Use a dotted lines to separate context in a transformation.
[matthijs/master-project/report.git] / pret-lam.lua
index 7058f620f01d5a8f2298418e9842f1137e86210b..568da7f565fbe7f28f7f63bf2f6986924baa418b 100644 (file)
@@ -23,7 +23,7 @@ local symbols = {
     -- The default * sits very high above the baseline, \ast (u+2217) looks
     -- better.
     ['*'] = {repr = '\\ast'},
-    ['~'] = {repr = '\\sim'},
+    ['~'] = {repr = '\\HDLine[width=.20 * \\the\\textwidth]'},
     ['|'] = {repr = '\\char' .. utf.byte('|')},
 }