summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/upquote
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-04-19 22:11:50 +0000
committerKarl Berry <karl@freefriends.org>2012-04-19 22:11:50 +0000
commit0936a3a76483e03b9ebbc2378110c67ccc8781cf (patch)
treebf029c1b3609c614783a81e79bd971379798e3eb /Master/texmf-dist/source/latex/upquote
parent82afdc5a4fe79698123b776121eaa565dd48939c (diff)
upquote (19apr12)
git-svn-id: svn://tug.org/texlive/trunk@26059 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/upquote')
-rw-r--r--Master/texmf-dist/source/latex/upquote/upquote.dtx7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/upquote/upquote.dtx b/Master/texmf-dist/source/latex/upquote/upquote.dtx
index cbe492778cf..8fd012d22ac 100644
--- a/Master/texmf-dist/source/latex/upquote/upquote.dtx
+++ b/Master/texmf-dist/source/latex/upquote/upquote.dtx
@@ -1,7 +1,7 @@
% \iffalse
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{upquote}
-%<package> [2012/04/05 v1.2 upright-quote and grave-accent glyphs in verbatim]
+%<package> [2012/04/19 v1.3 upright-quote and grave-accent glyphs in verbatim]
%
%<*driver>
\documentclass{ltxdoc}
@@ -85,6 +85,7 @@
%\changes{v1.0}{2000/12/11}{Fix bug that replaced '0 and `0}
%\changes{v1.1}{2003/06/19}{Switched to textcomp package}
%\changes{v1.2}{2012/04/04}{Use textcomp only with fonts other than the default cmtt with OT1}
+%\changes{v1.3}{2012/04/19}{Bug fix: removed two spurious space characters from \@noligs}
%
%We check |\encodingdefault| and |\ttdefault| to see whether the
%glyphs that are already in \texttt{cmtt} as |\char13|
@@ -115,8 +116,8 @@
\let`\textasciigrave
\ifx\encodingdefault\upquote@OTone
\ifx\ttdefault\upquote@cmtt
- \def'{\char13 }
- \def`{\char18 }
+ \def'{\char13 }%
+ \def`{\char18 }%
\fi\fi}
\endgroup
% \end{macrocode}