%% %% csm.sty 2004/11/08 version 1.11 %% % % IEEE Control Systems Magazine LaTeX style file % written 2004 by Kent H. Lundberg (klund at mit dot edu) % % Must be used in conjunction with class file IEEEtran.cls v1.6b % http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/ % (which is functionally equivalent to PaperPlaza's cssconf.cls). % % Instructions: Begin your document with the following LaTeX commands: % % \documentclass[letterpaper,12pt,peerreviewca,draftcls]{IEEEtran} % \usepackage{csm} % \title{Title}\author{You} % \begin{document} % \maketitle % \CSMsetup % % For more information, see http://web.mit.edu/klund/www/csm/ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % True doublespacing and half-inch paragraph indents. \def\baselinestretch{2} \setlength{\parindent}{36pt} % Turn off section numbering (\section == \section*) \setcounter{secnumdepth}{0} % Resets the list of references and figure captions to be set in % normal-size font. (This approach is a gruesome hack, but you % shouldn't be using footnotes in CSM anyway.) \renewcommand{\footnotesize}{} % ``Figure'' instead of ``Fig.'' % TODO: Need to add bold to section titles \makeatletter \def\fnum@figure{Figure~\thefigure} \makeatother % Setup macro after \maketitle, including an extra blank line between % paragraphs, and simple page numbers (starting with 1) at the bottom of % each page. \def\CSMsetup{ \setlength{\parskip}{2ex} \pagestyle{plain}\thispagestyle{plain} \pagenumbering{arabic} }