diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-19 22:11:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-19 22:11:50 +0000 |
commit | 0936a3a76483e03b9ebbc2378110c67ccc8781cf (patch) | |
tree | bf029c1b3609c614783a81e79bd971379798e3eb /Master/texmf-dist/tex/latex/upquote | |
parent | 82afdc5a4fe79698123b776121eaa565dd48939c (diff) |
upquote (19apr12)
git-svn-id: svn://tug.org/texlive/trunk@26059 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/upquote')
-rw-r--r-- | Master/texmf-dist/tex/latex/upquote/upquote.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/upquote/upquote.sty b/Master/texmf-dist/tex/latex/upquote/upquote.sty index 251fe91ec70..6b9d754f2ae 100644 --- a/Master/texmf-dist/tex/latex/upquote/upquote.sty +++ b/Master/texmf-dist/tex/latex/upquote/upquote.sty @@ -15,7 +15,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{upquote} - [2012/04/05 v1.2 upright-quote and grave-accent glyphs in verbatim] + [2012/04/19 v1.3 upright-quote and grave-accent glyphs in verbatim] \newcommand\upquote@cmtt{cmtt} \newcommand\upquote@OTone{OT1} \ifx\encodingdefault\upquote@OTone @@ -31,8 +31,8 @@ \let`\textasciigrave \ifx\encodingdefault\upquote@OTone \ifx\ttdefault\upquote@cmtt - \def'{\char13 } - \def`{\char18 } + \def'{\char13 }% + \def`{\char18 }% \fi\fi} \endgroup \endinput |