l********r 发帖数: 175 | 1 usually, latex label section and subsection using numbers such as 1 2 and so on. Right now, I would like to use I, II, III, VI, and so on to label it. Anyone knows how to do that? thanks a lot. | S**I 发帖数: 15689 | 2 \renewcommand\thesection\{\Roman{section}}
\renewcommand\thesubsection\{\thesection.\Roman{subsection}}
so on. Right now, I would like to use I, II, III, VI, and so on to label it
. Anyone knows how to do that? thanks a lot.
【在 l********r 的大作中提到】 : usually, latex label section and subsection using numbers such as 1 2 and so on. Right now, I would like to use I, II, III, VI, and so on to label it. Anyone knows how to do that? thanks a lot.
| l********r 发帖数: 175 | 3 hi, thanks for your reply. But it could not work well.
could you explain more clearly on how to do?
for instance, I have following section name:
\section{research results}
\subsection{current results}
then, what I should type instead so that I could let the output to show like:
II. research results
II.1 current results
and so on. Thanks again. | S**I 发帖数: 15689 | 4 Then only use
\renewcommand\thesection\{\Roman{section}}
like:
【在 l********r 的大作中提到】 : hi, thanks for your reply. But it could not work well. : could you explain more clearly on how to do? : for instance, I have following section name: : \section{research results} : \subsection{current results} : then, what I should type instead so that I could let the output to show like: : II. research results : II.1 current results : and so on. Thanks again.
|
|