summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/logbox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-11-04 23:23:09 +0000
committerKarl Berry <karl@freefriends.org>2011-11-04 23:23:09 +0000
commit53614d3ad7e989dd7cc187c2980aed8044688be7 (patch)
tree170ec3110e800553746a9f0175a74a8ac7e6c875 /Master/texmf-dist/doc/latex/logbox
parent6eb9c55c6ddc7cea3ec34504995d1f4fe301d7f8 (diff)
new latex package logbox (1nov11)
git-svn-id: svn://tug.org/texlive/trunk@24499 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/logbox')
-rw-r--r--Master/texmf-dist/doc/latex/logbox/README44
-rw-r--r--Master/texmf-dist/doc/latex/logbox/logbox.pdfbin0 -> 605662 bytes
-rw-r--r--Master/texmf-dist/doc/latex/logbox/logbox.pngbin0 -> 44573 bytes
3 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/logbox/README b/Master/texmf-dist/doc/latex/logbox/README
new file mode 100644
index 00000000000..e0b43caf5c6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/logbox/README
@@ -0,0 +1,44 @@
+Package: logbox - e-TeX showbox facilities (FC)
+-------------------------------------------------------------
+logbox provides facilities to display the contents of boxes in
+the log file or print them with their dimensions in the final
+document.
+
+For "exploration purpose".
+
+The TeX primitive \showbox stops the compilation.
+Looking at the box contents requires to set the \showboxbreadth
+and \showboxdepth parameters accordingly.
+
+logbox.sty sets those parameters, the \interactionmode is temporarily
+set so that the compilation don't stop and the box description can
+finally be explored in the .log file.
+
+As a tracing command, \logbox also works in harmony with the tracing
+parameter: \tracingoutput.
+
+
+Commands provided:
+
+\logbox : TeX \showbox without stop in the compilation
+ + \showboxbreadth >= 10
+ + \showboxdepth >= 10
+
+\dimbox : typeset the type (hbox, vbox or void) of the box
+ and its dimensions in the document.
+
+\viewbox : \dimbox + \logbox
+\viewbox* : \dimbox + \logbox + inserts the box in the document
+
+\Viewbox : same as \viewbox but the argument is the box contents
+ rather than the box register.
+
+\ShowGroups : e-TeX \showgroups without stop in the compilation.
+
+\ShowLists : e-TeX \showlists without stop in the compilation.
+
+\ShowIfs : e-TeX \showifs without stop in the compilation.
+
+
+
+Copyright (C) 2011 by FC ------------------------------------
diff --git a/Master/texmf-dist/doc/latex/logbox/logbox.pdf b/Master/texmf-dist/doc/latex/logbox/logbox.pdf
new file mode 100644
index 00000000000..c85b6a8cd34
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/logbox/logbox.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/logbox/logbox.png b/Master/texmf-dist/doc/latex/logbox/logbox.png
new file mode 100644
index 00000000000..1e546035571
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/logbox/logbox.png
Binary files differ