由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - 请教一个关于1,2,3,4,5
相关主题
关于beamer的step显示问个beamer的问题 (转载)
在beamer的某一页中,如果用itemize,怎样只保留最后一页.请问怎么改变enumerate中item 标注的
how to change bullet color and shape in latex/beamer?beamer的问题
beamer的一个问题请教beamer 中 outline 页的问题
急问:Beamer 里如何把enumerate 的第二点放在第二页?问一下Syllabus里面罗列reading list的问题
beamer用了几天,又有问题了enumerate下面的item可以继续enumerate吗?
我用beamer做slides,怎么没有办法做overlay啊WinEDT软件可以自动缩进吗?
怎样改变beamer 里面bullet points 的样子再问个beamer的问题
相关话题的讨论汇总
话题: 关于话题: item话题: 一页话题: enumerate话题: frame
进入TeX版参与讨论
1 (共1页)
h*s
发帖数: 574
1
在beamer里面要用bullet number list列出1,2,3,4,5
加入1,2,3用在一页,4,5用在下一页
最简单的方法是什么?
一般情况下下一页的4,5会显示成1,2
多谢
p****o
发帖数: 1340
2
the simplest way is to set the item number explicitly in the
second enumerate environment:
\item[4] ...
\item[5] ...

【在 h*s 的大作中提到】
: 在beamer里面要用bullet number list列出1,2,3,4,5
: 加入1,2,3用在一页,4,5用在下一页
: 最简单的方法是什么?
: 一般情况下下一页的4,5会显示成1,2
: 多谢

h*s
发帖数: 574
3
我就是这么弄的,但不知道为什么显示出来的样子和前面1,2,3不一样
我在想可不可以把1-5全部做到一个frame里面,但beamer有个命令可以自动分成两个
frame
显示?

【在 p****o 的大作中提到】
: the simplest way is to set the item number explicitly in the
: second enumerate environment:
: \item[4] ...
: \item[5] ...

p****o
发帖数: 1340
4
okay, if it does not work, then u can try this: put
\setcounter{enumi}{4}
before the first \item in the second enumerate.

【在 h*s 的大作中提到】
: 我就是这么弄的,但不知道为什么显示出来的样子和前面1,2,3不一样
: 我在想可不可以把1-5全部做到一个frame里面,但beamer有个命令可以自动分成两个
: frame
: 显示?

h*s
发帖数: 574
5
如果把前面的写成
\item[1]
\item[2]
这样两页倒是一样了,但这样显示出来的样子和default下出来的样子不一样

【在 h*s 的大作中提到】
: 我就是这么弄的,但不知道为什么显示出来的样子和前面1,2,3不一样
: 我在想可不可以把1-5全部做到一个frame里面,但beamer有个命令可以自动分成两个
: frame
: 显示?

h*s
发帖数: 574
6
多谢,太晚了,明天再试试

【在 p****o 的大作中提到】
: okay, if it does not work, then u can try this: put
: \setcounter{enumi}{4}
: before the first \item in the second enumerate.

h*s
发帖数: 574
7
多谢这个是work的,不过我还是直接用
\begin{frame}[allowframebreaks]
\end{frame}

【在 p****o 的大作中提到】
: okay, if it does not work, then u can try this: put
: \setcounter{enumi}{4}
: before the first \item in the second enumerate.

p****o
发帖数: 1340
8
nice to know another trick. thanks.

【在 h*s 的大作中提到】
: 多谢这个是work的,不过我还是直接用
: \begin{frame}[allowframebreaks]
: \end{frame}

1 (共1页)
进入TeX版参与讨论
相关主题
再问个beamer的问题急问:Beamer 里如何把enumerate 的第二点放在第二页?
怎样在tex文档中保持原计算机代码的font?beamer用了几天,又有问题了
how to number the itemized sentences like [1], [2]...我用beamer做slides,怎么没有办法做overlay啊
问个beamer插入两张图片不能分页问题。怎样改变beamer 里面bullet points 的样子
关于beamer的step显示问个beamer的问题 (转载)
在beamer的某一页中,如果用itemize,怎样只保留最后一页.请问怎么改变enumerate中item 标注的
how to change bullet color and shape in latex/beamer?beamer的问题
beamer的一个问题请教beamer 中 outline 页的问题
相关话题的讨论汇总
话题: 关于话题: item话题: 一页话题: enumerate话题: frame