[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rule for period and sentence ending
From: |
Karl Berry |
Subject: |
Re: rule for period and sentence ending |
Date: |
Tue, 6 Aug 2013 17:59:56 GMT |
@emph{OP}. Bar
@address@hidden Bar
I updated texinfo.tex on ftp.gnu.org with this fix. Thanks.
(Oops, the % after \comma isn't needed. Later.)
k
--- texinfo.tex (revision 5274)
+++ texinfo.tex (working copy)
@@ -3,7 +3,7 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
-\def\texinfoversion{2013-06-21.17}
+\def\texinfoversion{2013-08-06.10}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -2377,8 +2377,10 @@
\ifx\next,%
\else\ifx\next-%
\else\ifx\next.%
+ \else\ifx\next\.%
+ \else\ifx\next\comma%
\else\ptexslash
- \fi\fi\fi
+ \fi\fi\fi\fi\fi
\aftersmartic
}