|
When I use beamer with CJK, the
navigation symbols in the pdf file doesn't work well. When I press the arrow on
the right of the third button, It doesn't go to the next subsection as mentioned
in the beamer guide. So does the fourth button.
You can test the short example below. \documentclass[CJK]{beamer} \mode<presentation> { \usetheme{Warsaw} } \usepackage{CJK} \begin{document} \begin{CJK*}{GBK}{song} \section{a} \subsection{a} \begin{frame} a \end{frame} \subsection{b} \begin{frame} b \end{frame} \subsection{c} \begin{frame} c \end{frame} \section{d} \begin{frame} d \end{frame} \section{e} \begin{frame} e \end{frame} \end{CJK*} \end{document} By the way, I use the pdfLaTeX to compile the file .tex. If I remove the CJK environment, the navigation symbols work well. Therefore, I think there is a conflict between beamer and CJK. My CJK's version is 4.2.0 based on miktex
system.
|
_______________________________________________ Cjk maillist - [email protected] http://lists.ffii.org/mailman/listinfo/cjk
