To show all chapter numbers as Roman numerals, I’m using
\renewcommand\thechapter{\Roman{chapter}}
The fourth chapter, for instance, is therefore “Chapter IV” everywhere.
Is it possible to show the numbers as Arabic numerals only when referencing to chapters using \ref{...}?
Using the example above, \ref{chapter-four} would result in “Chapter 4” instead of “Chapter IV.”
