| adm | Find | login register |
Apan Liao joined: 2008-10-30 posted: 112 promoted: 23 bookmarked: 4 Tai-Chung City, Taiwan |
小弟最近捨 keynote 改行學 beamer,對於中英文的字體配置有些小心得。請見拙作(位於google docs): 阿盤的 Beamer 中英字型配方。 | |||||||||
guest |
| |||||||||
Apan Liao joined: 2008-10-30 posted: 112 promoted: 23 bookmarked: 4 Tai-Chung City, Taiwan |
可否提供一個完整的 tex 檔案讓我測試看看? | |||||||||
guest |
我是直接用你提供的程式碼,加點內容測試一下 \documentclass[10pt]{beamer} \mode<presentation>
\linespread{1.2}
\renewcommand{\arraystretch}{1.2}
\usepackage{arevmath}
\usepackage[no-math]{fontspec}
\setmainfont[Mapping=tex-text,LetterSpace=-1.25]{DejaVu Sans}
\setsansfont[Mapping=tex-text,LetterSpace=-1.25]{DejaVu Sans}
\setmonofont[Color=00663300]{DejaVu Sans Mono}
\usepackage[CJKchecksingle, normalindentfirst, SlantFont, BoldFont]{xeCJK}
\setCJKmainfont[Scale=1.2,BoldFeatures={FakeBold=1.8}]{cwTeX Q Hei Bold}
\setCJKmonofont[Scale=1.2,BoldFeatures={FakeBold=1.8},FakeStretch=1.11686,Color=00663300]{cwTeX Q Yuan}
\title{阿盤的Beamer中英字型配方}
\author{阿盤(\texttt{andrew.43@gmail.com})}
\date{2011年5月10日}
\begin{document}
\punctstyle{quanjiao}
\begin{frame}
床前明月光,疑是地上霜。舉頭望明月,低頭思故鄉。
a apple a day keeps the doctor away
\[
f'(x) = \lim_{h\to 0} \frac{f(x+h) - f(x)}{h}
\]
\end{frame}
\end{document}
如果把紅字去掉,可以有結果,但數學式就不好看了… | |||||||||
Apan Liao joined: 2008-10-30 posted: 112 promoted: 23 bookmarked: 4 Tai-Chung City, Taiwan |
\documentclass[10pt]{beamer} \mode<presentation> \linespread{1.2} \renewcommand{\arraystretch}{1.2} \usepackage{arevmath} \usepackage[no-math]{fontspec} \setmainfont[Mapping=tex-text,LetterSpace=-1.25]{DejaVu Sans} \setsansfont[Mapping=tex-text,LetterSpace=-1.25]{DejaVu Sans} \setmonofont[Color=00663300]{DejaVu Sans Mono} \usepackage[CJKchecksingle, normalindentfirst, SlantFont, BoldFont]{xeCJK} \setCJKmainfont[Scale=1.2,BoldFeatures={FakeBold=1.8}]{cwTeX Q Hei Bold} \setCJKmonofont[Scale=1.2,BoldFeatures={FakeBold=1.8},FakeStretch=1.11686,Color=00663300]{cwTeX Q Yuan} \title{阿盤的Beamer中英字型配方} \author{阿盤(\texttt{andrew.43@gmail.com})} \date{2011年5月10日} \begin{document} \punctstyle{quanjiao} \begin{frame} 床前明月光,疑是地上霜。舉頭望明月,低頭思故鄉。 a apple a day keeps the doctor away \[ f'(x) = \lim_{h\to 0} \frac{f(x+h) - f(x)}{h} \] \end{frame} \end{document} 我自己測試完全沒有問題耶。只好請你再多試試看了。我使用MacTeX-2010。之後若有消息也請你再回應。 edited: 1
| |||||||||
mybruce joined: 2011-05-05 posted: 13 promoted: 2 bookmarked: 1 |
以上的內容,使用 TeXLive 2011,再加安裝 cwTeX 及 DejaVu 字型後,可以成功編出 pdf 檔。 |
| adm | Find | login register |