Skip to content

Commit

Permalink
Propagation to website failed. Remove tex code
Browse files Browse the repository at this point in the history
  • Loading branch information
zsweger authored Sep 10, 2024
1 parent 811ad0d commit 737c2cf
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions _episodes/03-making_useful_figures.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,44 +56,7 @@ Even a well-labeled figure will still be ambiguous as to what is being plotted.
This document may be written in LaTeX, exported as a PDF, and then uploaded to [GitHub under your benchmark](https://github.com/eic/physics_benchmarks/blob/pr/u_channel_sweger/benchmarks/u_rho/BenchmarkPlotsExplained.pdf).
The way most users will interact with your benchmark is at the level of the artifacts it produces. When others are looking through the plots produced by your benchmark, this description of your figures should be readily available as an artifact itself. To achieve this, you can use this template tex document:
```tex
%====================================================================%
% BENCH.TEX %
% Written by YOUR NAME %
%====================================================================%
%\documentclass[final,3p]{elsarticle}
\documentclass{bench}
% A useful Journal macro
\def\Journal#1#2#3#4{{#1} {\bf #2}, #3 (#4)}
\NewDocumentCommand{\codeword}{v}{%
\texttt{\textcolor{black}{#1}}%
}
% Some other macros used in the sample text
\def\st{\scriptstyle}
\def\sst{\scriptscriptstyle}
\def\epp{\epsilon^{\prime}}
\def\vep{\varepsilon}
\def\vp{{\bf p}}
\def\be{\begin{equation}}
\def\ee{\end{equation}}
\def\bea{\begin{eqnarray}}
\def\eea{\end{eqnarray}}
\def\CPbar{\hbox{{\rm CP}\hskip-1.80em{/}}}
\begin{document}
\title{YOUR BENCHMARK NAME Benchmark Figures}
\maketitle
\codeword{benchmark_plot1.pdf}:
This figure shows...
\end{document}
```
Expand Down

0 comments on commit 737c2cf

Please sign in to comment.