diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/jmlr/jmlr-manual.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/jmlr-manual.tex | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/jmlr/jmlr-manual.tex b/Master/texmf-dist/doc/latex/jmlr/jmlr-manual.tex index 5f96fb53dfa..b5b004bfddf 100644 --- a/Master/texmf-dist/doc/latex/jmlr/jmlr-manual.tex +++ b/Master/texmf-dist/doc/latex/jmlr/jmlr-manual.tex @@ -23,7 +23,7 @@ Learning Research} \author{Nicola L. C. Talbot\\[10pt] \url{http://theoval.cmp.uea.ac.uk/~nlct/}} - \date{2010-12-01 (version 1.09)} + \date{2011-01-05 (version 1.10)} \maketitle \tableofcontents @@ -66,13 +66,13 @@ to use the \app{makejmlrbook} application. The \clsfmt{jmlr} class is based on the \cls{scrartcl} class and loads the following packages: \sty{amsmath}, \sty{amssymb}, -\sty{natbib}, \sty{url}, \sty{graphicx} and \sty{algorithm2e}. +\sty{natbib}, \sty{url}, \sty{graphicx} and \sty{algorithm2e}, +\sty{hyperref}, \sty{nameref} and \sty{xkeyval}. Note that unlike the \sty{jmlr2e} and \sty{jmlrwcp2e} packages, this class file does not load the obsolete \sty{epsfig} package. The \clsfmt{jmlrbook} class additionally loads the \cls{combine} class -and the following packages: \sty{hyperref}, \sty{xkeyval}, -\sty{combnat} and \sty{setspace}. +and the following packages: \sty{combnat} and \sty{setspace}. The \app{makejmlrbook} script requires Perl, \TeX\ and \TeX4ht. @@ -98,11 +98,14 @@ Proceedings. \item[\clsopt{gray}] Grayscale version (see \sectionref{sec:color}). -\item[\clsopt{tablecaptiontop}] in a \env{table} environment, +\item[{\clsopt[top]{tablecaption}}] in a \env{table} environment, \ics{floatconts} puts the caption at the top. -\item[\clsopt{tablecaptionbottom}] in a \env{table} environment, +\item[{\clsopt[bottom]{tablecaption}}] in a \env{table} environment, \ics{floatconts} puts the caption at the bottom. + +\item[\clsopt{prehyperref}=\marg{stuff}] Does \meta{stuff} before +loading \sty{hyperref}. \end{description} \subsection{Title Information} @@ -929,17 +932,18 @@ Use this option for the on-line version with hyperlinks enabled \item[\clsopt{gray}] Grayscale version (see \sectionref{sec:color}). Use this option for the print version without hyperlinks. -\item[\clsopt{tablecaptiontop}] in a \env{table} environment, +\item[{\clsopt[top]{tablecaption}}] in a \env{table} environment, \ics{floatconts} puts the caption at the top. -\item[\clsopt{tablecaptionbottom}] in a \env{table} environment, +\item[{\clsopt[bottom]{tablecaption}}] in a \env{table} environment, \ics{floatconts} puts the caption at the bottom. \item[\clsopt{letterpaper}] Set the paper size to letter (default). \item[\clsopt{7x10}] Set the paper size to $7\times10$ inches. -\item[\clsopt{prehyperref}] The \clsfmt{jmlrbook} automatically loads +\item[\clsopt{prehyperref}=\marg{stuff}] The \clsfmt{jmlr} class +automatically loads the \sty{hyperref} package, but some packages need to be loaded before \sty{hyperref}. This information can be specified using the \clsopt{prehyperref} option. This is a key=value option. For |