[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/texinfo.tex (@iflatex, @ifnotlatex, @latex)
From: |
Gavin D. Smith |
Subject: |
branch master updated: * doc/texinfo.tex (@iflatex, @ifnotlatex, @latex): Implement. |
Date: |
Sun, 10 Apr 2022 07:30:18 -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 5c07039667 * doc/texinfo.tex (@iflatex, @ifnotlatex, @latex):
Implement.
5c07039667 is described below
commit 5c070396676aff55c1452c755377425e646f33b7
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Apr 10 12:30:10 2022 +0100
* doc/texinfo.tex (@iflatex, @ifnotlatex, @latex): Implement.
---
ChangeLog | 4 ++++
doc/texinfo.tex | 7 +++++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index aa3fc52e54..e61dbdddfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-04-10 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/texinfo.tex (@iflatex, @ifnotlatex, @latex): Implement.
+
2022-04-10 Gavin Smith <gavinsmith0123@gmail.com>
<code> for @verb
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 8fc17de28c..1bd4a68dcb 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{2022-04-09.08}
+\def\texinfoversion{2022-04-10.11}
%
% Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc.
%
@@ -4432,7 +4432,7 @@ $$%
\message{conditionals,}
-% @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext,
+% @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotlatex, @ifnotplaintext,
% @ifnotxml always succeed. They currently do nothing; we don't
% attempt to check whether the conditionals are properly nested. But we
% have to remember that they are conditionals, so that @end doesn't
@@ -4446,6 +4446,7 @@ $$%
\makecond{ifnotdocbook}
\makecond{ifnothtml}
\makecond{ifnotinfo}
+\makecond{ifnotlatex}
\makecond{ifnotplaintext}
\makecond{ifnotxml}
@@ -4458,10 +4459,12 @@ $$%
\def\ifdocbook{\doignore{ifdocbook}}
\def\ifhtml{\doignore{ifhtml}}
\def\ifinfo{\doignore{ifinfo}}
+\def\iflatex{\doignore{iflatex}}
\def\ifnottex{\doignore{ifnottex}}
\def\ifplaintext{\doignore{ifplaintext}}
\def\ifxml{\doignore{ifxml}}
\def\ignore{\doignore{ignore}}
+\def\latex{\doignore{latex}}
\def\menu{\doignore{menu}}
\def\xml{\doignore{xml}}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/texinfo.tex (@iflatex, @ifnotlatex, @latex): Implement.,
Gavin D. Smith <=