diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-14 00:23:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-14 00:23:51 +0000 |
commit | 2d0760c2d539075994a651bbcbddb1c1f97bee4d (patch) | |
tree | a367e76887552f7f6ea6ea63f63d5788310df6f6 /Master/texmf-dist/doc/latex/show2e/README | |
parent | eee3bf6935cba063c89cc6e2f3eadbac12fcf936 (diff) |
new latex package show2e (13mar08)
git-svn-id: svn://tug.org/texlive/trunk@6959 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/show2e/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/show2e/README | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/show2e/README b/Master/texmf-dist/doc/latex/show2e/README new file mode 100644 index 00000000000..9b655724e49 --- /dev/null +++ b/Master/texmf-dist/doc/latex/show2e/README @@ -0,0 +1,37 @@ + The show2e package + + \show variants for LaTeX2e commands + + Manuel P\'egouri\'e-Gonnard (mpg@elzevir.fr) + + +Presentation +------------ + +This small package aims at making debugging (esp. in an interactive way) +easier, by providing \show variants suited to \LaTeXe's commands (with +optional arguments or robust) and environments: those variants also +display the internal macros used by such commands, if any. The \showcs +variant helps with macros with exotic names. + +Contents +-------- + +show2e.sty: the package itself +show2e.pdf: the (English) documentation and documented code +show2e-fr.pdf: the French documentation + +show2e.dtx: source for both documentations and package + +Version info +------------ + +2008-03-13 v1.0 first release + +License +------- + +This material is subject to the LaTeX Project Public License. See +http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for the +details of that license. + |