% arabdoc.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Report 1993/11 % November 22, 1993 % Lagally %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % This is the driver file for the ArabTeX 3.0 report. % % It defines the title, sets a few defaults, defines macros % and reads in the remaining parts of the report. % It also contains provisions for generating a new index % as this needs special handling of control sequences. % % To generate a new index: % run "latex newindex" (provided) % run "makeindx arabdoc.idn" (sic!) % % To review the index, run "latex arabind" (provided) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentstyle[titlepage,arabtex,atrans]{report} \setarab \parindent 0pt \parskip 2mm \sloppy \frenchspacing \hfuzz 2pt \hbadness 4000 \pagestyle {headings} \makeindex % CAUTION! modify by hand, see above! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \input arabdmac.tex % get macro definitions \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \title {\ArabTeX\\a System for Typesetting Arabic\\ User Manual Version 3.00 \thanks{Report Nr.~1993/11, Universit\"at Stuttgart, Fakult\"at Informatik, Breitwiesenstra\ss{}e 20--22, 70565 Stuttgart, Germany} \thanks{This Report supersedes Report Nr.~1992/06}} \author {Klaus Lagally} \date {November 22, 1993} \maketitle \input arabdoc0 % get the main part of report 1993/11 \newpage %\addcontentsline{toc}{section}{Index} \input arabimac.tex % print the index %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%