J*******r 发帖数: 379 | 1 beamer can do animation, and you can also draw directly on
the slides with some additional drawing packages.
But if you want to directly draw some 3D figures, it not a
easy job. However, you can always insert eps file into it. |
|
r*****d 发帖数: 54 | 2 I used beamer to make slides today, but it looks too small on screen when I
used a iBook to do the presentation. Anybody knows how to do that? |
|
b*********e 发帖数: 2642 | 3 看看beamer的安装帮助么,我记得要做点什么。 |
|
a********n 发帖数: 34 | 4 报告的结果好多是movie,如果用beamer的话好像只能静态图片,没法插入多媒体,
有什么办法解决吗?谢谢! |
|
a********n 发帖数: 34 | 5 多谢!不过没找到multimedia package. 另外在beamer下那个movie15好像不能用。sigh.
}} |
|
|
w******s 发帖数: 35 | 7 用beamer生成的PDF文件页数比实际页数多几倍,
我也Google了一些办法,但是发现在windows下好像不怎么行
请大虾多多指教,Thanks. |
|
T*******n 发帖数: 493 | 8 See Chapter 20 in the Beamer User Guide (p. 178). |
|
w******s 发帖数: 35 | 9 终于搞定了~~ 多谢版主~~!
我用的是MikTex,在按Guide里面的说明把slides转成article时候,没有碰到任何问题。
但是,转成handout的时候,遇到一点麻烦,Guide建议用:
\documentclass[handout]{beamer}
\usepackage{pgfpages}
\pgfpagelayout{2 on 1}[a4paper,border shrink=5mm]
但是编译老是显示\pgfpagelayout这一行是Undefined Control Sequence.
后来看了一下pgfpages.sty文件(版本是2004年底),发现可以用这个:
\pgfpagesuselayout{2 on 1}[a4paper,border shrink=5mm]
试了试,果然通过了~!
写在这里只是希望如果有跟我一样的菜鸟也碰到类似问题,可以试试另一个,
也许能省点时间。 |
|
T*********r 发帖数: 11175 | 10 this is the setting in adobe acrobat bah I don't think you can configure it in
beamer |
|
o******e 发帖数: 10 | 11 第一次用beamer做slides,遇到这么一个问题:
因为不想让一页东西一下子都显示出来,所以用了
\itme <1-> blah...
\item <2-> blah blah...
然后用pdftex,结果出来的file有很多的pages,虽然只有20张slides,
结果page差点有50.
如果打印的话就是一大堆,太浪费纸张了。
其次,现在对于我到底有多少张slides也很难直接观察到。这个也很麻烦,
因为presentation时间是定的,我准备三分钟一张slide,所以我在选择
内容的时候要时刻围绕一个大致的slide的数目。现在因为不能从page数目
看slides数目,所以我老在tex文件里数来数去的,很痛苦。
请问这个问题有没有解决的办法?谢谢 |
|
e*******l 发帖数: 55 | 12 use
\documentclass[handout]{beamer}
And it flatterns all overlays. |
|
s****n 发帖数: 80 | 13 google "latex beamer sample" |
|
|
|
h*s 发帖数: 574 | 16 不一定,其实具体的功能beamer基本完善了,有些太fancy的东西大部分
人都用不上
只是在可选模版已经颜色组合上还有可改进之处
我总觉得有一个适合多数人使用的模版,需要具备几个特征,我以前写过的
但我明显感觉作者把那几个特征分散到了现有的五个模版去了
我前面说的section或者frame title下的下划线,现在的版本好像做不到
但我看到别人以前做的,就可以
不知道有哪位清楚如何实现这个下划线? |
|
b****t 发帖数: 29 | 17 我按照Beamer User Guide 3.06上面所说,先插入
\usepackage{multimedia}
然后
\begin{frame}
\frametitle{A Movie of IL Distribution}
\movie[width=3cm,height=2cm,poster]{}{cyclic-inventory.mpg}
\end{frame}
但是就是不能编译
现在只能用这个
\href{run:cyclic-inventory.mpg}{Click here to view the movie}
有谁曾经在slide里面直接加Movie麽?分享一下吧 |
|
b****t 发帖数: 29 | 18 you are right. Although I write the code
\mode % only for the article version
{
\usepackage{beamerbasearticle}
\usepackage{fullpage}
\usepackage{color}
\usepackage{multimedia}
\usepackage{hyperref}
}
Although I have multimedia.sty under C:\Program Files\MiKTeX 2.5\tex\latex\
beamer\extensions\multimedia, I cannot find its information in the compile
information. What should I do next? Thanks! |
|
b****t 发帖数: 29 | 19 我现在做的slide的title和outline上面都有navigation bar,但是没有东西,一直要
过outline才能显示section和subsection
如果我想在title和outline,去掉这个navigation bar,应该怎么做?
如果我想在title和outline,在navigation bar显示相关内容,但是不Highlight,应
该怎么做?
谢谢!
------------------
\documentclass[notes]{beamer}
% Try the class options [notes], [notes=only], [trans], [handout],
% [red], [compress], [draft], [class=article] and see what happens!
% Copyright 2003 by Till Tantau .
%
% This program can be redistributed and/or modified un |
|
n*****u 发帖数: 198 | 20 Ic...
第一次试着用beamer
还有一个问题:我希望handout只包括那些独立的frame,但是用mode出来的还
是和一样,所有的overlay都在,只是背景变白乐。。怎么办呢? |
|
|
N******n 发帖数: 1109 | 22 I just upgraded MikTex to 2.5, and am using it with WinEdt. The main reason
for my upgrading is to use beamer to compose slides.
I tested a small tex file, the dvi looks fine. However, some details are
lost if I run dvi2pdf directly. The only way to avoid the lost is to use
dvi2ps first, then run ps2pdf.
Is there any configuration or setting to do for WinEdt after updating MikTex?
Also, I read from the internet that the style files for PGF should be flat
under tex/latex/pgf, for example, like te |
|
h*s 发帖数: 574 | 23 beamer自带的一个example就可以,其实只有在preamble
加一句命令就可以,很简单的
\AtBeginSection[]
或者\AtBeginSubsection[] |
|
n*****u 发帖数: 198 | 24 如何把一页的字体整个调小点啊?有一页实在放不下,但又没法分开
谢谢
总的感觉是beamer很麻烦,做slides要直观效果,我老是要编译查看。。 |
|
H****h 发帖数: 1037 | 25 每次都要费上大约15秒。而且蹦出来的小黑窗口和滚动的白字很晃眼睛。
而我又是喜欢每写几句就看看效果,做些修正。所以挺费时间的。
比beamer文件长十倍的一般的Latex文件也只要三四秒就编译好了。
还有,为什么两段之间都没啥空隙?我自己设了\vskip 3mm 才解决问题。 |
|
n********r 发帖数: 65 | 26 \begin{frame}
\end{frame}
和
\framd{
...
}
有何差别,和beamer的版本有关吗 |
|
C********n 发帖数: 6682 | 27 太正常了
beamer bug无数,tex又不会警告越界错误,handle不了直接就
不干活,我早就被逼疯了 |
|
g********d 发帖数: 4174 | 28 Anyone has used beamer to make slides? How to change bullet color and shape
when itemize is used? Thanks. |
|
t**********h 发帖数: 100 | 29 请问大家,
matlab画的 .eps的图放在一般的latex文件里,可怎么就是放不近Beamer?
怎么办啊! |
|
i*i 发帖数: 918 | 30 use epstopdf to convert your eps file to pdf, and use pdflatex. BTW,
pdflatex is usually better for compiling beamer presentation. |
|
BR 发帖数: 4151 | 31 novice with beamer. how to change fonts? want to apply the change to entire
document. |
|
BR 发帖数: 4151 | 32 我就不知到有那些size, 一下子每照到。我想把small 变成medium, 但beamer 好象不
认 medium. 不知道中号应该怎么说。 |
|
D****y 发帖数: 24 | 33 \ve is not used by the package, otherwise, latex will complain with the
\newcommand. However, in my case, there is no errors with the \newcommand.
The error I get is something like:
Runaway argument?
\let \AtEndDocument \@firstofone \@enddocumenthook \@checkend {docume\ETC.
! File ended while scanning use of \beamer@collect@@body. |
|
T*******n 发帖数: 493 | 34 Maybe Beamer is scanning for the literal string \end{frame}, just like
the way LaTeX handles \end{verbatim} and AMS-LaTeX looks for
\end{equation}. If this is the case, you cannot bury \end{frame}
inside another macro.
The reason that you can't hide \end{verbatim} is that this sequence of
characters is the only clue that tells LaTeX to get out of verbatim mode.
For AMS-LaTeX (amsmath.sty), it needs to scan equation environments
twice in order to have the capability of setting some really compli |
|
T*******n 发帖数: 493 | 35 The runaway argument could be a sign that Beamer never found the end of
the current frame.
This "feature" is not unique to MiKTeX. |
|
c********t 发帖数: 351 | 36 我在beamer中插入了一个图像,下一步是画个箭头指向这个图像的某一部分,同时在那
个部分画个圈来着重以下,怎么弄啊?
那位老大给各提示,或者告诉手册中哪里找答案。 |
|
|
T*******n 发帖数: 493 | 38 I need the whole file, starting with \documentclass[...]{beamer} all the
way to \end{document}, so I know what color and font themes you use. |
|
f******w 发帖数: 1856 | 39 check beamer manual, and search for "font"
it has instructions for that
下了个模板,可是数学公式的字体不好看
请问怎么改数学公式的字体啊? 改成平时普通的就行
thx! |
|
l*****3 发帖数: 53 | 40 \AtBeginSubsection[]{
\frame{
\frametitle{Outline}
\tableofcontents[currentsection,currentsubsection]}} |
|
T*******n 发帖数: 493 | 41 Post a minimal source code that shows this problem, and give links to
any additional files that you had to download for the template which
were not part of the standard Beamer package. |
|
d***s 发帖数: 55 | 42 最简单的代码,把 institution 注释掉也没有用
那么多usepackage我也不知道哪个是相关的
\documentclass[10pt]{beamer}
\mode
{
\usetheme{Madrid}
\usefonttheme{professionalfonts}
}
\usepackage[english]{babel}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage{graphics}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsbsy}
\usepackage{manfnt}
\usepackage{array}
\usepackage{mathptmx}
\usepackage{helvet}
\usepackage{verbatim}
\title[]
{Pro |
|
d***s 发帖数: 55 | 43 已经简化成这样了,还是不行,把结果贴上来。左下角的括号,右下的日期和页码总在
,不知道是在什么地方设置的。其他还好,那个括号也太难看了
\documentclass[10pt]{beamer}
\mode {
\usetheme{Madrid}
\usefonttheme{professionalfonts}
}
\usepackage[english]{babel}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage{graphics}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsbsy}
\usepackage{manfnt}
\usepackage{array}
\usepackage{mathptmx}
\usepackage{helvet}
\usepackage{verbatim} |
|
l******n 发帖数: 9344 | 44 安装了beamer,xcolor,pgf,translator
但是还是有问题
给出的错误信息是:
\teXMF\tex\latex\miktex\color.cfg
undefined control sequence
\set@color ->pdfliteral
{\current@color }\aftergroup\reset@color
1.1095 \color{black}
?
这是怎么回事?
谢谢 |
|
n*s 发帖数: 752 | 45 我最近正在学用beamer来写slides,似乎没用什么特殊的东西,但编译的时候出了这些
warning,怎么才能去掉他们呢?
LaTeX Font Warning: Font shape `OT1/cmss/m/sc' in size <10.95> not available
(Font) Font shape `OT1/cmr/m/sc' tried instead on input line
110.
LaTeX Font Warning: Font shape `OT1/cmss/m/sc' in size <14.4> not available
(Font) Font shape `OT1/cmr/m/sc' tried instead on input line
110.
(/usr/share/texmf-texlive/tex/latex/amsfonts/umsa.fd)
(/usr/share/texmf-texlive/tex/latex/amsfonts/umsb.fd)
LaTeX Font Warnin |
|
a**e 发帖数: 5794 | 46 因为beamer中缺省的数学字体是sans serif的,改成serif会好点。
\usefonttheme[onlymath]{serif} |
|
a**e 发帖数: 5794 | 47 你编译时MikTeX会自动下载安装beamer。
你到命令行执行latex file.tex,MikTeX就会自己装了。
如果不行可能它的版本有点老,现在是2.7 |
|
|
g*********r 发帖数: 124 | 49 找到你机器上的 beamer.cls 文件,搜索 \raggedright,注释掉那一行。 |
|
w*****g 发帖数: 1443 | 50 beamer好像不认识这个命令:
\usepackage{setspace}
\doublespacing
难道只能每行之间手动加上
\vspace{10pt}
吗?
哪位有办法请指点一下,多谢多谢! |
|