diff options
author | Norbert Preining <preining@logic.at> | 2007-06-18 14:07:29 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-06-18 14:07:29 +0000 |
commit | 7fb60a74aab3febff8b73f2c8485f038d6a5e8cf (patch) | |
tree | 4f53da62ca86575bffd6cab33eddf4ec1bedce6c /Master/tlpkg/tlpsrc/upquote.tlpsrc | |
parent | 251011941e0fbafdda83480a711735c118a7fca0 (diff) |
its tlpsrc, not tlsrc now ...
updates to many of the tlpsrc
git-svn-id: svn://tug.org/texlive/trunk@4468 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/upquote.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/upquote.tlpsrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/upquote.tlpsrc b/Master/tlpkg/tlpsrc/upquote.tlpsrc new file mode 100644 index 00000000000..910e992de3a --- /dev/null +++ b/Master/tlpkg/tlpsrc/upquote.tlpsrc @@ -0,0 +1,13 @@ +name upquote +category Package +shortdesc Show "realistic" quotes in verbatim. +longdesc Computer Modern Typewriter is the best font for program listings, +longdesc but it prints ` ' as bent opening and closing single quotes. Other +longdesc fonts, and most programming languages, print ` as a grave accent +longdesc and ' upright; ' is used both to open and to close quoted strings. +longdesc This package switches the typewriter font to Computer Modern +longdesc Typewriter (regardless of other fonts in use, so long as this +longdesc package is called afterward) and modifies the behavior of +longdesc verbatim, verbatim*, verb, and verb* to print ` ' the desired way. +longdesc It does not affect \tt, \texttt, etc. [description copied from TeX +longdesc Catalogue] |