Dear Werner, Consider the following minimal example:
-----------------------
\documentclass[CJKutf8]{beamer}
\usepackage{CJKutf8}
\usetheme{Darmstadt}
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\title{标题}
\author{作者}
\date{\today}
\frame{\titlepage}
\section[Outline]{}
\frame{\tableofcontents}
\section{第一节}
\frame
{
\frametitle{标题}
测试中文
}
\end{CJK}
\end{document}
-----------------------
The first pdflatex run will be OK, while the second pdflatex run will give the
error like this:
--------------------------
! Package inputenc Error: Unicode char \u8:绗?not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.4 \begin{document}
?
--------------------------
Any hints on this issue?
Regards,
--
Hongsheng Zhao <[EMAIL PROTECTED]>
Xinjiang Technical Institute of Physics and Chemistry
Chinese Academy of Sciences
GnuPG DSA: 0xD108493
2008-11-26
CJKutf8_Beamer.tex
Description: Binary data
_______________________________________________ Cjk maillist - [email protected] https://lists.ffii.org/mailman/listinfo/cjk
