diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/upquote/upquote.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/upquote/upquote.dtx | 7 |
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} |