% Also note that the "draftcls" or "draftclsnofoot", not "draft", option % should be used if it is desired that the figures are to be displayed in % draft mode. % \documentclass[conference]{oldtran/IEEEtran} % Add the compsoc option for Computer Society conferences. % % If IEEEtran.cls has not been installed into the LaTeX system files, % manually specify the path to it like: % *** CITATION PACKAGES *** \usepackage{cite} % *** GRAPHICS RELATED PACKAGES *** \usepackage[pdftex]{graphicx} % *** MATH PACKAGES *** \usepackage[cmex10]{amsmath} % *** SPECIALIZED LIST PACKAGES *** \usepackage{algorithmic} % *** ALIGNMENT PACKAGES *** \usepackage{array} \usepackage{mdwmath} \usepackage{mdwtab} % IEEEtran contains the IEEEeqnarray family of commands that can be used to % generate multiline equations as well as matrices, tables, etc., of high % quality. % *** SUBFIGURE PACKAGES *** \usepackage[caption=false,font=footnotesize]{subfig} % *** FLOAT PACKAGES *** \usepackage{fixltx2e} % *** PDF, URL AND HYPERLINK PACKAGES *** \usepackage{url} \begin{document} % % paper title % can use linebreaks \\ within to get better formatting as desired \title{Improve strengthen strategies with forma robustness tools} % author names and affiliations % use a multiple column layout for up to three different % affiliations \author{\IEEEauthorblockN{C\'ecile Braunstein\IEEEauthorrefmark{1} and Emmanuelle Encrenaz \IEEEauthorrefmark{1} and Xun Wang \IEEEauthorrefmark{2}} \IEEEauthorblockA{ Universit\'e P. \& M. Curie, LIP6 \\ CNRS UMR 7606 - 4 Place Jussieu,\\ Paris, France \\ \IEEEauthorrefmark{1}\url{first.last@lip6.fr}\\ \IEEEauthorrefmark{2}\url{xun.wang@etu.upmc.fr} }} % conference papers do not typically use \thanks and this command % is locked out in conference mode. If really needed, such as for % the acknowledgment of grants, issue a \IEEEoverridecommandlockouts % after \documentclass % make the title area \maketitle \begin{abstract} %\boldmath The abstract goes here. \end{abstract} % % For peerreview papers, this IEEEtran command inserts a page break and % creates the second title. It will be ignored for other modes. %\IEEEpeerreviewmaketitle \section{Introduction} \section{Robustness definitions} \section{Case study~:~Huffman encoder/decoder} \subsection{Architecture description} \input{platform} \subsection{Prelminary results} \subsection{Register grading} \section{Strengthen the design} \subsection{First attempt} \subsection{Reset implementation} \section{Conclusion} % trigger a \newpage just before the given reference % number - used to balance the columns on the last page % adjust value as needed - may need to be readjusted if % the document is modified later %\IEEEtriggeratref{8} % The "triggered" command can be changed if desired: %\IEEEtriggercmd{\enlargethispage{-5in}} % references section \bibliographystyle{oldtran/IEEEtran} \bibliography{oldtran/IEEEabrv,rob} \end{document}