diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/jmlr/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/CHANGES | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/jmlr/CHANGES b/Master/texmf-dist/doc/latex/jmlr/CHANGES index d4c5ca52054..dc6efa5afaf 100644 --- a/Master/texmf-dist/doc/latex/jmlr/CHANGES +++ b/Master/texmf-dist/doc/latex/jmlr/CHANGES @@ -1,3 +1,46 @@ +v1.10: + + jmlr.cls + + * now loads xkeyval + + * now loads hyperref (instead of jmlrbook loading it) + + * added class option prehyperref={stuff to do before hyperref loaded} + + * added class option tablecaption=<position> (where <position> can + either be top or bottom). + + * fixed 10pt, 11pt and 12pt class options, which weren't having + any effect. + + * modified \thanks to ensure hyperlink works correctly. + + * added \mdseries to definition of \addr. + + * added \startpage (used by jmlrmakebook). + + * modified \artpart and \bookpart to correct bookmark level number + + jmlrbook.cls + + * code loading hyperref moved to jmlr.cls + + * added 10pt, 11pt and 12pt class options. + + * Removed redundant redefinition of \@bookpart + + makejmlrbook (v0.2): + + * Uses \startpage to set initial page number for stand-alone + articles. + + * Makes subdirectories in html directory for each article. + + * copies any image files generated by tex4ht into html directory. + + * added time stamp at the end of each of the generated html file. + v1.09: jmlr.cls |