source: caseStudy_Huffmann/huffman.tex @ 61

Last change on this file since 61 was 24, checked in by cecile, 13 years ago

plan du case study

  • Property svn:executable set to *
File size: 2.9 KB
Line 
1% Also note that the "draftcls" or "draftclsnofoot", not "draft", option
2% should be used if it is desired that the figures are to be displayed in
3% draft mode.
4%
5\documentclass[conference]{oldtran/IEEEtran}
6% Add the compsoc option for Computer Society conferences.
7%
8% If IEEEtran.cls has not been installed into the LaTeX system files,
9% manually specify the path to it like:
10% *** CITATION PACKAGES ***
11\usepackage{cite}
12% *** GRAPHICS RELATED PACKAGES ***
13\usepackage[pdftex]{graphicx}
14% *** MATH PACKAGES ***
15\usepackage[cmex10]{amsmath}
16% *** SPECIALIZED LIST PACKAGES ***
17\usepackage{algorithmic}
18% *** ALIGNMENT PACKAGES ***
19\usepackage{array}
20\usepackage{mdwmath}
21\usepackage{mdwtab}
22% IEEEtran contains the IEEEeqnarray family of commands that can be used to
23% generate multiline equations as well as matrices, tables, etc., of high
24% quality.
25% *** SUBFIGURE PACKAGES ***
26\usepackage[caption=false,font=footnotesize]{subfig}
27% *** FLOAT PACKAGES ***
28\usepackage{fixltx2e}
29% *** PDF, URL AND HYPERLINK PACKAGES ***
30\usepackage{url}
31
32
33\begin{document}
34%
35% paper title
36% can use linebreaks \\ within to get better formatting as desired
37\title{Improve strengthen strategies with forma robustness tools}
38
39
40% author names and affiliations
41% use a multiple column layout for up to three different
42% affiliations
43\author{\IEEEauthorblockN{C\'ecile Braunstein\IEEEauthorrefmark{1} and
44Emmanuelle Encrenaz \IEEEauthorrefmark{1} and Xun Wang \IEEEauthorrefmark{2}}
45\IEEEauthorblockA{
46Universit\'e P. \& M. Curie, LIP6 \\ 
47CNRS UMR 7606 - 4 Place Jussieu,\\
48Paris, France \\
49\IEEEauthorrefmark{1}\url{first.last@lip6.fr}\\
50\IEEEauthorrefmark{2}\url{xun.wang@etu.upmc.fr}
51}}
52% conference papers do not typically use \thanks and this command
53% is locked out in conference mode. If really needed, such as for
54% the acknowledgment of grants, issue a \IEEEoverridecommandlockouts
55% after \documentclass
56% make the title area
57\maketitle
58
59
60\begin{abstract}
61%\boldmath
62The abstract goes here.
63\end{abstract}
64%
65% For peerreview papers, this IEEEtran command inserts a page break and
66% creates the second title. It will be ignored for other modes.
67%\IEEEpeerreviewmaketitle
68
69\section{Introduction}
70\section{Robustness definitions}
71\section{Case study~:~Huffman encoder/decoder}
72  \subsection{Architecture description}
73  \input{platform}
74  \subsection{Prelminary results}
75  \subsection{Register grading}
76\section{Strengthen the design}
77  \subsection{First attempt}
78  \subsection{Reset implementation}
79\section{Conclusion}
80
81
82% trigger a \newpage just before the given reference
83% number - used to balance the columns on the last page
84% adjust value as needed - may need to be readjusted if
85% the document is modified later
86%\IEEEtriggeratref{8}
87% The "triggered" command can be changed if desired:
88%\IEEEtriggercmd{\enlargethispage{-5in}}
89
90% references section
91
92\bibliographystyle{oldtran/IEEEtran}
93\bibliography{oldtran/IEEEabrv,rob}
94
95\end{document}
96
97
Note: See TracBrowser for help on using the repository browser.