I am having trouble getting the correct page numbers in the Endnotes. Some page numbers should be lower-roman.
Using these CSS styles
a.cross-ref {
content: "on page "target-counter(attr(href), page);
display: inline;
hyphens: manual;
}
If I use
content: "Page "target-counter(attr(href), page, lower-roman)": ";
all the page numbers are lower roman
a.xref {
content: "Page "target-counter(attr(href), page)": ";
font-family: AGaramondPro;
font-size: 9.2pt;
font-weight: normal;
}
I have attached files
Your help would be greatly appreciated
Using these CSS styles
a.cross-ref {
content: "on page "target-counter(attr(href), page);
display: inline;
hyphens: manual;
}
If I use
content: "Page "target-counter(attr(href), page, lower-roman)": ";
all the page numbers are lower roman
a.xref {
content: "Page "target-counter(attr(href), page)": ";
font-family: AGaramondPro;
font-size: 9.2pt;
font-weight: normal;
}
I have attached files
Your help would be greatly appreciated