summaryrefslogtreecommitdiff
path: root/tex
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-06-22 12:00:14 +0300
committerMarius <mariausol@gmail.com>2012-06-22 12:00:14 +0300
commitde41489265fe1038e16b66e7b1a7103fad21abea (patch)
tree5a31e63e692b2ac9548e8ab02bbdf951251687e1 /tex
parent8ef16ba63f58cf5b2704dd6e4be892d0d6cf96ee (diff)
downloadcontext-de41489265fe1038e16b66e7b1a7103fad21abea.tar.gz
beta 2012.06.22 10:43
Diffstat (limited to 'tex')
-rw-r--r--tex/context/base/cont-new.mkii2
-rw-r--r--tex/context/base/cont-new.mkiv2
-rw-r--r--tex/context/base/context-version.pdfbin4142 -> 4146 bytes
-rw-r--r--tex/context/base/context-version.pngbin105594 -> 106426 bytes
-rw-r--r--tex/context/base/context.mkii2
-rw-r--r--tex/context/base/context.mkiv2
-rw-r--r--tex/context/base/status-files.pdfbin24491 -> 24500 bytes
-rw-r--r--tex/context/base/status-lua.pdfbin182312 -> 182310 bytes
-rw-r--r--tex/context/base/status-mkiv.tex15
-rw-r--r--tex/context/base/typo-mar.lua9
-rw-r--r--tex/generic/context/luatex/luatex-fonts-merged.lua2
11 files changed, 25 insertions, 9 deletions
diff --git a/tex/context/base/cont-new.mkii b/tex/context/base/cont-new.mkii
index e46c0fb4c..5586ba640 100644
--- a/tex/context/base/cont-new.mkii
+++ b/tex/context/base/cont-new.mkii
@@ -11,7 +11,7 @@
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.
-\newcontextversion{2012.06.22 10:09}
+\newcontextversion{2012.06.22 10:43}
%D This file is loaded at runtime, thereby providing an
%D excellent place for hacks, patches, extensions and new
diff --git a/tex/context/base/cont-new.mkiv b/tex/context/base/cont-new.mkiv
index 48f7a3b54..b58eef9da 100644
--- a/tex/context/base/cont-new.mkiv
+++ b/tex/context/base/cont-new.mkiv
@@ -11,7 +11,7 @@
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.
-\newcontextversion{2012.06.22 10:09}
+\newcontextversion{2012.06.22 10:43}
%D This file is loaded at runtime, thereby providing an
%D excellent place for hacks, patches, extensions and new
diff --git a/tex/context/base/context-version.pdf b/tex/context/base/context-version.pdf
index 8358f6e2b..efa0e326b 100644
--- a/tex/context/base/context-version.pdf
+++ b/tex/context/base/context-version.pdf
Binary files differ
diff --git a/tex/context/base/context-version.png b/tex/context/base/context-version.png
index 6b2e33714..172155d0c 100644
--- a/tex/context/base/context-version.png
+++ b/tex/context/base/context-version.png
Binary files differ
diff --git a/tex/context/base/context.mkii b/tex/context/base/context.mkii
index eb3391a6d..a65dee3c6 100644
--- a/tex/context/base/context.mkii
+++ b/tex/context/base/context.mkii
@@ -20,7 +20,7 @@
%D your styles an modules.
\edef\contextformat {\jobname}
-\edef\contextversion{2012.06.22 10:09}
+\edef\contextversion{2012.06.22 10:43}
%D For those who want to use this:
diff --git a/tex/context/base/context.mkiv b/tex/context/base/context.mkiv
index 63a4cc8ef..9fd6916b1 100644
--- a/tex/context/base/context.mkiv
+++ b/tex/context/base/context.mkiv
@@ -23,7 +23,7 @@
%D up and the dependencies are more consistent.
\edef\contextformat {\jobname}
-\edef\contextversion{2012.06.22 10:09}
+\edef\contextversion{2012.06.22 10:43}
%D For those who want to use this:
diff --git a/tex/context/base/status-files.pdf b/tex/context/base/status-files.pdf
index 68edf2788..fab833cff 100644
--- a/tex/context/base/status-files.pdf
+++ b/tex/context/base/status-files.pdf
Binary files differ
diff --git a/tex/context/base/status-lua.pdf b/tex/context/base/status-lua.pdf
index 5f78b3656..4abae318e 100644
--- a/tex/context/base/status-lua.pdf
+++ b/tex/context/base/status-lua.pdf
Binary files differ
diff --git a/tex/context/base/status-mkiv.tex b/tex/context/base/status-mkiv.tex
index 7bb262352..47daa95c1 100644
--- a/tex/context/base/status-mkiv.tex
+++ b/tex/context/base/status-mkiv.tex
@@ -1,4 +1,8 @@
-\setupbodyfont[dejavu,10pt]
+\setupbodyfont
+ [dejavu,9pt]
+
+\setuppapersize
+ [A4,landscape]
\setuplayout
[width=middle,
@@ -73,13 +77,17 @@
table.sort(loaded,function(a,b) return a.filename < b.filename end)
- context.starttabulate { "|Tr|Tl|Tl|l|p|" }
+ context.starttabulate { "|Tr|Tl|Tl|l|l|p|p|p|" }
context.NC() -- context.bold("order")
context.NC() context.bold("file")
context.NC() context.bold("mark")
context.NC() context.bold("status")
+ context.NC() context.bold("reference")
+ context.NC() context.bold("manual")
+ context.NC() context.bold("wiki")
context.NC() context.bold("comment")
context.NC() context.NR()
+ context.HL()
for i=1,nofloaded do
local module = loaded[i]
local status = module.status
@@ -92,6 +100,9 @@
else
context.NC() context(status)
end
+ context.NC() context(module.reference)
+ context.NC() context(module.manual)
+ context.NC() context(module.wiki)
context.NC() context(module.comment)
context.NC() context.NR()
end
diff --git a/tex/context/base/typo-mar.lua b/tex/context/base/typo-mar.lua
index e3701afd4..8b9a083a5 100644
--- a/tex/context/base/typo-mar.lua
+++ b/tex/context/base/typo-mar.lua
@@ -246,10 +246,15 @@ end
function margins.save(t)
setmetatable(t,defaults)
- local inline = t.inline
+ local content = texbox[t.number]
local location = t.location
local category = t.category
+ local inline = t.inline
local scope = t.scope or v_global
+ if not content then
+ report_margindata("ignoring empty margin data: %s",location or "unknown")
+ return
+ end
local store
if inline then
store = inlinestore
@@ -303,7 +308,7 @@ function margins.save(t)
end
if t.number then
-- better make a new table and make t entry in t
- t.box = copy_node_list(texbox[t.number])
+ t.box = copy_node_list(content)
t.n = nofsaved
-- used later (we will clean up this natural mess later)
-- nice is to make a special status table mechanism
diff --git a/tex/generic/context/luatex/luatex-fonts-merged.lua b/tex/generic/context/luatex/luatex-fonts-merged.lua
index a46ee2a44..5f9f83e70 100644
--- a/tex/generic/context/luatex/luatex-fonts-merged.lua
+++ b/tex/generic/context/luatex/luatex-fonts-merged.lua
@@ -1,6 +1,6 @@
-- merged file : luatex-fonts-merged.lua
-- parent file : luatex-fonts.lua
--- merge date : 06/22/12 10:09:32
+-- merge date : 06/22/12 10:43:49
do -- begin closure to overcome local limits and interference