I am using princexml version 9.05 on linux (mint)
I am having troubles with a couple of features from princexml. I can't get flow content working:
and in content I have:
The same happened with page-break-before:left
I wanted to have each chapter on the same even or oneven page but I could not get it to work.
These two things made me think something is wrong with the linux install ?
I am having troubles with a couple of features from princexml. I can't get flow content working:
@page {
@bottom-left {
content: flow(footer);
}
}
#footer {
flow: static(footer);
}
and in content I have:
<div id="footer">De Stad Kennen, de Stad Maken, {{ book.title }}</div>
The same happened with page-break-before:left
I wanted to have each chapter on the same even or oneven page but I could not get it to work.
These two things made me think something is wrong with the linux install ?