diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-11 22:20:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-11 22:20:56 +0000 |
commit | 3d0e09c82b0f65767a780e5a3c4175930de8a5bc (patch) | |
tree | 2aa8add787ac02f52c2482ff61844167675797ff /Master/texmf-dist/doc/latex/jmlr | |
parent | 794123fb1f8929b208622244163dd2df7cdcdb82 (diff) |
jmlr (10mar17)
git-svn-id: svn://tug.org/texlive/trunk@43458 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/jmlr')
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/CHANGES | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/README | 12 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/jmlr.pdf | bin | 539939 -> 600434 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/sample-books/jmlrbook-sample.pdf | bin | 319055 -> 319028 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.pdf | bin | 423436 -> 419207 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.tex | 14 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.pdf | bin | 308958 -> 308981 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlrwcp-sample.pdf | bin | 297733 -> 297479 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlrwcp-sample.tex | 3 |
9 files changed, 24 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/jmlr/CHANGES b/Master/texmf-dist/doc/latex/jmlr/CHANGES index 599eac276d2..724745bfcc0 100644 --- a/Master/texmf-dist/doc/latex/jmlr/CHANGES +++ b/Master/texmf-dist/doc/latex/jmlr/CHANGES @@ -1,3 +1,11 @@ +v1.23: + + * added pmlr class option + +v1.22: + + * added oneside and twoside class options + v1.21: * jmlr.cls diff --git a/Master/texmf-dist/doc/latex/jmlr/README b/Master/texmf-dist/doc/latex/jmlr/README index 7bb3604893b..2a73bcc5443 100644 --- a/Master/texmf-dist/doc/latex/jmlr/README +++ b/Master/texmf-dist/doc/latex/jmlr/README @@ -1,6 +1,6 @@ -LaTeX Class : jmlr bundle v1.21 +LaTeX Class : jmlr bundle v1.23 -Last Modified : 2015-02-24 +Last Modified : 2017-03-09 Author : Nicola L. C. Talbot @@ -10,9 +10,9 @@ This bundle provides: * jmlrbook class 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. +Machine Learning Research (JMLR) or 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 @@ -50,7 +50,7 @@ jmlrbook class requirements: xkeyval combnat setspace - currfile + fink LICENCE diff --git a/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf b/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf Binary files differindex d45545719aa..54d062c23fe 100644 --- a/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf +++ b/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf diff --git a/Master/texmf-dist/doc/latex/jmlr/sample-books/jmlrbook-sample.pdf b/Master/texmf-dist/doc/latex/jmlr/sample-books/jmlrbook-sample.pdf Binary files differindex 8bb0202ec48..35d6c9ce609 100644 --- a/Master/texmf-dist/doc/latex/jmlr/sample-books/jmlrbook-sample.pdf +++ b/Master/texmf-dist/doc/latex/jmlr/sample-books/jmlrbook-sample.pdf diff --git a/Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.pdf b/Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.pdf Binary files differindex 0e11c3b90c3..b8ae83aff41 100644 --- a/Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.pdf +++ b/Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.pdf diff --git a/Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.tex b/Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.tex index f39e7bbd8cd..86655f09e85 100644 --- a/Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.tex +++ b/Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.tex @@ -6,11 +6,14 @@ \usepackage{lipsum} } +%\documentclass[wcp,gray]{jmlrbook} \documentclass[wcp]{jmlrbook} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} +\ifprint{}{\usepackage{bookmark}}% load last + % Title is added to the PDF properties. Optional argument % is used instead, if present. %\title[Short Title]{Big Long Title} @@ -25,7 +28,7 @@ \jmlrworkshop{Workshop on Causality} \jmlrlocation{Somewhere} -\logo[http://www.sampleurl.com/]{\includegraphics{bookLogo}} +\logo{\includegraphics{bookLogo}} \begin{document} \maketitle @@ -47,13 +50,13 @@ This is the preface. \begin{signoff}{March 2010} % First editor: -\Editor{Nicola Talbot\\ -University of East Anglia\\ -\mailto{N.Talbot@uea.ac.uk}} - % Second editor: \Editor{Anne Editor\\ University of Nowhere\\ \mailto{ae@sample.com}} + % Second editor: +\Editor{Anne Other Editor\\ +University of Nowhere\\ +\mailto{aoe@sample.com}} \end{signoff} \end{preface} @@ -73,5 +76,4 @@ University of Nowhere\\ \importpaper{paper4}{paper4} \end{jmlrpapers} - \end{document} diff --git a/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.pdf b/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.pdf Binary files differindex 990ca4e1d7d..d1d1a82f665 100644 --- a/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.pdf +++ b/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.pdf diff --git a/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlrwcp-sample.pdf b/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlrwcp-sample.pdf Binary files differindex 712a5acba86..a7b6567ea37 100644 --- a/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlrwcp-sample.pdf +++ b/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlrwcp-sample.pdf 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 b763473c561..e64d2fcaf85 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 @@ -1,5 +1,6 @@ %\documentclass[wcp,gray]{jmlr} % test grayscale version -\documentclass[wcp]{jmlr} + %\documentclass[wcp]{jmlr}% former name JMLR W\&CP +\documentclass[pmlr]{jmlr}% new name PMLR (Proceedings of Machine Learning) % The following packages will be automatically loaded: % amsmath, amssymb, natbib, graphicx, url, algorithm2e |