|
The Advanced Tables 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: (:headnr:)This is a heading that starts a new row (:head:)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 « Activate Latexrender | Cookbook | Hide Text in PDF or HTML » |