看板 LaTeX 關於我們 聯絡資訊
想請教大家一個關於 theorem 的問題,當我使用 \begin{theorem} ... \end{theorem} 結束之後 接著下一張投影片打一些字都是看不到的, 請問大家有遇到同樣的問題嗎? \documentclass{beamer} \usetheme{Madrid} \setbeamercovered{transparent} \begin{document} \frame{ \frametitle{test} \begin{theorem} test1 \end{theorem} } \frame{ \frametitle{test2} Given a test, and it can be ... \begin{itemize} \item 1 \item 2 \end{itemize} } \end{document} 那個 Given a test, and it can be 是看不到的?如果拿掉 \begin{theorem} \end{theorem}之後,又可以看到 Given a test ..... -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.42.68
albyu:可能是 beamer 版本有 Bug 吧,試用最新版 beamer 看看 06/05 22:41
albyu:之前用 TeX Live 2007 的 beamer 有類似問題 06/05 22:43
gary27:左下角的括號怎麼消掉。... 06/06 01:09
aifos:沒錯,我是用TexLive2007的版本會出現這個問題! 06/06 12:36
albyu:http://latex-beamer.sourceforge.net/ 換新版就沒問題了 06/06 15:38
aifos:謝謝!已更新到beamer3.07版本就沒問題了! 06/06 16:43
aifos:那個括號我也不知道如何消掉,但是換一種theme就沒有了 06/06 16:50
gary27:我不會更新...=.=! 06/06 18:02
aifos:先去下載 latex-beamer, pgf, xcolor 然後把解壓縮後的檔案 06/06 18:04
aifos:放到C:\TeXLive2007\texmf-dist\tex\latex中,doc目錄則不在 06/06 18:06
aifos:此目錄中,doc在C:\TeXLive2007\texmf-dist\doc\latex中 06/06 18:08
aifos:這樣應該就可以了! 06/06 18:10