Gentle people,
please find attached another patch
for doc/refcard/txirefcard.tex, that:

  - corrects some spelling mistakes

  - and replaces $^$ for superscripts with \raise,
    for @textdegree{} and @registeredsymbol{},
    since the caret currently appears verbatim in
    the resulting PDF documents.

Please Cc me as I am not subscribed to the list.


Best regards,
Alexis
--- a/doc/refcard/txirefcard.tex
+++ b/doc/refcard/txirefcard.tex
@@ -348,9 +348,9 @@ http://www.gnupress.org} or write to the Free Software 
Foundation, Inc.,
 
 % @registeredsymbol - R in a circle.
 \def\registeredsymbol{%
- $^{{\ooalign{\hfil\raise.07ex\hbox{\fiverm R}%
+ \raise.8ex\hbox{{{\ooalign{\hfil\raise.07ex\hbox{\fiverm R}%
               \hfil\crcr\Orb}}%
-   }$%
+   }}%
 }
 
 \def\ordf{\leavevmode\raise1ex\hbox{\fiverm \underbar{a}}}
@@ -536,7 +536,7 @@ which they conventionally appear.
 \txicmd{@strong}{\ttbraced{text}}{Emphasize \var{text} even more strongly, by 
using bold where possible; still enclosed in asterisks in Info.}
 \txicmd{@var}{\ttbraced{metasyntactic-variable}}{Indicate a meta variable (a 
name that stands for another piece of text).}
 \txicmd{@dfn}{\ttbraced{term}}{Indicate the introductory or defining use of a 
technical term.}
-\txicmd{@acronym}{\ttbraced{acronym}}{Indicate an acronym written in all 
captial letters, such as `\acro{NASA}'.}
+\txicmd{@acronym}{\ttbraced{acronym}}{Indicate an acronym written in all 
capital letters, such as `\acro{NASA}'.}
 \txicmd{@abbr}{\ttbraced{abbreviation}}{Indicate a general abbreviation, such 
as `Comput.'}
 
 \subsection{Markup for literal text}
@@ -556,7 +556,7 @@ which they conventionally appear.
 \subsection{GUI sequences}
 
 \txicmd{@clicksequence}{\ttbraced{action \code{@click\ttbraced{}} \var{action} 
\dots}}{Represent a sequence of \acro{GUI} actions or clicks.}
-\txicmd{@click}{\ttbraced{}}{Represent a single `click' in a 
\code{@clicksequene}.}
+\txicmd{@click}{\ttbraced{}}{Represent a single `click' in a 
\code{@clicksequence}.}
 \txicmd{@clickstyle}{\code{@}cmd}{Execute \var{@cmd} for each \code{@click}; 
default is \code{@arrow}. Empty braces usually following \code{@\var{cmd}} are 
omitted here.}
 \txicmd{@arrow}{\ttbraced{}}{Insert a right arrow glyph, $\rightarrow$.}
 
@@ -732,7 +732,7 @@ exception of \code{@tieaccent}.
 \txicmd{@enddots}{\ttbraced{}}{Insert an end-of-sentence ellipsis, `\dots' 
(more following space in \TeX.)}
 \txicmd{@euro}{\ttbraced{}}{Insert the Euro currency sign, \euro.}
 \txicmd{@pounds}{\ttbraced{}}{Insert the pounds sterling currency sign, 
{\it\$}.}
-\txicmd{@textdegree}{\ttbraced{}}{Insert the degree symbol, $^\circ$.}
+\txicmd{@textdegree}{\ttbraced{}}{Insert the degree symbol, 
\raise.8ex\hbox{$\circ$}.}
 \txicmd{@copyright}{\ttbraced{}}{Insert the copyright symbol, \copyright.}
 \txicmd{@registeredsymbol}{\ttbraced{}}{Insert the registered symbol, 
\registeredsymbol.}
 \txicmd{@TeX}{\ttbraced{}}{Insert the \TeX\ logo.}
@@ -821,7 +821,7 @@ Descriptive text follows, ended by \samp{@end 
\var{defcmdname}}.
 \section{Conditionally (in)visible text}
 
 \txicmd{@comment}{comment}{Begin a comment in Texinfo. The rest of the line is 
not visible in any output.}
-\txicmd{@c}{comment}{Synonym for \code{@comment}.  \code{DEL} also starts a 
comrment.}
+\txicmd{@c}{comment}{Synonym for \code{@comment}.  \code{DEL} also starts a 
comment.}
 \txicmd{@ignore}{\dots\code{@end ignore}}{Text that will not appear in any 
output.}
 
 \subsection{Output formats}
@@ -853,7 +853,7 @@ Descriptive text follows, ended by \samp{@end 
\var{defcmdname}}.
 \txicmd{@ifset}{name \dots\code{@end ifset}}{If \var{name} is set, format 
enclosed text.}
 \txicmd{@ifclear}{name \dots\code{@end ifclear}}{If \var{name} is not set, 
format enclosed text.}
 \txicmd{@inlineifset}{\ttbraced{name, text}}{If \var{name} is set, format 
\var{text}.}
-\txicmd{@inlineifclear}{\ttbraced{name, text}}{If \var{name} is notset, format 
\var{text}.}
+\txicmd{@inlineifclear}{\ttbraced{name, text}}{If \var{name} is not set, 
format \var{text}.}
 
 \subsection{Testing for commands}
 

Reply via email to