由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - 再问个关于在Beamer里面插入Movie的问题
相关主题
beamer做slides的问题那位高手知道Optics Letters的latex模板里面如何设置文献的链接?
请问在beamer下怎么播放一个movie文件?以下问题请教各位天才
再问个beamer的问题向大牛紧急求助:新版latex里面怎么弄hyperref???
beamer的一个怪毛病latex里~怎么打,3x
加入中文后beamer slides 的frame title 不再左对齐了请问简历中如何把自己的个人主页网址做成超链接
用Beemer怎么插入EPS图片?写目录可以添加超链接嘛?
Latex class file 问题求助 (转载)一个给图片加标题时遇到的问题
如何添加超链接?texify,pdftexify, hyperref
相关话题的讨论汇总
话题: movie话题: usepackage话题: beamer话题: multimedia话题: although
进入TeX版参与讨论
1 (共1页)
b****t
发帖数: 29
1
我按照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麽?分享一下吧
e*******l
发帖数: 55
2
\movie[width=xxx,height=xxx]{name}{xxx.avi}
好像 {name} 不能为空?

【在 b****t 的大作中提到】
: 我按照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}
: 但是就是不能编译
: 现在只能用这个

b****t
发帖数: 29
3
我加了name,但是还是不行。

【在 e*******l 的大作中提到】
: \movie[width=xxx,height=xxx]{name}{xxx.avi}
: 好像 {name} 不能为空?

s***t
发帖数: 195
4
how can we help you if you don't say what error you got?

【在 b****t 的大作中提到】
: 我加了name,但是还是不行。
b****t
发帖数: 29
5
The error is
s***t
发帖数: 195
6
r u sure you have the correct multimedia.sty loaded? and made sure
you load hyperref last.

post

【在 b****t 的大作中提到】
: The error is
b****t
发帖数: 29
7
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!

【在 s***t 的大作中提到】
: r u sure you have the correct multimedia.sty loaded? and made sure
: you load hyperref last.
:
: post

b****t
发帖数: 29
8
Here is the whole compile information before it comes to write the pdf file.
s***t
发帖数: 195
9
faint. you only load multimedia in the article mode.

latex\

【在 b****t 的大作中提到】
: 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\
b****t
发帖数: 29
10
Thanks!
I know the problem.

【在 s***t 的大作中提到】
: faint. you only load multimedia in the article mode.
:
: latex\

1 (共1页)
进入TeX版参与讨论
相关主题
texify,pdftexify, hyperref加入中文后beamer slides 的frame title 不再左对齐了
如何改变章节链接的字体颜色用Beemer怎么插入EPS图片?
tex问题Latex class file 问题求助 (转载)
请教beamer安装如何添加超链接?
beamer做slides的问题那位高手知道Optics Letters的latex模板里面如何设置文献的链接?
请问在beamer下怎么播放一个movie文件?以下问题请教各位天才
再问个beamer的问题向大牛紧急求助:新版latex里面怎么弄hyperref???
beamer的一个怪毛病latex里~怎么打,3x
相关话题的讨论汇总
话题: movie话题: usepackage话题: beamer话题: multimedia话题: although