s***e 发帖数: 7166 | | k**f 发帖数: 372 | 2 2.7 shipped with newer version of pdfLaTeX and metapost, as well as new
XeTeX integration (unicode based TeX engine, windows font access).
2.6 is the last one to support Windows 95/98. It is still a current one, but
the bug fixing activities will stop after this year. | a**e 发帖数: 5794 | 3 对我来说是XeTeX,它直接支持系统字体,无须自己配置。
【在 s***e 的大作中提到】 : 是否有必要从2.6升上来?谢谢。
| h******s 发帖数: 176 | 4 Could you tell us a simple way to use system fonts on Windows?
I shall give you a big baozi!
On Mac, it should be easy since XeTeX was developed on OSX.
Fontspec package might be useful.
However, I have no time to study now.
【在 a**e 的大作中提到】 : 对我来说是XeTeX,它直接支持系统字体,无须自己配置。
| a**e 发帖数: 5794 | 5 编译的时候用xelatex,出来的PDF内嵌TrueType字体。
另外XeTeX还built-in支持unicode。
\documentclass{article}
\usepackage{fontspec} % provides font selecting commands
\setmainfont{Times New Roman}
\setsansfont{Arial}
\setmonofont{Courier}
\begin{document}
\noindent Hello, World!
\ \\
\textsf{Hello, World!}
\ \\
\texttt{Hello, World!}
\end{document}
【在 h******s 的大作中提到】 : Could you tell us a simple way to use system fonts on Windows? : I shall give you a big baozi! : On Mac, it should be easy since XeTeX was developed on OSX. : Fontspec package might be useful. : However, I have no time to study now.
|
|