diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/upquote/upquote.pdf | bin | 172176 -> 172534 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/upquote/upquote.dtx | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/upquote/upquote.sty | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/upquote/upquote.pdf b/Master/texmf-dist/doc/latex/upquote/upquote.pdf Binary files differindex 08f7df5b2fa..f6a4e3b5d21 100644 --- a/Master/texmf-dist/doc/latex/upquote/upquote.pdf +++ b/Master/texmf-dist/doc/latex/upquote/upquote.pdf 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} 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 |