Page 1 of 1
TEI P5 to pdf
Posted: Thu Aug 12, 2010 9:35 am
by paperdigits
Forgive this incredibly nubile question, but how/where can i customize the header/footer content for TEI P5 & P5 Lite?
Thanks!
-Mica
Re: TEI P5 to pdf
Posted: Thu Aug 12, 2010 11:57 am
by sorin_ristache
Hello,
The TEI XSL stylesheets provide no parameter for customizing the header or footer in the PDF output. You will have to customize some XSLT templates for that. For the main header of the document (main title, author, date, institution) you have to customize the named template Header from the [Oxygen-folder]/frameworks/tei/xml/tei/stylesheet/fo2/textstructure.xsl stylesheet. This named template calls other named templates: generateTitle, generateAuthor, generateDate. For other headers (section headers, running header) you should look at the named template header from [Oxygen-folder]/frameworks/tei/xml/tei/stylesheet/common/linking.xsl.
Regards,
Sorin