看板LaTeX
标 题Re: [问题] 用beamer能不能用utf8中文的/section名字?
发信站SayYA 资讯站 (Tue May 15 19:14:26 2007)
转信站ptt!ctu-reader!news.nctu!SayYa
※ 引述《[email protected] (Anemos)》之铭言:
> 最近想学beamer做投影片,不过遇到了个问题,
> 用beamer的document class时,/section 能不能用中文啊?
> 试了几次之後,编译成功且其他地方的中文都可以,但section名一直出不来…
> 以下是我的测试码:
> \documentclass[CJK]{beamer}
> \usepackage{beamerthemesplit}
> \usepackage{CJKutf8}
\usepackage{CJK}
(我没有 CJKutf8 这个 package)
> \begin{document}
> \begin{CJK}{UTF8}{nsung}
> \title{中文的title}
> \author{中文姓名}
> \frame{\titlepage}
> \section{Outline}
> \frame{\tableofcontents}
> \section{试试中文 section title }
\begin{frame}
中文的内文。
\end{frame}
> \end{CJK}
> \end{document}
> 请问各位先进这该怎麽解?
印象中,\section 底下应该是由 frame 组成。
我是这麽用 frame 的。
ps:在 ubuntu 6.10 texlive Version: 2005.dfsg.1-1 底下。
--
※ Origin: SayYA 资讯站 <bbs.sayya.org>
◆ From: nlp4.et.ntust.edu.tw