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=0d14e5623d3d5fac4dd3485939c0c5ea9d62abba;hpb=77f079684a01c329d10d1cd00cf5e4ee1d05377f 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('|')}, }