How can I create page numbers with a mixed Roman numeral-Arabic numeral (<Roman numeral>.<Arabic numeral>) format?
- They increment as: "I.1", "I.2", "I.3", etc.
- The Roman numerals change only when I manually specify an increase.
- I can manually increment the Roman numeral, without changing the Arabic numeral: "I.30", \stepcounter{pageroman} "II.31", "II.32", "II.33", \stepcounter{pageroman}, "III.34", etc.
- The Arabic numerals behave just like the
pagecounter (increasing on each page automatically). - I can manually change the Arabic numeral, without changing the Roman numeral: "IV.1", "IV.2", \setcounter{pagearabic}{20} "IV.20", "IV.21", etc.
- Cross-references with
pagerefdisplay "I.30".
