{roman-numerals} is about dealing with, processing and generating roman style numerals.
8
votes
4answers
980 views
Roman numerals become “too wide” in table of contents
Following minimal document:
\documentclass{report}
\begin{document}
\renewcommand*\thechapter{\Roman{chapter}}
\tableofcontents
\setcounter{chapter}{6} % Problem starts at chapter 7
\chapter{Seven}
...
14
votes
1answer
2k views
Roman numerals with over- and underline
This question led to a new package:
romanbar
(using a variation of egreg's code, and stating this in the manual; the package isn't really new now, sorry for the delayed announcement)
I have ...
13
votes
3answers
2k views
Roman numeral numbering for introductions
Is there a way to automatically use roman numeral numbering for introduction pages and introductory tables, which would then switch to arabic numerals for the rest of the document?
16
votes
3answers
929 views
Using unicode Roman numerals in XeTeX
As mentioned in How can I get Roman numerals in text?, there are several ways in which one can add Roman numerals to text in TeX. However, these solutions all seem to use three I's to make a roman ...
11
votes
5answers
16k views
How can I get Roman numerals in text?
For example:
Charles's sister Bona, married the eldest son of Philip VI of France, the future John II of France, in 1335.
How can I get Roman numerals?
4
votes
3answers
6k views
Roman numeral page numbering
I am writing a thesis that contains an abstract and acknowledgements page, but need to number the page numbers using Roman numerals. How would I do this? I don't want to include the title page but ...
11
votes
2answers
311 views
Middle age roman numerals formatting
I've recently read about a middle age variation on roman numerals where the last "i" character is replaced by a "j". I was thinking about writing my own \roman and \Roman variations, but hit a stone ...
7
votes
1answer
98 views
How do I get a chapter \ref in counting numbers when the ToC uses Roman numerals?
My university's formatting requirements for theses require Roman numerals for chapters in the table of contents (e.g. "Chapter II ..... Lions"), but for references to chapters within the text, ...
6
votes
2answers
395 views
Align the roman numbers of the parts in ToC
How can I align the roman numbers of the parts in this manner? The alternative is to use an arabic enumeration. I would not any changes at the TOC of classicthesis outside of the alignment of the ...
6
votes
2answers
671 views
Uppercase pagenumbering (roman) using \frontmatter
I am using \frontmatter, \mainmatter and \backmatter so my pagenumbering is correct. However, i would like my roman pagenumbering in \frontmatter to be uppercase. Is there any easy way to do so?
ps: ...
5
votes
2answers
274 views
Roman chapter numbers cause overfull hbox in titletoc-ToC
Overfull hbox in ToC after chapter numbers changed to Roman; see MWE below. With the tocloft package \setlength\cftchapternumwidth{3em} solves the problem.
But: Is there any solution to the problem ...