看板LaTeX
标 题Re: [问题] 请教关於beamer的一些问题
发信站SayYA 资讯站 (Sun Apr 20 12:33:45 2008)
转信站ptt!ctu-reader!ctu-peer!news.nctu!News.Math.NCTU!SayYa
※ 引述《[email protected] (刀之佥 沧海残焮)》之铭言:
> 问题1:
> 若指令为
> \begin{theorem}
> ********
> \end{theorem}
> 可将执行後的结果"Theorem"改成中文的"定理"吗
> (也就是说不要自己写一个newtheorem 而是透过\renewcommand就能做到)
> 如果可以的话,definition, example, proof是不是也是依样画葫芦
能否请问 为什麽不用 newtheorem 吗?
> 问题2:
> 加了这些指令
> \setbeamertemplate{theorems}[numbered]
> \setbeamertemplate{definitions}[numbered]
> \setbeamertemplate{examples}[numbered]
> 发现所有的定理,定义,例子会一起依序编号
> 有办法让定理自己依序编号,定义自己依序编号吗
> (爬文後知道虽然有人不建议做编号 但老师要去演讲 希望能有编号)
在 [1] 作者已经不建议对 theorem numbered。 如果一定要对 theorem numbered
他还强烈地强调不要 theorem, definition, or example 等,都个别从 1 开始编号
请看底下作者的理由
<quote>
If you do number theorems and definition, number everything consecutively.
Thus if there are one theorem, one lemma, and one definition, you would have
Theorem 1, Lemma 2, and Definition 3.
Some people prefer all three to be numbered 1. I would strongly like to
discourage this. The problem is that this makes it virtually impossible to
find anything since Theorem 2 might come after Definition 10 or the other way
round. Papers and, worse, books that have a Theorem 1 and a Definition 1 are
a pain
Do not inflict pain on other people.
</quote>
> 问题3:
> \frame[allowframebreaks]{\frametitle{例子}}
> 例如说,我们键入上面指令可以夸页,但能不能让每页页头只出现"例子"
> 而不是"例子I","例子II",....
请试看看
\documentclass[11pt]{beamer}
\setbeamertemplate{frametitle continuation}{}
> 问题4:
> 使用如下指令时
> \begin{proof}
> **********
> \end{proof}
> 最後面会有一个"方形符号"代表结束,能不能说不要让这个方形符号出现
> (也就是说不要自己写一个newtheorem,而是透过\renewcommand就能做到)
> 不好意思,因为刚开始接触beamer,查了很久都没查到,而老师又急着要档案
> 所以想请问一下上面的问题有没有办法解决,非常感谢你的解答
请试看看
\documentclass[11pt]{beamer}
\def\qedsymbol{}
[1]
http://www.ctan.org/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf
--
我是路过的路人
--
※ Origin: SayYA 资讯站 <bbs.sayya.org>
◆ From: adsl-218-211-15-237.nh.sparqnet.net
1F:推 pokannumber1:非常感谢你的解答 04/20 14:59
2F:推 pokannumber1:第一个问题 原以为用newtheorem就不会有框框 04/20 15:02
3F:推 pokannumber1:後来已经找到原来\newtheorem也会有框框 自己耍笨了Q 04/20 15:07