summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/plain
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-26 21:23:38 +0000
committerKarl Berry <karl@freefriends.org>2018-05-26 21:23:38 +0000
commit796002f0e6e7b5695a17f03727b6e59a8a25b2d4 (patch)
tree9b13bd17f17f29f1245b8def800886d75f467afa /Master/texmf-dist/tex/plain
parent8b0a2c2440b86f7a080298a61ba649fe95b719fe (diff)
ly1 missing % in texnansi.tex (26may18)
git-svn-id: svn://tug.org/texlive/trunk@47848 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/plain')
-rw-r--r--Master/texmf-dist/tex/plain/ly1/texnansi.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/plain/ly1/texnansi.tex b/Master/texmf-dist/tex/plain/ly1/texnansi.tex
index ae8ae6bfb16..73c75e1559e 100644
--- a/Master/texmf-dist/tex/plain/ly1/texnansi.tex
+++ b/Master/texmf-dist/tex/plain/ly1/texnansi.tex
@@ -1,11 +1,11 @@
-% Copyright 2010 TeX Users Group.
-% Copyright (C) 1994--1997 Y&Y, Inc.
+% Copyright 2010--2018 TeX Users Group.
+% Copyright 1994--1997 Y&Y, Inc.
% Released under the LaTeX Project Public License, any version.
% ============================================================================
% Code to allow plain TeX and LaTeX to fully exploit `texnansi.vec' encoding
-% (TeX 'n ANSI) VERSION 2.7 (1997 Jan 30)
+% (TeX 'n ANSI) VERSION 2.8 (2018 May 25)
% ============================================================================
% \input texnansi in TeX source when using fonts with `TeX n ANSI' encoding.
@@ -188,7 +188,7 @@
\def\c #1{% cedilla
\if#1c^^e7\else% \char231
\if#1C^^c7\else% \char199
-{\setbox0\hbox{#1}\ifdim\ht0=1ex\accent24 #1
+{\setbox0\hbox{#1}\ifdim\ht0=1ex\accent24 #1%
\else{\ooalign{\hidewidth\char24\hidewidth\crcr\unhbox0}}\fi}%
\fi\fi}
@@ -214,7 +214,7 @@
\vbox to.2ex{\hbox{\char22}\vss}\hidewidth}}%
% ogonek (using ogonek at 7)
-\def\k#1{\setbox0\hbox{#1}\ifdim\ht0=1ex\accent7 #1
+\def\k#1{\setbox0\hbox{#1}\ifdim\ht0=1ex\accent7 #1%
\else{\ooalign{\hidewidth\char7\hidewidth\crcr\unhbox0}}\fi}%
% --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
@@ -243,7 +243,7 @@
% underline and cedilla accents (macron at 22, cedilla at 24)
\def\b##1{\oalign{##1\crcr\hidewidth
\vbox to.2ex{\hbox{\char22}\vss}\hidewidth}}%
-\def\c##1{\setbox0\hbox{##1}\ifdim\ht0=1ex\accent24 ##1
+\def\c##1{\setbox0\hbox{##1}\ifdim\ht0=1ex\accent24 ##1%
\else{\ooalign{\hidewidth\char24\hidewidth\crcr\unhbox0}}\fi}%
}