I have used below method, but bottom left footer text overlapping into bottom right side. I have attached the converted PDF file.
@bottom-left {
content: "\00A9\00A0" string(copyright) " " string(copyright-year) "\A" string(initial2)". " string(surname2) ", " string(initial1)". " string(surname1) " (eds.), " string(book-title) "\A" "DOI "string(DOI);
font: 8.5pt/10pt "Times_Roman", serif;
vertical-align: top;
white-space:pre;
}
One more thing, how do I apply italic formatting for string "book-title" in within bottom-left property.
BookTitle {string-set: book-title content(text);font-style:italic;}
@bottom-left {
content: "\00A9\00A0" string(copyright) " " string(copyright-year) "\A" string(initial2)". " string(surname2) ", " string(initial1)". " string(surname1) " (eds.), " string(book-title) "\A" "DOI "string(DOI);
font: 8.5pt/10pt "Times_Roman", serif;
vertical-align: top;
white-space:pre;
}
One more thing, how do I apply italic formatting for string "book-title" in within bottom-left property.
BookTitle {string-set: book-title content(text);font-style:italic;}