From: Matthijs Kooijman Date: Sun, 6 Dec 2009 17:23:08 +0000 (+0100) Subject: Remove debug print from pret-lam. X-Git-Tag: final-thesis~82 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=65f605d9f4c2420383c683c26c01be253644372b Remove debug print from pret-lam. --- 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