作者blc (Anemos)
看板LaTeX
标题[问题] 用beamer能不能用utf8中文的/section名字?
时间Wed May 9 18:55:04 2007
最近想学beamer做投影片,不过遇到了个问题,
用beamer的document class时,/section 能不能用中文啊?
试了几次之後,编译成功且其他地方的中文都可以,但section名一直出不来…
以下是我的测试码:
\documentclass[CJK]{beamer}
\usepackage{beamerthemesplit}
\usepackage{CJKutf8}
\begin{document}
\begin{CJK}{UTF8}{nsung}
\title{中文的title}
\author{中文姓名}
\frame{\titlepage}
\section{Outline}
\frame{\tableofcontents}
\section{试试中文 section title }
中文的内文。
\end{CJK}
\end{document}
请问各位先进这该怎麽解?
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.137.32.66