projects
/
matthijs
/
master-project
/
report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a3230ea
)
Remove debug print from pret-lam.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Sun, 6 Dec 2009 17:23:08 +0000
(18:23 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Sun, 6 Dec 2009 17:23:08 +0000
(18:23 +0100)
pret-lam.lua
patch
|
blob
|
history
diff --git
a/pret-lam.lua
b/pret-lam.lua
index 0eb13240c59e8394150669fcb6f957508c3d4f05..43e8c8cc25f305ecf44b10e7d5a9b3b4311ca0ea 100644
(file)
--- 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