X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=pret-lam.lua;h=43e8c8cc25f305ecf44b10e7d5a9b3b4311ca0ea;hp=0eb13240c59e8394150669fcb6f957508c3d4f05;hb=781e18d74e018edbe47c011ab6741456138682ab;hpb=1efa14d0ca47ab1aa41694ff438b67791ca9428c diff --git a/pret-lam.lua b/pret-lam.lua index 0eb1324..43e8c8c 100644 --- a/pret-lam.lua +++ b/pret-lam.lua @@ -175,7 +175,6 @@ local function do_indent(line) copyind = utf.sub(indentlines[prev], 1, #newind) setwidth = "\\setwidthof{" .. copyind .. "}\\to\\pretlamalignwidth" hskip = "\\hskip\\pretlamalignwidth" - print("{" .. setwidth .. hskip .. "}" .. rest) return "{" .. setwidth .. hskip .. "}" .. rest end -- No previous line? Just return the unmodified line then