> You visit the address below for details.
> 
> http://denggao.ji.googlepages.com/beamer-cjk.png
>
> Here's my example file:
> 
> \documentclass[CJK]{beamer}
> \mode<presentation>
> {  \usetheme{Warsaw}
> }
> \usepackage{CJK}
> \begin{document}
> \begin{CJK*}{GBK}{song}
> \section{Section 1}
> \subsection{Subsection 1}
> \begin{frame}
>  a
> \end{frame}
> \subsection{Subsection 2}
> \begin{frame}
>  b
> \end{frame}
> \subsection{Subsection 3}
> \begin{frame}
>  c
> \end{frame}
> \section{Section 2}
> \begin{frame}
>  d
> \end{frame}
> \section{Section 3}
> \begin{frame}
>  e
> \end{frame}
> 
> \end{CJK*}
> \end{document}

Thanks.  This problem isn't related to CJK at all.  It is a bug (or
feature) in the beamer package which can't handle sectioning commands
within a group.  Just replace the \begin{CJK*} ... \end{CJK*} pair
with \begingroup and \endgroup, and you get the same wrong navigation
buttons.

Till, please comment.

A workaround is to close a CJK environment right before a sectioning
command, and open it again afterwards.


    Werner

_______________________________________________
Cjk maillist  -  [email protected]
http://lists.ffii.org/mailman/listinfo/cjk

Reply via email to