diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/jmlr/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/README | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/jmlr/README b/Master/texmf-dist/doc/latex/jmlr/README new file mode 100644 index 00000000000..2dce9e7f235 --- /dev/null +++ b/Master/texmf-dist/doc/latex/jmlr/README @@ -0,0 +1,67 @@ +LaTeX Class : jmlr bundle v1.06 + +Last Modified : 2010-06-17 + +Author : Nicola L. C. Talbot + +This bundle provides: + + * jmlr class + * jmlrbook class + * makejmlrbook Perl script + +The jmlr class is a LaTeX2e class for articles for the Journal of +Machine Learning Research (JMLR) or for the JMLR Workshop and +Conference Proceedings (JMLR W&CP). It is designed as a replacement +for both jmlr2e.sty and jmlrwcp2e.sty. + +The jmlrbook class is a LaTeX2e class that can be used to combine +articles written using the jmlr class into a book. The jmlrbook +class uses the combine class and the hyperref package to produce +either a colour hyperlinked book for on-line viewing or a greyscale +nonhyperlinked book for printing. + +The makejmlrbook Perl script can be used to create the hyperlinked and +nonhyperlinked PDFs of a document using the jmlrbook class. It can also +create a set of HTML files that list the included papers with links +to their abstracts and the individual articles as PDFs. + +INSTALLATION + +See INSTALL file for installation instructions. + +REQUIREMENTS + +jmlr class requirements: + + KOMA-Script + xcolor + amsmath + amssymb + natbib + graphicx + url + algorithm2e + +jmlrbook class requirements: + + jmlr + combine + hyperref + xkeyval + combnat + setspace + +makejmlrbook Perl script requirements: + + Perl + TeX4ht + +LICENCE + +This material is subject to the LaTeX Project Public License. +See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html +for the details of that license. + +Author's home page: http://theoval.cmp.uea.ac.uk/~nlct/ + |