From 84b4c4f77937d970cc19c979282a86bb727fd822 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 30 Sep 2009 13:57:22 +0200 Subject: [PATCH] Use \HLine instead of \blackrule in transformations. --- pret-trans.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2