\documentstyle[urg]{article} % see urg.sty for details \begin{document} \issueno{0075} % This should always be 4 digits. \version{0} % This should be an integer. \date{91-06-13} % The editor, uiref and airef are optional. Thus if you do not define them, % they will not appear in the title. \editor{Jon Squire} %\airef{key AI references, if relevant} % All references to AI here and in the document should have the form % AI-xxxxx where x is a digit (5 digits) %\uiref{other UI references, if relevant} % All references to UI here and in the document should have the form % UI-xxxx where x is a digit (4 digits) % The following are not optional and will appear in the title. They have all % been given default values so as to prevent LATEX from raising errors. \title{Selective linking} \section{section no ?} \history{To be developed} \shorteditor{J.Squire} \shorttitle{Selective linking} \status{To be developed} % create and print the documents title (i.e. all the above) \maketitle % The remaining sections are constructed using the following environments % Some helpful notes on the layout of how we like the material prepared:- % If any part of the sections are listed by use of numbers or letters, % then the listed part should be enclosed by % \begin{enumerate} % % \end{enumerate} % and replace each number/letter in the list with \item % If a piece of program text is displayed, then the text % should be enclosed by % \begin{verbatim} % % \end{verbatim} % This will display the text in a typewritten text form. % If a reserved word or a variable from the program text is used % in the document, then it should be enclosed by {\tt } % This will display the word in a typewritten text form. % If the underscore _ is used in variables within {\tt }, % then it must be preceded by \ % Take care of double quote marks - use two single left(``) or right('') % quote marks and not the double quote mark("). \begin{issue} %succinct summary giving the essential information in one or two sentences \end{issue} %\begin{recommendation} %detailed recommendation which can be somewhat less formal then AI's, but %try to get it on the first page %\end{recommendation} %\begin{discussion} %rationale for the {\bf recommendation} %\end{discussion} %\begin{practice} %include if necessary %\end{practice} %\begin{Appendix} %other supporting information %\end{Appendix} \end{document}