diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlrwcp-sample.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlrwcp-sample.tex | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlrwcp-sample.tex b/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlrwcp-sample.tex index 107d12061c3..ca4f1a5e392 100644 --- a/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlrwcp-sample.tex +++ b/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlrwcp-sample.tex @@ -14,6 +14,7 @@ % The siunitx package is used by this sample document % to align numbers in a column by their decimal point. % Remove the next line if you don't require it. +%\usepackage[load-configurations=version-1]{siunitx} % newer version \usepackage{siunitx} % The following command is just for this sample document: @@ -585,8 +586,12 @@ For an example, see \algorithmref{alg:net}. \begin{algorithm2e} \caption{Computing Net Activation} \label{alg:net} -\dontprintsemicolon -\linesnumbered +% older versions of algorithm2e have \dontprintsemicolon instead +% of the following: +%\DontPrintSemicolon +% older versions of algorithm2e have \linesnumbered instead of the +% following: +%\LinesNumbered \KwIn{$x_1, \ldots, x_n, w_1, \ldots, w_n$} \KwOut{$y$, the net activation} $y\leftarrow 0$\; |