Re: 請問 LaTeX 能顯示中文 slide 的 樣板/教學

看板LaTeX (論文排版)作者 (朱子)時間18年前 (2007/12/16 00:16), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串4/15 (看更多)
我自己在用的格式給你參考看看 \documentclass[14pt]{beamer} %下面這兩行是必須的 \usepackage{graphicx} \usepackage{CJKutf8} %這幾行可有可無 \usetheme{Hannover} \usefonttheme[onlylarge]{structurebold} \setbeamerfont*{frametitle}{size=\normalsize,series=\bfseries} \setbeamertemplate{navigation symbols}{} %title page的資訊 \title{Your title} \author{your name} \date{\today} \begin{document} \frame{\titlepage} \section{Outline} \frame{\tableofcontents} \section{chinese test} \begin{frame}{chinese test} \begin{CJK}{UTF8}{nsung} \begin{itemize} \item 中文測試 \end{itemize} \end{CJK} \end{frame} \begin{frame} \begin{figure} \includegraphics[totalheight=9cm]{yourpic.jpg} \end{figure} \end{frame} \end{document} 其中{nsung}要改成你有裝的字型 這個我個人覺得超難搞… 之前想自己裝個新細明體就一直搞不定… 後來還是找人家做好的字型來裝比較快 還有底下是我想問的: beamer似乎只能在frame裡面用CJK環境@@ frame的title和section的title都無法用中文 這個有解嗎? ※ 引述《"老學不會生" <who@where.not>, 看板: LaTeX》之銘言: : 謝謝不吝指示 : > 請試試看 beamer 吧 : 有,有給他裝了. : 但是 CJKutf8 中文怎麼搞不出...? : === : "suglwu" <suglwu.bbs@bbs.sayya.org> 撰寫於郵件新聞:4XSi7L$oL7@bbs.sayya.org... : > 請試試看 beamer 吧 : > # 範例 : > ~/texlive/2007/texmf-dist/doc/latex/beamer \ : > /solutions/conference-talks/conference-ornate-20min.en.tex : > # 引入圖檔 : > \usepackage{graphicx} : > \includegraphics{} : > 擷取別人 pdf 的圖請參考 pdfimages : > 個人使用經驗:輸出的格式就不是向量圖了會失真,是 pnm or jpeg 等 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.213.158 ※ 編輯: mantour 來自: 140.112.213.158 (12/16 00:17)
文章代碼(AID): #17O_t33y (LaTeX)
討論串 (同標題文章)
文章代碼(AID): #17O_t33y (LaTeX)