Back to home page

EIC code displayed by LXR

 
 

    


Warning, /tutorial-developing-benchmarks/files/bench.tex is written in an unsupported language. File is not indexed.

0001 %====================================================================%
0002 %                  BENCH.TEX                                       %
0003 %           Written by YOUR NAME                                   %
0004 %====================================================================%
0005 \documentclass{bench}
0006 
0007 % A useful Journal macro
0008 \def\Journal#1#2#3#4{{#1} {\bf #2}, #3 (#4)}
0009 \NewDocumentCommand{\codeword}{v}{\texttt{\textcolor{black}{#1}}}
0010 % Some other macros used in the sample text
0011 \def\st{\scriptstyle}
0012 \def\sst{\scriptscriptstyle}
0013 \def\epp{\epsilon^{\prime}}
0014 \def\vep{\varepsilon}
0015 \def\vp{{\bf p}}
0016 \def\be{\begin{equation}}
0017 \def\ee{\end{equation}}
0018 \def\bea{\begin{eqnarray}}
0019 \def\eea{\end{eqnarray}}
0020 \def\CPbar{\hbox{{\rm CP}\hskip-1.80em{/}}}
0021 
0022 \begin{document}
0023 \title{YOUR BENCHMARK NAME Benchmark Figures}
0024 \maketitle
0025 
0026 \codeword{benchmark_plot1.pdf}:
0027 This figure shows...
0028 
0029 \end{document}