%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% acmd.sty
% ArabTeX command processing
% 13.07.94
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% (c) Klaus Lagally
%     Institut fuer Informatik
%     Universitaet Stuttgart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version = {3.02}  		\datum = {13.07.94}
\message {\the\version }	\message {(\the\datum )}

\edef \arabtexconfig {\arabtexconfig 
acmd.sty \the\version \space (\the\datum) }

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\def \a@command #1{% process an internal command
	\def@@cmd #1\xpa 
\ifx \the\a@@cmd \relax % no special handling?
  \test@in@set #1\a@@listzero
  \ifin@list \unarab@codes
	\def \next {#1\arab@tail }\else
  \test@in@set #1\a@@listone
  \ifin@list \unarab@codes
	\def \next ##1{#1{##1}\arab@tail }\else
  \test@in@set #1\a@@listtwo
  \ifin@list \unarab@codes
	\def \next ##1##2{#1{##1}{##2}\arab@tail }\else
  \def \next {\a@cmderr #1}% disallowed
  \fi\fi\fi
\else \def \next {\the\a@@cmd }% local routine
\fi \next }

\def \a@cmderr #1{% complain and substitute a dummy command
      \errhelp {Your command will be echoed in the output}%
\ifx #1\undefined \def \next {\a@puttt #1\test@token }%
      	\errmessage {Unknown arabic command: \nxp #1}%
\else \errmessage {Illegal arabic command: \nxp #1}%
      	\a@@cmd = {{\a@puttt #1\test@token }}
  	\immediate\openout \a@@err = \jobname.err
  	\immediate\write \a@@err {\string \gdef \string \next \space
	\xpa \a@@pat \meaning #1:->\pat@end \the\a@@cmd }% substitution
  	\immediate\closeout \a@@err 
	{\catcode `\@=11 \input \jobname.err }%
\fi \next }

\def \def@@cmd #1{% define \a@@cmd as \a@c@#1
\global\a@@cmd = \xpa {\csname a@c@\xpa \a@@strip \string #1>\endcsname }}

\def \arab@tail {\arab@codes \set@arabfont \test@token }

\def \a@@strip #1#2>{#2}       

\def \a@@pat #1:#2->#3\pat@end {#2}

\def \a@puttt #1{\putwordb@x {\tt \string #1}}

%%%%%%%%%%%%%%%%%%%%%% enable internal commands %%%%%%%%%%%%%%%%%%%%%%%%%%%

\newtoks \a@@listzero	\newtoks \a@@listone	\newtoks \a@@listtwo

\long\def \a@@addcmd #1#2{% #1 cmd, #2 list
#2 = \xpa {\the #2#1}}

\long\def \all@wcmd #1{% enable parameterless command in arabic environment
\a@@addcmd #1\a@@listzero }

\long\def \all@w@ne #1{% enable command with 1 param in arabic environment
\a@@addcmd #1\a@@listone }

\long\def \all@wtw@ #1{% enable command with 2 params in arabic environment
\a@@addcmd #1\a@@listtwo }

\long\def \all@wif #1{% enable \#1true, \#1false
\a@@name = \xpa \xpa \xpa {\xpa \a@@strip \string #1>}%
\xpa \all@wcmd \csname \the\a@@name true\endcsname
\xpa \all@wcmd \csname \the\a@@name false\endcsname }

\long\def \all@whcmd #1{% enable command for horizontal mode
\def@@cmd #1\all@wcmd #1%
\xpa \def \the\a@@cmd {\putwordb@x {\leavevmode #1}\test@token }}

\long\def \all@wvcmd #1{% enable command for vertical mode
\def@@cmd #1\all@wcmd #1%
\xpa \def \the\a@@cmd {\a@@par #1\test@token }}

%%%%%%%%%%%%%%%%%%%%%% enable ArabTeX commands %%%%%%%%%%%%%%%%%%%%%%%%%%%

\all@wcmd \novocalize   \all@wcmd \vocalize     \all@wcmd \fullvocalize
\all@wcmd \setnash      \all@wcmd \setnashbf    \all@wcmd \setnastaliq
\all@wcmd \setarab      \all@wcmd \setmaghribi  \all@wcmd \setfarsi
\all@wcmd \setturk	\all@wcmd \setkurdish
\all@wcmd \seturdu      \all@wcmd \setpashto    \all@wcmd \setverb
\all@wcmd \yahdots      \all@wcmd \yahnodots	\all@wcmd \oldtanwin
\all@wcmd \newtanwin	\all@wcmd \accentshigh	\all@wcmd \accentslow
\all@w@ne \setcode	\all@wcmd \endsetcode	\all@w@ne \input
\all@wcmd \oldhamza     \all@wcmd \newhamza     \all@w@ne \end
\all@wcmd \relax        \all@wcmd \indent	\all@wcmd \noindent
\all@w@ne \emphasize	\all@wtw@ \footnote	\all@w@ne \marginpar
\all@w@ne \docommand    \all@wtw@ \doassign	\all@w@ne \mbox
\all@w@ne \centerline   \all@w@ne \spreadline	\all@wtw@ \spreadbox
\all@wcmd \nospace	\all@w@ne \hspace	\all@w@ne \setarabfont

\all@wif \arab		\all@wif \trans		\all@wif \show
\all@wif \spread	\all@wif \ligs

\all@whcmd \bigskip	\all@whcmd \medskip	\all@whcmd \smallskip
\all@whcmd \hfill	\all@whcmd \hfil	\all@whcmd \space   	
\all@whcmd \

\ifx \LaTeX \undefined 
\all@wvcmd \bigskip	\all@wvcmd \medskip	\all@wvcmd \smallskip
\fi

\all@wvcmd \newpage	\all@wvcmd \clearpage

%%%%%%%%%%%%%%%%%%% miscellaneous commands %%%%%%%%%%%%%%%%%%%%%%%%

\def \a@c@end {\end }	\def \a@c@relax {\test@token }

\def \a@c@par {\a@@par \test@token }

\def \a@c@indent {\arab@indent \test@token }

\def \a@c@noindent {\arab@noindent \test@token }

\def \a@c@input {% \input inside arabic environment, Plain version
\xpa \test@token \input }

\def \a@c@doassign #1#2{% execute assignment
#1#2\relax \test@token }

\def \a@c@docommand #1{% expand and process user command
\xpa \test@token \xpa {#1} }

\let \a@c@bf \a@c@setnashbf	\let \a@c@rm \a@c@setnash % !!

\def \a@c@today {\xpa \a@c@mbox \xpa {\a@@today }}

\edef \a@@today {\number\day \space \ifcase\month\or
yanAyir \or febrAyir \or mAris \or 'abrIl \or 
mAyU \or yUniyU \or yUliyU \or 'a.gus.tus \or 
sibtambar \or 'uktUbar \or nUfambar \or disambar \fi ,
\number\year}

%%%%%%%%%%%%%% \begin ... \end {romantext} %%%%%%%%%%%%%%%%%%%%%%%%

\def \a@c@romantext {% end Arabic mode and switch down (!) to Roman
\endgroup \endarabtext \endgroup 
\def \@currenvir {romantext}\let \end \a@r@end \ignorespaces }

\def \endromantext {% switch up (!) to Arabic mode
\endgraf
\def \@currenvir {document}\begingroup
\def \@currenvir {arabtext}\arabtext }

\let \a@l@end \end % save current meaning of \end

\def \a@r@end #1{% new \end for the base level
\def \@romantext {romantext}\def \@tempa {#1}%
\ifx \@tempa \@romantext \let \@tempa \endromantext
\else \def \@tempa {\a@l@end {#1}}%
\fi \@tempa }

%%%%%%%%%%%%%%%%%%%%%%%%%% boxes %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\def \a@c@centerline #1{% new line, centered
\a@@par \initlineb@x \centerline {\show@input #1>}%
\ifarab \putwordb@x {\hss \arab@sequence #1>\hss }\put@line
\fi \test@token }

\def \a@c@spreadline #1{% new line, spread out
\a@@par \initlineb@x \centerline {\show@input #1>}%
\ifarab \putwordb@x
{\spreadtrue \arab@sequence #1>\setbox0 \lastbox \unhbox0 }\put@line
\fi \test@token }

\def \a@c@mbox #1{% put the argument into a box
\ifarab \putwordb@x {\arab@sequence #1>}\fi
\a@spacefalse \show@input {#1}>\test@token }

\def \a@c@spreadbox {% {width}{text} put the text into a box
\unarab@codes \a@@spreadbox }

\def \a@@spreadbox #1{% {width}{text} get the width
\def \a@bwidth {#1}\arab@codes \a@spreadbox }

\def \a@spreadbox #1{% {width}{text} get the text
\ifarab \putwordb@x {\spreadtrue \arab@sequence #1>%
\setbox0 \lastbox \hbox to \a@bwidth {\unhbox0 }}\fi
\a@spacefalse \show@input {#1}>\test@token }

%%%%%%%%%%%%%%%%%%%%%%%%%% spacing %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\def \a@c@nospace {% concatenate neighboring items
\a@spacefalse \test@token }

\let \nospace \relax

\def \a@c@hspace {% horizontal space
\unarab@codes \a@@hspace }

\def \a@@hspace #1{% get argument
\a@spacefalse \ifarab \putwordb@x {\hskip #1\relax }\fi
\arab@codes \test@token }

\def \a@c@pagebreak
{\a@@par \@ifnextchar [{\a@@pagebreak }{\a@@pagebreak [4]}}

\def \a@@pagebreak [#1]{\pagebreak [#1]\test@token }

\all@wvcmd \vfill

\def \a@c@hskip {\afterassignment \a@hskip \skip0=}

\def \a@hskip {\putwordb@x {\hskip \skip0 }\test@token }

\def \a@c@vskip {\afterassignment \a@vskip \skip0=}

\def \a@vskip {\a@@par \vskip \skip0 \test@token }

\def \a@c@break {\a@put@line \test@token }

%%%%%%%%%%%%%%%%%%%%%%%%%% emphasis %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\def \a@c@emphasize {% get next token
\def \next@command {\arab@em}%
\futurelet \next@token \test@space }

\def \arab@em #1 {% overstrike group
\def \next@command {\test@special}%
\ifarab \setbox0 \hbox {\arab@sequence #1>}%
        \putwordb@x {\vbox {\hrule \kern 1pt \box0}}%
\fi
\ifshow {\tt \string \emphasize \ }%
\if \bgroup \nxp \next@token \a@verb {{#1}}>\else \a@verb #1>%
\fi\fi
\iftrans \underbar {{\set@transfont \trans@text #1 \end }}%
\fi \test@token }

%%%%%%%%%%%%%%%%%%% \footnote in an arabic environment %%%%%%%%%%%%%%%

\def \a@c@footnote #1{% Plain TeX arabic footnote
\rm \parindent \a@parindent \unarab@codes \def \@foot
{\unskip \strut \egroup \arab@codes \set@arabfont \test@token }%
\putwordb@x {#1}\vfootnote {#1}}

%%%%%%%%%%%%%%%%%% \marginpar in an arabic environment %%%%%%%%%%%%%%%

\def \a@c@marginpar {% for LaTeX and Plain TeX
\bgroup \rm \unarab@codes \a@@marginpar }

\long \def \a@@marginpar #1{% for LaTeX and Plain TeX
\marginpar {#1}\egroup \test@token }

\endinput
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% EOF %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
