[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Wed, 2 Aug 2023 06:57:31 -0400 (EDT) |
branch: master
commit 77941535a81d574fc1ccdfd78139577f3c5fbb08
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Aug 1 22:15:29 2023 +0100
* doc/texinfo.texi: Start removing @menu throughout.
---
doc/texinfo.texi | 45 +++++++++++++++++++--------------------------
1 file changed, 19 insertions(+), 26 deletions(-)
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 8e17db9827..911f9a389e 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -23086,14 +23086,9 @@ are unable to run @command{texi2any} and instead must
create an Info file
using @code{texinfo-format-region} or @code{texinfo-format-buffer}, or
if you write an Info file from scratch.
-@menu
-* Using @code{Info-validate}:: How to run @code{Info-validate}.
-* Unsplit and Tagify:: How to create an unsplit file and add
- a tag table for validation.
-@end menu
-
@node Using @code{Info-validate}
+@nodedescription How to run @code{Info-validate}.
@subsubsection Using @code{Info-validate}
@cindex Using @code{Info-validate}
@@ -23154,6 +23149,9 @@ tag table for the unsplit file.
@node Unsplit and Tagify
+@nodedescriptionblock
+How to create an unsplit file and add a tag table for validation.
+@end nodedescriptionblock
@subsubsection Creating an Unsplit File and Adding a Tag Table
@anchor{Unsplit} @c old name
@@ -23263,21 +23261,9 @@ Here are additional commands which affect the document
as a whole. Most
of these commands are for customizing the appearance of the printed output.
They are generally all given before the Top node, if they are given at all.
-@menu
-* @code{@@setchapternewpage}:: Start chapters on right-hand pages.
-* Headings:: Page headings.
-* @code{@@paragraphindent}:: Specify paragraph indentation.
-* @code{@@firstparagraphindent}:: Suppressing first paragraph
indentation.
-* @code{@@exampleindent}:: Specify environment indentation.
-* @code{@@smallbook}:: How to print small format books and
manuals.
-* A4 Paper:: How to print on A4, A5 or B6 paper.
-* @code{@@pagesizes}:: How to print with customized page
sizes.
-* Microtypography:: Improving the appearance of paragraphs.
-* Magnification:: How to print scaled up output.
-@end menu
-
@node @code{@@setchapternewpage}
+@nodedescription Start chapters on right-hand pages.
@section @code{@@setchapternewpage}: Blank Pages Before Chapters
@anchor{setchapternewpage}@c old name
@@ -23352,6 +23338,7 @@ specify the output you want.
@node Headings
@section Page Headings
+@nodedescription Page headings.
@anchor{Headings Introduced}@c old name
@cindex Headings
@cindex Footings
@@ -23383,15 +23370,11 @@ blank. Text for the left part of a header or footer
line is set
flushleft; text for the middle part is centered; and, text for the
right part is set flushright.
-@menu
-* @code{@@headings}:: An option for turning headings on and
off
- and double or single sided printing.
-* Heading Format:: Standard page heading formats.
-* Custom Headings:: How to create your own headings and footings.
-@end menu
-
@node @code{@@headings}
+@nodedescriptionblock
+An option for turning headings on and off and double or single sided printing.
+@end nodedescriptionblock
@subsection The @code{@@headings} Command
@anchor{headings on off}@c old name
@@ -23441,6 +23424,7 @@ You can stop any page headings at all from being
generated by writing
@node Heading Format
+@nodedescription Standard page heading formats.
@subsection Standard Heading Formats
Texinfo provides two standard heading formats, one for manuals printed
@@ -23510,6 +23494,7 @@ so the footing remains blank.
@node Custom Headings
+@nodedescription How to create your own headings and footings.
@subsection How to Make Your Own Headings
You can use the standard headings provided with Texinfo or specify
@@ -23697,6 +23682,7 @@ the bottom of a page both in headings and in footings.
@node @code{@@paragraphindent}
+@nodedescription Specify paragraph indentation.
@section @code{@@paragraphindent}: Controlling Paragraph Indentation
@anchor{paragraphindent}@c old name
@@ -23741,6 +23727,7 @@ Header}.
@node @code{@@firstparagraphindent}
+@nodedescription Suppressing first paragraph indentation.
@section @code{@@firstparagraphindent}: Indenting After Headings
@anchor{firstparagraphindent}@c old name
@@ -23785,6 +23772,7 @@ Header}.
@node @code{@@exampleindent}
+@nodedescription Specify environment indentation.
@section @code{@@exampleindent}: Environment Indenting
@anchor{exampleindent}@c old name
@@ -23829,6 +23817,7 @@ Header}.
@node @code{@@smallbook}
+@nodedescription How to print small format books and manuals.
@section @code{@@smallbook}: Printing ``Small'' Books
@anchor{smallbook}@c old name
@@ -23860,6 +23849,7 @@ and @ref{Preparing for @TeX{}}, for other ways to
format with
@node A4 Paper
+@nodedescription How to print on A4, A5 or B6 paper.
@section Printing on A4 Paper
@cindex A4 paper, printing on
@cindex Paper size, A4
@@ -23885,6 +23875,7 @@ paper sizes that do not require changing the source
file.
@node @code{@@pagesizes}
+@nodedescription How to print with customized page sizes.
@section @code{@@pagesizes} [@var{width}][, @var{height}]: Custom Page Sizes
@anchor{pagesizes}@c old node name
@@ -23928,6 +23919,7 @@ and @ref{Preparing for @TeX{}}, for other ways to
specify
@node Microtypography
+@nodedescription Improving the appearance of paragraphs.
@section Microtypography
Some versions of @TeX{}, namely pdf@TeX{} and Lua@TeX{}, have
@@ -23955,6 +23947,7 @@ The @code{@@microtype} command does nothing for other
output formats.
@node Magnification
+@nodedescription How to print scaled up output.
@section Magnification
@anchor{Cropmarks and Magnification} @c old name
- master updated (1a02255329 -> 2b30bee205), Gavin D. Smith, 2023/08/02
- [no subject], Gavin D. Smith, 2023/08/02
- [no subject], Gavin D. Smith, 2023/08/02
- [no subject], Gavin D. Smith, 2023/08/02
- [no subject], Gavin D. Smith, 2023/08/02
- [no subject],
Gavin D. Smith <=
- [no subject], Gavin D. Smith, 2023/08/02
- [no subject], Gavin D. Smith, 2023/08/02