summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.tex')
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/sample-books/proceedings-sample.tex37
1 files changed, 24 insertions, 13 deletions
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 a1f0d7b7660..468a29e4c7c 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
@@ -1,22 +1,33 @@
-\documentclass[wcp,verbose]{jmlrbook}% on-line color version
-%\documentclass[wcp,gray,verbose]{jmlrbook}% print version
+\documentclass[wcp,pdfxa]{jmlrbook}
-\jmlrvolume{42}
-\jmlryear{2010}
-\jmlrworkshop{Workshop on Causality}
+ % bookmark package shouldn't be used for print version
+\ifprint{}{\usepackage{bookmark}}
-% Packages used by imported articles:
-\usepackage{lipsum}
-
-% Title is added to the PDF properties. Optional argument
-% is used instead, if present.
-%\title[Short Title]{Big Long Title}
+ % Title is added to the PDF properties. Optional argument
+ % is used instead, if present.
+ %\title[Short Title]{Big Long Title}
\title{Sample Proceedings}
\author[Anne Editor et al.]{Anne Editor, Anne Other Editor and Nicola Talbot}
\subtitle{\thejmlrworkshop}
+\jmlrvolume{42}
+\jmlryear{2010}
+\jmlrworkshop{Workshop on Causality}
+
+ % Write the pdf information if this is the print version and the
+ % class option pdfxa has been set. Title and author should be set
+ % before this.
+\jmlrwritepdfinfo
+
+% inputenc with utf8 option must come after \jmlrwritepdfinfo
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+
+ % Packages used by imported articles:
+\usepackage{lipsum}
+
\logo{\includegraphics{bookLogo}}
\begin{document}
@@ -39,11 +50,11 @@ This is the preface. To make a standalone document for the preface
use the --extractpreface option when calling makejmlrbook.
\begin{signoff}{March 2010}
-% First editor:
+ % First editor:
\Editor{Nicola Talbot\\
University of East Anglia\\
\mailto{N.Talbot@uea.ac.uk}}
-% Second editor:
+ % Second editor:
\Editor{Anne Editor\\
University of Nowhere\\
\mailto{ae@sample.com}}