summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/jmlr/sample-books
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-11 22:20:56 +0000
committerKarl Berry <karl@freefriends.org>2017-03-11 22:20:56 +0000
commit3d0e09c82b0f65767a780e5a3c4175930de8a5bc (patch)
tree2aa8add787ac02f52c2482ff61844167675797ff /Master/texmf-dist/doc/latex/jmlr/sample-books
parent794123fb1f8929b208622244163dd2df7cdcdb82 (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/sample-books')
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/sample-books/jmlrbook-sample.pdfbin319055 -> 319028 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.pdfbin423436 -> 419207 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.tex14
3 files changed, 8 insertions, 6 deletions
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 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
Binary files differ
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 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
Binary files differ
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}