summaryrefslogtreecommitdiff
path: root/tex/context/base/lpdf-ini.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2009-08-26 01:43:00 +0200
committerHans Hagen <pragma@wxs.nl>2009-08-26 01:43:00 +0200
commit431ad6f512041aa658f6b080adbc17c2b4dffba3 (patch)
tree885dd27e0c2cfa17ca7c35c17e267210bcd5eee9 /tex/context/base/lpdf-ini.lua
parent59ba8ee162a46adb0b41a4255c2aab552e5a8b31 (diff)
downloadcontext-431ad6f512041aa658f6b080adbc17c2b4dffba3.tar.gz
beta 2009.08.26 01:43
Diffstat (limited to 'tex/context/base/lpdf-ini.lua')
-rw-r--r--tex/context/base/lpdf-ini.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/tex/context/base/lpdf-ini.lua b/tex/context/base/lpdf-ini.lua
index 3335c6237..05c718af2 100644
--- a/tex/context/base/lpdf-ini.lua
+++ b/tex/context/base/lpdf-ini.lua
@@ -1,6 +1,6 @@
-if not modules then modules = { } end modules ['back-pdf'] = {
+if not modules then modules = { } end modules ['lpdf-ini'] = {
version = 1.001,
- comment = "companion to lpdf-ini.tex",
+ comment = "companion to lpdf-ini.mkiv",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
copyright = "PRAGMA ADE / ConTeXt Development Team",
license = "see context related readme files"
@@ -516,4 +516,3 @@ function lpdf.rotationcm(a)
local s, c = sind(a), cosd(a)
texwrite(format("%s %s %s %s 0 0 cm",c,s,-s,c))
end
-