diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-18 23:22:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-18 23:22:22 +0000 |
commit | 4e3b1a66cb5bc31b99a07f4194dbab513ae0181b (patch) | |
tree | 24395799430a99075ce9525740aef8f651a52d4a /Master/texmf-dist/doc | |
parent | a862675d0cb1a492e213851056d56b30ee24e930 (diff) |
jmlr (18oct13)
git-svn-id: svn://tug.org/texlive/trunk@31945 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/CHANGES | 21 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/README | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/jmlr.pdf | bin | 402962 -> 533058 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/sample-books/jmlrbook-sample.pdf | bin | 296720 -> 317119 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/sample-books/jmlrbook-sample.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.pdf | bin | 395482 -> 418243 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.pdf | bin | 296557 -> 296820 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.tex | 17 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlrwcp-sample.pdf | bin | 297337 -> 297600 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlrwcp-sample.tex | 16 |
10 files changed, 59 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/jmlr/CHANGES b/Master/texmf-dist/doc/latex/jmlr/CHANGES index 76c848f46bd..15f13913711 100644 --- a/Master/texmf-dist/doc/latex/jmlr/CHANGES +++ b/Master/texmf-dist/doc/latex/jmlr/CHANGES @@ -1,3 +1,24 @@ +v1.18: + + * jmlrbook.cls + + - patched to work with auxhook + + - added draft and final options + + - add \booklinebreak + + * jmlr.cls + + - Added calc and etoolbox as required packages + + - Added draft and final options and removed \ds@draft + + - Added starred version of \newtheorem + + - Added \theorembodyfont, \theoremheaderfont, \theorempostheader + and \theoremsep + v1.17: * jmlr.cls diff --git a/Master/texmf-dist/doc/latex/jmlr/README b/Master/texmf-dist/doc/latex/jmlr/README index 0b9e64e41a6..c4c39745363 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.17 +LaTeX Class : jmlr bundle v1.18 -Last Modified : 2012-05-30 +Last Modified : 2013-10-17 Author : Nicola L. C. Talbot @@ -41,6 +41,9 @@ jmlr class requirements: graphicx url algorithm2e + etoolbox + calc + hyperref jmlrbook class requirements: @@ -74,5 +77,5 @@ RELATED SOFTWARE: http://www.dickimaw-books.com/apps/makejmlrbookgui/ -Author's home page: http://theoval.cmp.uea.ac.uk/~nlct/ +Author's home page: http://www.dickimaw-books.com/ diff --git a/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf b/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf Binary files differindex 66f889ceee5..dc3e8cc6ff3 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 1bbbb11b5a9..75fd1a990ab 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/jmlrbook-sample.tex b/Master/texmf-dist/doc/latex/jmlr/sample-books/jmlrbook-sample.tex index 09bf5ec7e73..90e7618fd6d 100644 --- a/Master/texmf-dist/doc/latex/jmlr/sample-books/jmlrbook-sample.tex +++ b/Master/texmf-dist/doc/latex/jmlr/sample-books/jmlrbook-sample.tex @@ -6,13 +6,13 @@ \usepackage{booktabs} \usepackage{siunitx} } -\documentclass[wcp]{jmlrbook}% on-line color version - %\documentclass[wcp,gray]{jmlrbook}% print version +\documentclass[wcp,7x10]{jmlrbook}% on-line color version, 7inx10in + %\documentclass[wcp,gray,7x10]{jmlrbook}% print version, 7inx10in % bookmark package shouldn't be used for print version % (load last) -\ifprint{}{\usepackage{bookmark}} +%\ifprint{}{\usepackage{bookmark}} % Title is added to the PDF properties. Optional argument 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 8689b95e55f..dfb11b967bb 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-papers/jmlr-sample.pdf b/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.pdf Binary files differindex 01b97d34a63..8969d7b36a7 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/jmlr-sample.tex b/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.tex index 91d176915b0..4b2ceccff89 100644 --- a/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.tex +++ b/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.tex @@ -20,6 +20,13 @@ % The following command is just for this sample document: \newcommand{\cs}[1]{\texttt{\char`\\#1}} + % Define an unnumbered theorem just for this sample document: +\theorembodyfont{\upshape} +\theoremheaderfont{\scshape} +\theorempostheader{:} +\theoremsep{\newline} +\newtheorem*{note}{Note} + % change the arguments, as appropriate, in the following: \jmlrvolume{1} \jmlryear{2010} @@ -101,8 +108,14 @@ at the UK TUG FAQ \url{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=man-latex}. If that doesn't help, create a minimal working example (see \url{http://theoval.cmp.uea.ac.uk/~nlct/latex/minexample/}) and post -to somewhere like the LaTeX Community Forum -\url{http://www.latex-community.org/forum/}. +to somewhere like TeX on StackExchange +(\url{http://tex.stackexchange.com/}) or the LaTeX Community Forum +(\url{http://www.latex-community.org/forum/}). + +\begin{note} +This is an numbered theorem-like environment that was defined in +this document's preamble. +\end{note} \subsection{Sub-sections} 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 6e8a13b2652..3f16a19b885 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 9c771393b10..b763473c561 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 @@ -20,6 +20,12 @@ % The following command is just for this sample document: \newcommand{\cs}[1]{\texttt{\char`\\#1}} + % Define an unnumbered theorem just for this sample document: +\theorembodyfont{\upshape} +\theoremheaderfont{\scshape} +\theorempostheader{:} +\theoremsep{\newline} +\newtheorem*{note}{Note} % change the arguments, as appropriate, in the following: \jmlrvolume{1} @@ -98,8 +104,14 @@ at the UK TUG FAQ \url{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=man-latex}. If that doesn't help, create a minimal working example (see \url{http://theoval.cmp.uea.ac.uk/~nlct/latex/minexample/}) and post -to somewhere like the LaTeX Community Forum -\url{http://www.latex-community.org/forum/}. +to somewhere like TeX on StackExchange +(\url{http://tex.stackexchange.com/}) or the LaTeX Community Forum +(\url{http://www.latex-community.org/forum/}). + +\begin{note} +This is an numbered theorem-like environment that was defined in +this document's preamble. +\end{note} \subsection{Sub-sections} |