X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=pret-trans.lua;h=212c835ace52d0c7b026fc606dca6d336cba5ba1;hp=1d2eb95c8da8dac2960a5a6e7a24ffa33da23857;hb=84b4c4f77937d970cc19c979282a86bb727fd822;hpb=2e1c7f4982d5e485feff87b9dae7a34fb7c0e7bf diff --git a/pret-trans.lua b/pret-trans.lua index 1d2eb95..212c835 100644 --- a/pret-trans.lua +++ b/pret-trans.lua @@ -13,7 +13,7 @@ local vis = buffers.newvisualizer("trans") local commands = {} -- A command to create a horizontal rule. -commands.rule = "\\blackrule[height=0.5pt,depth=0pt,width=.40\\textwidth]" +commands.rule = "\\HLine[width=.40 * \\the\\textwidth]" -- Pretty printer to use for the stuff before and after the line commands.before_pret = "lam" commands.after_pret = "lam"