summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/CHANGES21
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/README9
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/jmlr.pdfbin402962 -> 533058 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/sample-books/jmlrbook-sample.pdfbin296720 -> 317119 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/sample-books/jmlrbook-sample.tex6
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.pdfbin395482 -> 418243 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.pdfbin296557 -> 296820 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.tex17
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlrwcp-sample.pdfbin297337 -> 297600 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlrwcp-sample.tex16
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
index 66f889ceee5..dc3e8cc6ff3 100644
--- a/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf
+++ b/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf
Binary files differ
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
index 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
Binary files differ
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
index 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
Binary files differ
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
index 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
Binary files differ
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
index 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
Binary files differ
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}