summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/isodoc/listkeys
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/isodoc/listkeys')
-rw-r--r--Master/texmf-dist/doc/latex/isodoc/listkeys6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/isodoc/listkeys b/Master/texmf-dist/doc/latex/isodoc/listkeys
index 23be70b2a70..44064c02369 100644
--- a/Master/texmf-dist/doc/latex/isodoc/listkeys
+++ b/Master/texmf-dist/doc/latex/isodoc/listkeys
@@ -25,9 +25,9 @@ a = []
a.push($1) if ~ /\\define@key\{isodoc\}\s*\{(.*)\}\s*(\[.*?\])?\s*\{\\def\\/ while gets
a.sort!
case type
- when 'show'
- a.each { |v| puts "%20s & \\%s\\NN" % [v,v] }
when 'defs'
+ a.each { |v| puts "%20s & \\%s\\NN" % [v,v] }
+ when 'show'
n = (a.size + 5) / 5 # n rows, 5 columns each
aa = Array.new(n)
maxlen = [0,0,0,0,0]
@@ -48,4 +48,4 @@ case type
usage
end
-# $Id: listkeys,v 1.3 2008-04-30 13:42:18 wybo Exp $
+# $Id: listkeys,v 1.4 2010-01-01 21:59:42 wybo Exp $