I have two questions in LaTeX:
How to rename Chapter 1 to Paper A? To rename it to Paper 1, I have this solution:
\renewcommand\chaptername{Paper}
The first chapter then becomes Paper 1. But I can't get to rename 1 to A so as to get Paper A.
For the first:
\setcounter {chapter} {1}
For the second, try using \Alph
- this might work:
\setcounter {chapter} {\Alph{1}}
See this.
This is from memory, but for the first:
\setcounter{chapter}{1}
And for the second:
\renewcommand{\chaptername}{Paper}
\renewcommand{\thechapter}{\Alph{chapter}}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With