From 08ba638847461b32675823280b8f14cd17d99860 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 30 Nov 2019 22:17:47 +0000 Subject: magicnum (30nov19) git-svn-id: svn://tug.org/texlive/trunk@52983 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/magicnum/README.md | 6 ++ Master/texmf-dist/doc/latex/magicnum/magicnum.pdf | Bin 0 -> 325183 bytes Master/texmf-dist/doc/latex/magicnum/magicnum.txt | 84 ++++++++++++++++++++++ 3 files changed, 90 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/magicnum/README.md create mode 100644 Master/texmf-dist/doc/latex/magicnum/magicnum.pdf create mode 100644 Master/texmf-dist/doc/latex/magicnum/magicnum.txt (limited to 'Master/texmf-dist/doc/latex') 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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/magicnum/magicnum.pdf 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 + -- cgit v1.2.3