diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/easylatex/testFiles/bareParensShouldntBeItemized.tex.correct |
Initial commit
Diffstat (limited to 'support/easylatex/testFiles/bareParensShouldntBeItemized.tex.correct')
-rw-r--r-- | support/easylatex/testFiles/bareParensShouldntBeItemized.tex.correct | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/support/easylatex/testFiles/bareParensShouldntBeItemized.tex.correct b/support/easylatex/testFiles/bareParensShouldntBeItemized.tex.correct new file mode 100644 index 0000000000..780b8b5a3b --- /dev/null +++ b/support/easylatex/testFiles/bareParensShouldntBeItemized.tex.correct @@ -0,0 +1,22 @@ +\documentclass{article} +\usepackage{amsmath} % pkg required by EasyLatex +\usepackage{amsfonts} % pkg required by EasyLatex +\usepackage{amssymb} % pkg required by EasyLatex +\usepackage{psfrag} % pkg required by EasyLatex +\usepackage[dvips]{graphicx} % pkg required by EasyLatex + +\begin{document} + +(picture; same images taken to their nearest neighbor) + +Overall, + + +\ \ \ \ \ error rate $=$ 6\%\ (on \textbf{test} set) +\\ + + +(compare to the baseline error rate for random guessing: 90\%) +(6\%\ error rate happens to be pretty competitive for this task) + +\end{document} |