diff options
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.tex | 17 |
1 files changed, 4 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 57f7146df53..0b6693f21f6 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 @@ -8,6 +8,9 @@ \documentclass[wcp]{jmlrbook} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} + % Title is added to the PDF properties. Optional argument % is used instead, if present. %\title[Short Title]{Big Long Title} @@ -20,22 +23,10 @@ \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} +\jmlrlocation{Somewhere} \logo[http://www.sampleurl.com/]{\includegraphics{bookLogo}} - % bookmark package shouldn't be used for print version - % (load last) -\ifprint{}{\usepackage{bookmark}} - \begin{document} \maketitle |