Quote:
Originally Posted by shaahin
I must add
this
Code:
h3 {
string-set: chaptertitle content();
}
in body section
|
No, outside the body section:
Code:
body {
...
}
h3 {
...
}
Quote:
and
this
Code:
@top-center {
font-size: 50%;
font-style: italic;
border-bottom: solid thin black;
margin-bottom: 1mm;
content: string(chaptertitle);
}
|
That should already be there by default, unless you removed it.