summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/examplep.tlpsrc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlpsrc/examplep.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/examplep.tlpsrc20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/examplep.tlpsrc b/Master/tlpkg/tlpsrc/examplep.tlpsrc
new file mode 100644
index 00000000000..b1ae5864e7c
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/examplep.tlpsrc
@@ -0,0 +1,20 @@
+name examplep
+category Package
+shortdesc Verbatim phrases and listings in LaTeX.
+longdesc Examplep provides sophisticated features for typesetting verbatim
+longdesc source code listings, including the display of the source code and
+longdesc its compiled LaTeX or METAPOST output side-by-side, with automatic
+longdesc width detection and enabled page breaks (in the source), without
+longdesc the need for specifying the source twice. Special care is taken
+longdesc that section, page and footnote numbers do not interfere with the
+longdesc main document. For typesetting short verbatim phrases, a
+longdesc replacement for the \verb command is also provided in the package,
+longdesc which can be used inside tables and moving arguments such as
+longdesc footnotes and section titles. The listings package is used for
+longdesc syntax highlighting. The accompanying codep package and the
+longdesc wrfiles.pl Perl script provide a convenient interface to the
+longdesc examplep package for authors of manuals. With codep it is
+longdesc possible to generate the source code, the LaTeX or METAPOST output
+longdesc and the compilable example file from a single source embedded into
+longdesc the appropriate place of the .tex document file. [description
+longdesc copied from TeX Catalogue]