I'm learning Latex and I want to know if it's possible to set just a roman numeral at the beginning of each chapter. I mean, Just type:
\chapter{}
and the result must be: I, II, III,IV,V at the beginning of each chapter. I tried:
\renewcommand{\thechapter}{\Roman{chapter}}
but I'm getting "Chapter I", "Chapter II", so I want to remove the word "Chapter" from the title and also from the TOC.
\documentclass{...}and ending with\end{document}. (The class you use might impact the answer.) – ebosi May 23 '17 at 18:33