summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cprotect
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-01-01 00:06:50 +0000
committerKarl Berry <karl@freefriends.org>2011-01-01 00:06:50 +0000
commit03d351223fc30fdf1b8b00fbae54cf4c90ed3ab7 (patch)
tree895d09ec322e691d8e8aa4c3afb3ae3a87a7ea91 /Master/texmf-dist/doc/latex/cprotect
parentebf527ad32c5a33dcccfe55346f68148e6329b11 (diff)
new latex package cprotect 1.0 (1jan11)
git-svn-id: svn://tug.org/texlive/trunk@20900 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cprotect')
-rw-r--r--Master/texmf-dist/doc/latex/cprotect/README31
-rw-r--r--Master/texmf-dist/doc/latex/cprotect/README.txt31
-rw-r--r--Master/texmf-dist/doc/latex/cprotect/cprotect.pdfbin0 -> 539682 bytes
3 files changed, 62 insertions, 0 deletions
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
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cprotect/cprotect.pdf
Binary files differ