summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/magicnum
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-30 22:17:47 +0000
committerKarl Berry <karl@freefriends.org>2019-11-30 22:17:47 +0000
commit08ba638847461b32675823280b8f14cd17d99860 (patch)
treead257423c0383734bf223c041f3281f2e6db995d /Master/texmf-dist/doc/latex/magicnum
parentc81746f0105992d3c7d7fe244a7bf5bac9b4e9db (diff)
magicnum (30nov19)
git-svn-id: svn://tug.org/texlive/trunk@52983 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/magicnum')
-rw-r--r--Master/texmf-dist/doc/latex/magicnum/README.md6
-rw-r--r--Master/texmf-dist/doc/latex/magicnum/magicnum.pdfbin0 -> 325183 bytes
-rw-r--r--Master/texmf-dist/doc/latex/magicnum/magicnum.txt84
3 files changed, 90 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/magicnum/README.md b/Master/texmf-dist/doc/latex/magicnum/README.md
new file mode 100644
index 00000000000..b7d95704716
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/magicnum/README.md
@@ -0,0 +1,6 @@
+# magicnum
+
+magicnum package for LaTeX
+
+This packages allows to access magic numbers by a hierarchical
+name system.
diff --git a/Master/texmf-dist/doc/latex/magicnum/magicnum.pdf b/Master/texmf-dist/doc/latex/magicnum/magicnum.pdf
new file mode 100644
index 00000000000..6a54e1b265b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/magicnum/magicnum.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/magicnum/magicnum.txt b/Master/texmf-dist/doc/latex/magicnum/magicnum.txt
new file mode 100644
index 00000000000..c83c9caefee
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/magicnum/magicnum.txt
@@ -0,0 +1,84 @@
+tex.catcode
+ escape = 0
+ begingroup = 1
+ endgroup = 2
+ math = 3
+ align = 4
+ eol = 5
+ parameter = 6
+ superscript = 7
+ subscript = 8
+ ignore = 9
+ space = 10
+ letter = 11
+ other = 12
+ active = 13
+ comment = 14
+ invalid = 15
+etex.grouptype
+ bottomlevel = 0
+ simple = 1
+ hbox = 2
+ adjustedhbox = 3
+ vbox = 4
+ align = 5
+ noalign = 6
+ output = 8
+ math = 9
+ disc = 10
+ insert = 11
+ vcenter = 12
+ mathchoice = 13
+ semisimple = 14
+ mathshift = 15
+ mathleft = 16
+etex.iftype
+ none = 0
+ char = 1
+ cat = 2
+ num = 3
+ dim = 4
+ odd = 5
+ vmode = 6
+ hmode = 7
+ mmode = 8
+ inner = 9
+ void = 10
+ hbox = 11
+ vbox = 12
+ x = 13
+ eof = 14
+ true = 15
+ false = 16
+ case = 17
+ defined = 18
+ csname = 19
+ fontchar = 20
+etex.nodetype
+ none = -1
+ char = 0
+ hlist = 1
+ vlist = 2
+ rule = 3
+ ins = 4
+ mark = 5
+ adjust = 6
+ ligature = 7
+ disc = 8
+ whatsit = 9
+ math = 10
+ glue = 11
+ kern = 12
+ penalty = 13
+ unset = 14
+ maths = 15
+etex.interactionmode
+ batch = 0
+ nonstop = 1
+ scroll = 2
+ errorstop = 3
+luatex.pdfliteral.mode
+ setorigin = 0
+ page = 1
+ direct = 2
+