From 796002f0e6e7b5695a17f03727b6e59a8a25b2d4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 26 May 2018 21:23:38 +0000 Subject: ly1 missing % in texnansi.tex (26may18) git-svn-id: svn://tug.org/texlive/trunk@47848 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/plain/ly1/texnansi.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/tex/plain') 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}% } -- cgit v1.2.3