Dear community,
I am intensively testing exports to PDF from TEI documents and can’t figure where could be the problem. The document is always fully valid, CSS rendition (default) work properly. However, in the result there is always missing the label, which is always coded as table’s head.
<table rendition="simple:frame">
<head>The head!</head>
I have noticed it is really important to test several types of notation when testing outputs via XSLT (e.g. footnotes’ rendition is rather an adventure!) but here I tried almost everything and nothing helps. It seems the tei:head
part from XSL templates is not passed into the final output. In XeLaTeX it worked well.
Is there something I am omitting in the code and what Oxygen needs for proper rendition? (like rend="header" or so?)
Any help more than welcome!
Honza Hejzl