texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Fix for make ccheck


From: Gavin D. Smith
Subject: branch master updated: Fix for make ccheck
Date: Tue, 16 Feb 2021 15:31:44 -0500

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 cb8da51  Fix for make ccheck
cb8da51 is described below

commit cb8da51a9470904faf5a1cd0528ef1b0372fea15
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Feb 16 20:31:36 2021 +0000

    Fix for make ccheck
    
    * doc/refcard/txirefcard.tex: Update to 6.8, 2021.  Remove
    @setfilename line from mandatory file beginning.  Add @displaymath.
    * doc/texinfo.texi (small): Add index entries for @smalldisplay
    and @smallindentedblock.
---
 ChangeLog                     |   9 +++++++++
 doc/refcard/txirefcard-a4.pdf | Bin 101826 -> 100943 bytes
 doc/refcard/txirefcard.pdf    | Bin 101839 -> 101893 bytes
 doc/refcard/txirefcard.tex    |  15 +++++++--------
 doc/texinfo.texi              |   2 ++
 5 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6d8d294..ad60d7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2021-02-16  Gavin Smith  <gavinsmith0123@gmail.com>
 
+       Fix for make ccheck
+
+       * doc/refcard/txirefcard.tex: Update to 6.8, 2021.  Remove
+       @setfilename line from mandatory file beginning.  Add @displaymath.
+       * doc/texinfo.texi (small): Add index entries for @smalldisplay
+       and @smallindentedblock.
+
+2021-02-16  Gavin Smith  <gavinsmith0123@gmail.com>
+
        Pre-release fixes
 
        * configure.ac: Add dist-xz option.  Change TEXINFO_DTD_VERSION to
diff --git a/doc/refcard/txirefcard-a4.pdf b/doc/refcard/txirefcard-a4.pdf
index 4662d54..2a6235f 100644
Binary files a/doc/refcard/txirefcard-a4.pdf and 
b/doc/refcard/txirefcard-a4.pdf differ
diff --git a/doc/refcard/txirefcard.pdf b/doc/refcard/txirefcard.pdf
index 5d40453..d756d89 100644
Binary files a/doc/refcard/txirefcard.pdf and b/doc/refcard/txirefcard.pdf 
differ
diff --git a/doc/refcard/txirefcard.tex b/doc/refcard/txirefcard.tex
index 7e1d14a..c2309d9 100644
--- a/doc/refcard/txirefcard.tex
+++ b/doc/refcard/txirefcard.tex
@@ -13,7 +13,7 @@
 \newcount\letterpaper
 \ifx\undefined\afour\letterpaper=1 \else\letterpaper=0 \fi
 
-% Copyright 2008-2020 Free Software Foundation, Inc.
+% Copyright 2008-2021 Free Software Foundation, Inc.
 %
 % This file is part of GNU Texinfo.
 %
@@ -47,8 +47,8 @@
 % Much of the text is based on, and sometimes copied from, the @-Command
 % Summary node in the Texinfo manual, originally written by Bob Chassell.
 
-\def\versionyear{2019}          % year manual was updated
-\def\versionTexinfo{6.7}     % version of Texinfo this manual is for
+\def\versionyear{2021}          % year manual was updated
+\def\versionTexinfo{6.8}     % version of Texinfo this manual is for
 
 \def\copyrightnotice{%
 \vskip 1ex plus 1filll\begingroup\small
@@ -400,7 +400,6 @@ begin with lines like this:
 
 {\advance\baselineskip by -3pt
 \code{\bschar input texinfo}\linebreak
-\code{@setfilename {\sl info-file-name}}\linebreak
 \code{@settitle {\sl name-of-manual}}}
 
 \dots the contents of the Texinfo document,
@@ -416,7 +415,7 @@ The commands in this section are given approximately in the 
order in
 which they conventionally appear.
 
 \txicmd{@setfilename}{info-file-name}{Provide a name to be used for the 
-output files.  Should be the first command in the input.}
+output files.}
 \txicmd{@settitle}{title}{Specify document \var{title}.}
 \txicmd{@copying}{}{Specify copyright and licensing text. Pair with \code{@end 
copying}.}
 \txicmd{@insertcopying}{}{Insert text defined by \code{@copying}.}
@@ -562,6 +561,7 @@ enclosed with \code{@ifnottex ... @end ifnottex}.}
 \subsection{Math}
 
 \txicmd{@math}{\ttbraced{math}}{Format the given math (inline); \bschar{} 
becomes an escape character, and all plain \TeX\ math is available.}
+\txicmd{@displaymath}{}{Create a display math environment. Pair with 
\code{@end displaymath}.}
 \txicmd{@minus}{\ttbraced{}}{Insert a minus sign, `$-$'.}
 \txicmd{@\bschar}{}{Inside \code{@math}, insert a math backslash, 
$\backslash$.}
 \txicmd{@geq}{\ttbraced{}}{Insert a greater-than-or-equal sign, $\geq$.}
@@ -987,8 +987,7 @@ The Texinfo manual is available via \code{info 
texinfo}\linebreak
 \bye
 
 not documenting
-\txicmd{@centerchap}
-\txicmd{@definfoenclose}
-\txicmd{@refill}{}{Does nothing (previously refilled and indented the 
preceding paragraph for Info).}
+\txicmd{@centerchap}{}
+\txicmd{@definfoenclose}{}
 
 \txicmd{@inforef}{\ttbraced{node, \rmbrack[entry-name], info-file}}{Make a 
cross reference to an Info file for which there is no printed manual.}
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 4de7f1d..180c083 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -7014,6 +7014,8 @@ Info, you'll see the @code{@@cartouche} had no effect):
 @findex smallformat
 @findex smalllisp
 @findex smallquotation
+@findex smalldisplay
+@findex smallindentedblock
 @cindex Small examples
 @cindex Examples in smaller fonts
 @cindex Quotations in smaller fonts



reply via email to

[Prev in Thread] Current Thread [Next in Thread]