summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/lua-visual-debug
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-04-09 16:27:33 +0000
committerKarl Berry <karl@freefriends.org>2012-04-09 16:27:33 +0000
commite4976202b9bfa904eca1c143c81ffb54fb0bba55 (patch)
treeb196ac917e1f4c9576586fda882035eee5351396 /Master/texmf-dist/tex/luatex/lua-visual-debug
parentd9deba85170b8994f73e7e799dba4f3bda9f18a7 (diff)
lua-visual-debug (8apr12)
git-svn-id: svn://tug.org/texlive/trunk@25881 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/lua-visual-debug')
-rw-r--r--Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua3
-rw-r--r--Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty6
2 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua b/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua
index af2f02c93e1..8d600a74bfb 100644
--- a/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua
+++ b/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua
@@ -1,5 +1,6 @@
-- Copyright 2012 Patrick Gundlach, patrick@gundla.ch
-- Public repository: https://github.com/pgundlach/lvdebug (issues/pull requests,...)
+-- Version: 0.4
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
-- "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge,
@@ -18,7 +19,7 @@
module(...,package.seeall)
-- There are 65782 scaled points in a PDF point
--- Therefore we need to devide all TeX lengths by
+-- Therefore we need to divide all TeX lengths by
-- this amount to get the PDF points.
local number_sp_in_a_pdf_point = 65782
diff --git a/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty b/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty
index 7479e0fc6b9..49636ac10c1 100644
--- a/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty
+++ b/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty
@@ -1,11 +1,13 @@
-% Version: 0.3
% see lua file for copyright information (MIT License)
+\def\lvdebugpkgdate{2012/04/06}
+\def\lvdebugpkgversion{0.4}
+
\expandafter\ifx\csname ProvidesPackage\endcsname\relax
\input ifluatex.sty\relax
\else
\NeedsTeXFormat{LaTeX2e}
- \ProvidesPackage{lua-visual-debug}[2012/02/24 v0.3 Visual debugging in LuaLaTeX (PGU)]
+ \ProvidesPackage{lua-visual-debug}[\lvdebugpkgdate\space v\lvdebugpkgversion\space Visual debugging in LuaLaTeX (PGU)]
\RequirePackage{ifluatex}
\fi