The Table Directives markup does not currently support markup to generate <th> tags. This recipe adds (:head:) and (:headnr:) markup.
Download table.php Δ, place it in the cookbook/ directory and add the following line to local/config.php after loading the Cookbook:PublishPDF library:
include_once("$FarmD/cookbook/table.php");
To use this markup inside a (:table:) … (:tableend:) block, write:
| This is a heading that starts a new row
| This is another heading
Do not put the heading text on a separate line; if you do, the PDF will not work correctly.
Contributor:John Rankin, Wednesday, 31 October 2007
- Update
- This recipe is no longer needed. The head and headnr directives became part of the PmWiki core in version 2.2.11. Wikipublisher added the corresponding PDF support in version 2.2.22, released Friday, 9 July 2010.
« Activate Latexrender | Cookbook | Book Metadata »
|
|---|