X-Git-Url: https://git.distorted.org.uk/~mdw/mdwtools/blobdiff_plain/86f6a31e4b41acb71ba37f3838a9ce75f7743330..6a1388ae98e3c04d9d0bf4d99249b228a7934bd9:/at.dtx diff --git a/at.dtx b/at.dtx index 753a475..a9b7d00 100644 --- a/at.dtx +++ b/at.dtx @@ -6,16 +6,6 @@ % % (c) 1995 Mark Wooding % -%----- Revision history ----------------------------------------------------- -% -% $Log: at.dtx,v $ -% Revision 1.1 2002/02/03 20:49:02 mdw -% Checkin for new build system. -% -% Revision 1.3 1996/11/19 20:46:55 mdw -% Entered into RCS -% -% % \end{meta-comment} % % \begin{meta-comment} @@ -68,6 +58,8 @@ %<*driver> \input{mdwtools} \describespackage{at} +\def\atsign{@} +\def\athyphen{@\mbox{-}} \aton \atlet p=\package \atdef at{\package{at}} @@ -116,7 +108,7 @@ % usual scoping rules. Both of these commands have corresponding % environments with the same names (without the leading `|\|', obviously). % -% \subsection{Defining @-commands} +% \subsection{Defining \athyphen commands} % % \DescribeMacro{\newatcommand} % \DescribeMacro{\renewatcommand} @@ -132,7 +124,7 @@ % % \DescribeMacro{\atdef} % For \TeX\ hackers, the |\atdef| command defines @-commands using a syntax -% similar to \TeX's built-in |\def|. +% similar to \TeX's built-in |\def|. % % As an example, the following command makes @.{"@/""/"} write its % argument \ in italics: @@ -157,7 +149,7 @@ % use fragile commands in their definitions. Unless you start doing very % strange things, @-commands never need |\protect|ing. % -% \subsection{Predefined @-commands} +% \subsection{Predefined \athyphen commands} % % A small number of hopefully useful commands are provided by default. % These are described in the table below: @@ -281,7 +273,7 @@ {\at@ifcat 0% {\at@ifletter@i{#1}{#2}}% {#2}% - }% + }% } % \end{macrocode} % @@ -555,7 +547,7 @@ % \end{macro} % % -% \subsection{Robustness of @-commands} +% \subsection{Robustness of \athyphen commands} % % We want all @-commands to be robust. We could leave them all being % fragile, although making robust @-commands would then be almost impossible. @@ -595,8 +587,8 @@ % % \begin{macro}{\at@protect} % -% Since we gobbled the |\fi| from the above, we must put that back. We then -% need to do things which are more complicated. If |\protect| is behaving +% Since we gobbled the |\fi| from the above, we must put that back. We then +% need to do things which are more complicated. If |\protect| is behaving % like |\string|, then we do one sort of protection. Otherwise, we assume % that |\protect| is being like |\noexpand|. % @@ -733,7 +725,7 @@ % \end{macro} % \end{macro} % -% \subsection{Default @-commands} +% \subsection{Default \athyphen commands} % % We define some trivial examples to get the user going. %