%RECOMMENDED%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[runningheads,fleqn]{cl2emult} \usepackage{makeidx} % allows index generation \usepackage{graphicx} % standard LaTeX graphics tool % for including eps-figure files \usepackage{subeqnar} % subnumbers individual equations % within an array \usepackage{multicol} % used for the two-column index %\usepackage{cropmark}% NO cropmarks for pages without % pagenumbers! \usepackage{engi} % flushleft layout of math and captions %\makeindex % you do not need to generate an index! %upright Greek letters (example below: upright "mu") \newcommand{\euler}[1]{{\usefont{U}{eur}{m}{n}#1}} \newcommand{\eulerbold}[1]{{\usefont{U}{eur}{b}{n}#1}} \newcommand{\umu}{\mbox{\euler{\char22}}} \newcommand{\umub}{\mbox{\eulerbold{\char22}}} %additional packages for improved pdf look: \usepackage{times} \usepackage{mathptm} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % Note: TeX uses the METAFONT system, which is different from the % % Postscript font system used in Acrobat documents. Thus, pdfs % % generated from a TeX formatted ps-file may lock aliased on the % % monitor (however, they will print fine!). If you want to have a good % % look of the pdf on the monitor as well, use the package times. % % Additionally, the package mathptm does the same for formulas, but % % this often gives several error messages during typesetting (mostly not % % so important). % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%