% This is TYCOON.STY by F. Matthes, 18.10.1991 % Modifications marked by ## % Based on REFMAN.STY by H.Partl, TU Wien, Version 0.2 of 30 Sept 1988. % Document Style Option to `article' and `report', % for technical reference manuals, users' guides and articles, % with a design similar to that of the PostScript Reference Manual: % All pages have a wide left margin and no right margin, and section % headings and other `guiding' material appear in that margin. % Supports one-column only. TYCOON should be specified as the LAST % optional argument of the \documentstyle command, e.g. % \documentstyle[11pt,twoside,german,tycoon]{article} % % It CAN be used with twoside, fleqn and others. % It CANNNOT be used with twocolumn, titlepage, fullpage, a4, a4wide % and others. % % Idea: Use wide left margin for Titles, Enumerations, XRefs etc. % % Specific User Commands: % ----------------------- % \titleid{X} sets the field "ID" on the title page to X % \titlestatus{X} sets the field "Status" on the title page to X % (proposal, initial, draft, final) default: proposal % \titleversion{X} sets the field "Version" on the title page to X % (default: 0.0) % \titledescription(X) sets the field "Description" on the tile page to X % (use \\ as a paragraph delimiter) % \tilerelated(X) sets the field "Related Documents" on the title page % \e{TEXT} equivalent to {\em TEXT} % \kw{TEXT} format TEXT like a programming example identifier % \k{TEXT} format TEXT like a programming example keyword % \begin{xple} programming examples: Obey spaces and line breaks, % \end{xple} but allow arbitrary formatting commands % \comment{TEXT} make TEXT stand out as something that needs to % be fixed % \longhrule draws horizontal line in full paper width % \begin{maxipage} % X X uses full paper width (may be used for tables, too) % \end{maxipage} % \marginlabel{X} puts X into a flushright Marginpar. % To be used like description-items or short % \subsubsection* headings. % \attention puts ! --> to the left of the text. % \seealso{X} puts a small ---> X to the very left. (For XRefs) % \pagestyle{footings} % \pagestyle{myfootings}to be used with \markboth{L}{R} like myheadings % % The horizontal layout can be changed in the preamble with the command % \setleftmarginwidth{length} % Process this file only once: \@ifundefined{leftmarginwidth}{}{\endinput} \typeout{ Tycoon Style - Version 18.10.1991} % ## % begin ## % \begin{xple} TEXT \end{xple} % Typeset TEXT as a programming language example: % Obey linebreaks and multiple spaces, use slanted font \def\@xple{\trivlist \item[]\if@minipage\else\vskip\parskip\fi \leftskip 1cm %\@totalleftmargin \rightskip\z@ \parindent\z@\parfillskip\@flushglue\parskip\z@ \@tempswafalse \def\par{\if@tempswa\hbox{}\fi\@tempswatrue\@@par} \obeylines \sl} \def\xple{\@xple \frenchspacing\@vobeyspaces} \let\endxple=\endtrivlist \newcommand{\e}[1]{{\em #1\/}} \newcommand{\kw}[1]{{\sl #1}} \newcommand{\k}[1]{{\bf #1}} \newcommand{\comment}[1]{\par [*** #1 ***] \par} % Switch on the new version of the plain pagestyle. \pagestyle{plain} % This is the end of TYCOON.STY. ## \endinput