From 03d351223fc30fdf1b8b00fbae54cf4c90ed3ab7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 1 Jan 2011 00:06:50 +0000 Subject: new latex package cprotect 1.0 (1jan11) git-svn-id: svn://tug.org/texlive/trunk@20900 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/cprotect/README | 31 ++++++++++++++++++++++ Master/texmf-dist/doc/latex/cprotect/README.txt | 31 ++++++++++++++++++++++ Master/texmf-dist/doc/latex/cprotect/cprotect.pdf | Bin 0 -> 539682 bytes 3 files changed, 62 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/cprotect/README create mode 100644 Master/texmf-dist/doc/latex/cprotect/README.txt create mode 100644 Master/texmf-dist/doc/latex/cprotect/cprotect.pdf (limited to 'Master/texmf-dist/doc/latex/cprotect') diff --git a/Master/texmf-dist/doc/latex/cprotect/README b/Master/texmf-dist/doc/latex/cprotect/README new file mode 100644 index 00000000000..6887340e54d --- /dev/null +++ b/Master/texmf-dist/doc/latex/cprotect/README @@ -0,0 +1,31 @@ +---------------------------------------------------------------- +cprotect --- verbatim in macro arguments +E-mail: bruno@le-floch.fr +Released under the LaTeX Project Public License v1.3c or later +See http://www.latex-project.org/lppl.txt +---------------------------------------------------------------- + +A user of the cprotect.sty package can include verbatim text (\verb, +verbatim environment, ...) in the argument of any command, +including moving arguments. Including verbatim text in footnotes, +section titles (and other titles), etc. is as simple as typing +`\cprotect\footnote` instead of `\footnote`, etc. + +A similar approach is taken for environments. Nesting of the +various environments is taken into account. + +This is work in progress, all comments/bug reports are welcome! + +The whole package can be built from the file `cprotect.dtx' by running + +pdflatex cprotect.dtx +makeindex -s gglo.ist -o cprotect.gls cprotect.glo +makeindex -s gind.ist -o cprotect.ind cprotect.idx +pdflatex cprotect.dtx +pdflatex cprotect.dtx +mv README.txt README + +The first run of pdflatex produces `cprotect.ins', `cprotect.sty', +`cprotect.pdf', and this file. The other commands are necessary for +the pdf to contain its index and glossary. + diff --git a/Master/texmf-dist/doc/latex/cprotect/README.txt b/Master/texmf-dist/doc/latex/cprotect/README.txt new file mode 100644 index 00000000000..6887340e54d --- /dev/null +++ b/Master/texmf-dist/doc/latex/cprotect/README.txt @@ -0,0 +1,31 @@ +---------------------------------------------------------------- +cprotect --- verbatim in macro arguments +E-mail: bruno@le-floch.fr +Released under the LaTeX Project Public License v1.3c or later +See http://www.latex-project.org/lppl.txt +---------------------------------------------------------------- + +A user of the cprotect.sty package can include verbatim text (\verb, +verbatim environment, ...) in the argument of any command, +including moving arguments. Including verbatim text in footnotes, +section titles (and other titles), etc. is as simple as typing +`\cprotect\footnote` instead of `\footnote`, etc. + +A similar approach is taken for environments. Nesting of the +various environments is taken into account. + +This is work in progress, all comments/bug reports are welcome! + +The whole package can be built from the file `cprotect.dtx' by running + +pdflatex cprotect.dtx +makeindex -s gglo.ist -o cprotect.gls cprotect.glo +makeindex -s gind.ist -o cprotect.ind cprotect.idx +pdflatex cprotect.dtx +pdflatex cprotect.dtx +mv README.txt README + +The first run of pdflatex produces `cprotect.ins', `cprotect.sty', +`cprotect.pdf', and this file. The other commands are necessary for +the pdf to contain its index and glossary. + diff --git a/Master/texmf-dist/doc/latex/cprotect/cprotect.pdf b/Master/texmf-dist/doc/latex/cprotect/cprotect.pdf new file mode 100644 index 00000000000..c1b02d3f522 Binary files /dev/null and b/Master/texmf-dist/doc/latex/cprotect/cprotect.pdf differ -- cgit v1.2.3