由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - how to label the section number using I, II and so on
相关主题
questions about evironmentbeamer如何在每个section开头显示outline?
一个对齐的问题想把section和subsection的开头数字都变小。
section编号问题求问一个latex的编号引用问题
求助:如何在latex中让section title 左对齐?请问罗马数字怎么写?
如何去掉section前面的数字how to indent sections in tex?
\section{Example},如何把example 放在中间?请问怎么改变enumerate中item 标注的
beamer 一问change bibliography to references, not centered anymore
有什么命令可以把section都变小一级怎么实现这个插图?
相关话题的讨论汇总
话题: ii话题: section话题: so话题: label话题: using
进入TeX版参与讨论
1 (共1页)
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.

1 (共1页)
进入TeX版参与讨论
相关主题
怎么实现这个插图?如何去掉section前面的数字
怎样改变标签样式?\section{Example},如何把example 放在中间?
修改行间距beamer 一问
Footnote in latex有什么命令可以把section都变小一级
questions about evironmentbeamer如何在每个section开头显示outline?
一个对齐的问题想把section和subsection的开头数字都变小。
section编号问题求问一个latex的编号引用问题
求助:如何在latex中让section title 左对齐?请问罗马数字怎么写?
相关话题的讨论汇总
话题: ii话题: section话题: so话题: label话题: using