[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Mon, 30 Dec 2024 09:58:57 -0500 (EST) |
branch: master
commit 9e517de339ff7c80b7d786a8fed1c257dfc23612
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Dec 30 01:39:10 2024 +0000
Remove def formatting font switching
* doc/texinfo.tex (\cpnr): remove conditional switch to \sl
font after a close bracket (but only for the outermost level of
brackets).
(\infirstlevel): remove now unused macro
---
ChangeLog | 9 +++++++++
doc/texinfo.tex | 8 --------
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 203f4ff5cc..1f8966fbe2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2024-12-30 Gavin Smith <gavinsmith0123@gmail.com>
+
+ Remove def formatting font switching
+
+ * doc/texinfo.tex (\cpnr): remove conditional switch to \sl
+ font after a close bracket (but only for the outermost level of
+ brackets).
+ (\infirstlevel): remove now unused macro
+
2024-12-30 Gavin Smith <gavinsmith0123@gmail.com>
Remove \bfafterword for def formatting
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 22dc4d1545..67907bd740 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -7987,13 +7987,6 @@ might help (with 'rm \jobname.?? \jobname.??s')%
\sf
\fi
}
-\def\infirstlevel#1{%
- \ifampseen
- \ifnum\parencount=1
- #1%
- \fi
- \fi
-}
% opening and closing parentheses in roman font
\def\opnr{%
@@ -8002,7 +7995,6 @@ might help (with 'rm \jobname.?? \jobname.??s')%
}
\def\cpnr{%
{\parenfont)}%
- \infirstlevel \sl
\global\advance\parencount by -1
}