X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=pret-lam.lua;h=568da7f565fbe7f28f7f63bf2f6986924baa418b;hp=7058f620f01d5a8f2298418e9842f1137e86210b;hb=ffd46307f9efcf5b103e76dcc1a13d5fe0fe372a;hpb=eca644f36a8fc0b7cc7abd985ef3c3779a0de712 diff --git a/pret-lam.lua b/pret-lam.lua index 7058f62..568da7f 100644 --- a/pret-lam.lua +++ b/pret-lam.lua @@ -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('|')}, }