我正在尝试使用包 movie15 将视频包含到由命令生成的 PDF 中pdflatex
,但是每次我使用此命令时都会出现以下信息部分:
(/usr/share/texmf-texlive/tex/latex/fancybox/fancybox.sty
Style option: `fancybox' v1.3 <2000/09/19> (tvz)
) (./movie15.sty (/usr/share/texmf-texlive/tex/latex/oberdiek/ifdraft.sty)
(/usr/share/texmf-texlive/tex/latex/ms/everyshi.sty)
! LaTeX Error: Command \hyperlinkmovie already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.4380 }
我该如何避免这种情况?
干杯!
PS:我已经下载了该文件movie15.sty
并将其放在我运行命令的同一目录中pdflatex mylatexfile
答案1
在没有 MWE 的情况下,我认为 Gonzalo Medina 的评论最接近答案:
只是一个猜测:似乎两个包
multimedia
和movie15
都正在被加载;这将导致提到的错误。