summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/upquote
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/upquote')
-rw-r--r--Master/texmf-dist/tex/latex/upquote/upquote.sty6
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