Honourable Princes,
I got a markup, generated by the asciidoc html backend, of this kind:
<html>
<head>...</head>
<body class="article">
<div id="header">...</div>
<div id="content">...</div>
<div id="footer">...</div>
</body>
</html>
In the generated PDF, I would like to have an empty page as the first page. Is there a way of instructing prince to do so. I played with "page-break-before: always" for the header div, or using page-break-before on the @page :first instruction. Got nothing so far ...
I'd appreciate any hints!
Thx
//stefan
I got a markup, generated by the asciidoc html backend, of this kind:
<html>
<head>...</head>
<body class="article">
<div id="header">...</div>
<div id="content">...</div>
<div id="footer">...</div>
</body>
</html>
In the generated PDF, I would like to have an empty page as the first page. Is there a way of instructing prince to do so. I played with "page-break-before: always" for the header div, or using page-break-before on the @page :first instruction. Got nothing so far ...
I'd appreciate any hints!
Thx
//stefan