summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fancyvrb
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-05-19 00:43:52 +0000
committerKarl Berry <karl@freefriends.org>2008-05-19 00:43:52 +0000
commitd3f343ee35e87efabdba0a81fde2208bcc8d63ce (patch)
tree52311bb024fe5f46021e903727fb4a735933ad74 /Master/texmf-dist/doc/latex/fancyvrb
parentc0b73351a96be22cbc2192b8cd8c4ace184c3fd7 (diff)
fancyvrb update (13may08)
git-svn-id: svn://tug.org/texlive/trunk@8226 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fancyvrb')
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/README.contrib57
-rw-r--r--Master/texmf-dist/doc/latex/fancyvrb/fancyvrb.pdfbin189569 -> 177215 bytes
2 files changed, 57 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fancyvrb/README.contrib b/Master/texmf-dist/doc/latex/fancyvrb/README.contrib
new file mode 100644
index 00000000000..b3f2966f8c8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fancyvrb/README.contrib
@@ -0,0 +1,57 @@
+ -------------------------------------
+ | `fvrb-ex' |
+ | Version 1.7 |
+ | March 27, 1998 |
+ | |
+ | Denis Girou (CNRS/IDRIS - France) |
+ | <Denis.Girou@idris.fr> |
+ -------------------------------------
+
+
+ This package, built above the `fancyvrb' one (from Timothy van Zandt),
+offer several kinds of the so-called "example" environments to format some
+code both in "verbatim" mode and in the "normal" way, below or on the side.
+The advantage of such environments is that the code itself is included only
+one time in the source code, which allow to be sure of the consistence of the
+two versions shown.
+
+ Some other kinds of such environments are specially devoted to graphics,
+allowing to give the size of them. It is also possible in this case to draw
+also a grid.
+
+ Warning!
+ --------
+
+ * You must be aware that it has been reported that this package doesn't work
+at all on some platforms, due to the way the 8 bits characters are managed by
+some TeX systems.
+ You can make first the following test (courtesy Sebastian Rahtz):
+
+\documentclass{article}
+\usepackage{moreverb} % CTAN/macros/latex/contrib/supported/moreverb
+\begin{document}
+\begin{verbatimwrite}{test.txt}
+ £hello
+\end{verbatimwrite}
+\end{document}
+
+ If you got in the file "test.txt" not the exact input line but ^^a3 for
+the first character, this package has no change to really work for you...
+
+ Just try to position (courtesy Thomas Esser) LC_CTYPE=C if your system
+accept it and retry the preceding test.
+
+ * We suppose here that you already know the `fancyvrb' package. If not, look
+at it own documentation!
+
+ * The standard `color' package must be available, with a correct "color.cfg"
+file defining the dvi converter that must be used.
+
+ * Some environments, specially devoted to graphics, require PSTricks,
+but `fvrb-ex' desactivate them if PSTricks is not available so it can be used
+without it.
+
+.............................................................................
+
+ Comments, suggestions and bug reports (with version number and the
+keyword "fancyvrb" in the subject of the message) to <Denis.Girou@idris.fr>
diff --git a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb.pdf b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb.pdf
index 7b71f1118b9..68ceb0c65df 100644
--- a/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb.pdf
+++ b/Master/texmf-dist/doc/latex/fancyvrb/fancyvrb.pdf
Binary files differ