[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/texinfo.tex (\nolig): Add brace pair after
From: |
Gavin D. Smith |
Subject: |
branch master updated: * doc/texinfo.tex (\nolig): Add brace pair after 0pt to avoid swallowing a following space. Report from Werner. |
Date: |
Sat, 02 Nov 2024 07:49:24 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 0f849a4114 * doc/texinfo.tex (\nolig): Add brace pair after 0pt to
avoid swallowing a following space. Report from Werner.
0f849a4114 is described below
commit 0f849a41145793f56e8904978a0db06cd27be397
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Nov 2 11:49:17 2024 +0000
* doc/texinfo.tex (\nolig): Add brace pair after 0pt to avoid
swallowing a following space. Report from Werner.
---
ChangeLog | 5 +++++
doc/texinfo.tex | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d9cbfa517e..391bc2a466 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-02 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/texinfo.tex (\nolig): Add brace pair after 0pt to avoid
+ swallowing a following space. Report from Werner.
+
2024-11-02 Gavin Smith <gavinsmith0123@gmail.com>
Link toc page numbers to exact location on page
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 154c9966c1..38320332f4 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -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{2024-11-02.10}
+\def\texinfoversion{2024-11-02.11}
%
% Copyright 1985, 1986, 1988, 1990-2024 Free Software Foundation, Inc.
%
@@ -10537,7 +10537,7 @@ directory should work if nowhere else does.}
% Braces do not suppress ligature creation in LuaTeX, e.g. in of{}fice
% to suppress the "ff" ligature. Using a kern appears to be the only
% workaround.
- \def\nolig{\kern0pt}
+ \def\nolig{\kern0pt{}}
\fi
% https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_M
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/texinfo.tex (\nolig): Add brace pair after 0pt to avoid swallowing a following space. Report from Werner.,
Gavin D. Smith <=