texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Wed, 19 Oct 2022 10:05:29 -0400 (EDT)

branch: master
commit bf2298bbaab315b2a741d4c4d5507c2406c3401a
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Oct 19 15:03:45 2022 +0100

    refcard updates
    
    * doc/refcard/txicmdcheck: Remove exceptions for obsolete and removed
    commands.
    * doc/refcard/txirefcard.tex: Default encoding is UTF-8, not US-ASCII.
    Add @iflatex, @latex, @microtype.
---
 ChangeLog                     |   9 +++++++++
 doc/refcard/txicmdcheck       |   7 +------
 doc/refcard/txirefcard-a4.pdf | Bin 100943 -> 101233 bytes
 doc/refcard/txirefcard.pdf    | Bin 101893 -> 102202 bytes
 doc/refcard/txirefcard.tex    |   7 +++++--
 5 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5649868558..4f63762c41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2022-10-19  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       refcard updates
+
+       * doc/refcard/txicmdcheck: Remove exceptions for obsolete and removed
+       commands.
+       * doc/refcard/txirefcard.tex: Default encoding is UTF-8, not US-ASCII.
+       Add @iflatex, @latex, @microtype.
+
 2022-10-19  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * doc/texinfo.texi (@-Command List): Add @latex.
diff --git a/doc/refcard/txicmdcheck b/doc/refcard/txicmdcheck
index 61913a9511..6a7c182cab 100755
--- a/doc/refcard/txicmdcheck
+++ b/doc/refcard/txicmdcheck
@@ -216,14 +216,9 @@ sub read_tp {
     next if $_ eq '@ ' || $_ eq "\@\t" || $_ eq "" || $_ eq '@';
     
     # obsolete and/or subsidiary commands we don't want to document as usual.
-    next if $_ =~ /allow-recursion
-                   |columnfractions
-                   |cropmarks
-                   |ctrl
+    next if $_ =~ /columnfractions
                    |(even|every|odd)(foot|head)ingmarks
-                   |quote-arg
                    |rmacro
-                   |set(short)?contentsaftertitlepage
                    |shorttitle$
                    |\|
                   /x;
diff --git a/doc/refcard/txirefcard-a4.pdf b/doc/refcard/txirefcard-a4.pdf
index 2a6235f7fe..cc90da9b2b 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 d756d89803..90d8284f76 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 c2309d90ad..e4a23f7da8 100644
--- a/doc/refcard/txirefcard.tex
+++ b/doc/refcard/txirefcard.tex
@@ -422,7 +422,7 @@ output files.}
 
 \subsection{Internationalization}
 
-\txicmd{@documentencoding}{enc}{Declare the input encoding to be \var{enc}; 
use right after \code{@setfilename}.  Default is \code{US-ASCII}; other 
possibilities: \code{UTF-8}, \code{ISO-8859-1}, \code{koi8-r}, \dots}
+\txicmd{@documentencoding}{enc}{Declare the input encoding to be \var{enc}; 
use right after \code{@setfilename}.  Default is \code{UTF-8}; other 
possibilities: \code{US-ASCII}, \code{ISO-8859-1}, \code{koi8-r}, \dots}
 \txicmd{@documentlanguage}{LL\rmbrack[\code{_}CC]}{Declare the current 
language as the two-character \acro{ISO}-639 abbreviation \var{LL}, optionally 
followed by an underscore and a two-letter \acro{ISO} 3166 two-letter country 
code (\var{CC}). Default is \code{en_US}.}
 \txicmd{@frenchspacing}{\code{on|off}}{Control spacing after punctuation.}
 
@@ -833,14 +833,16 @@ Descriptive text follows, ended by \samp{@end 
\var{defcmdname}}.
 \txicmd{@ifinfo}{\dots\code{@end ifinfo}}{Text to appear in both Info and (for 
historical compatibility) plain text output.}
 \txicmd{@ifplaintext}{\dots\code{@end ifplaintext}}{Text to appear only in 
plain text output.}
 \txicmd{@iftex}{\dots\code{@end iftex}}{Text to appear only in the \TeX\ 
output.}
+\txicmd{@iflatex}{\dots\code{@end iflatex}}{Text to appear only in the La\TeX\ 
output.}
 \txicmd{@ifxml}{\dots\code{@end ifxml}}{Text to appear only in \acro{XML} 
output.}
-\txicmd{@ifnotdocbook @ifnothtml @ifnotplaintext @ifnottex 
@ifnotxml}{\dots\code{@end ifnot\var{format}}}{Begin text to be ignored in one 
output format but no others: \code{@ifnothtml} text is omitted from \acro{HTML} 
output, etc.}
+\txicmd{@ifnotdocbook @ifnothtml @ifnotplaintext @ifnottex @ifnotlatex 
@ifnotxml}{\dots\code{@end ifnot\var{format}}}{Begin text to be ignored in one 
output format but no others: \code{@ifnothtml} text is omitted from \acro{HTML} 
output, etc.}
 \txicmd{@ifnotinfo}{\dots\code{@end ifnotinfo}}{Like the other 
\code{@ifnot\dots} commands, but omit from plain text output as well as Info.}
 \txicmd{@inlinefmt}{\ttbraced{format, text}}{Include Texinfo \var{text} only 
in \var{format} output.}
 \txicmd{@inlinefmtifelse}{\ttbraced{format, then-text, else-text}}{Include 
either \var{then-text} or \var{else-text} according to whether \var{format} is 
output.}
 
 \subsection{Raw formatter text}
 
+\txicmd{@latex}{\dots\code{@end latex}}{Enter La\TeX\ completely.}
 \txicmd{@docbook}{\dots\code{@end docbook}}{Enter Docbook completely.}
 \txicmd{@html}{\dots\code{@end html}}{Enter \acro{HTML} completely.}
 \txicmd{@tex}{\dots\code{@end tex}}{Enter \TeX\  completely (e.g., \bschar\ 
becomes an escape character).}
@@ -881,6 +883,7 @@ Descriptive text follows, ended by \samp{@end 
\var{defcmdname}}.
 \txicmd{@allowcodebreaks}{\code{true|false}}{Control breaks at \code{-} and 
\code{_} in \TeX; default true.}
 \txicmd{@finalout}{}{Omit large black rectangles at overfull lines in \TeX\ 
output.}
 \txicmd{@fonttextsize}{\code{10|11}}{Change size of main body font in \TeX.}
+\txicmd{@microtype}{\code{on|off}}{Turn microtypography on or off in \TeX.}
 
 \subsection{Paper sizes}
 



reply via email to

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