add PDF support for the head and headnr table directives introduced in PmWiki version 2.2.11; the next version of the Wikibook PDF server will include a change to apply boldface to the cell contents
add PDF support for title attributes on external links introduced in PmWiki version 2.2.14; adds PSS calls in the smart quotes code to remove a spurious “\”
improve the display of part names and chapter aphorisms in the HTML version of books (thanks to Crisses); note that this changes the print.css file in the htmlpublish skin — remember to update the skins when you install the update
add support for local LATEX skin templates using the $PDFSkin array; note that all such templates must start with “latex”; for example:
insert the following in local/config.php before loading the Wikipublisher extensions: $PDFSkin['book'] = 'mybook';
create a skin directory in pub/skins/ called latexmybook
copy the files in pub/skins/latexpublishbook into latexmybook and amend to meet local specifications