【发布时间】:2010-02-24 00:16:05
【问题描述】:
我开始使用 Postscript,并且想做一些非常简单的事情:在我的 Postscript 文档中包含一个 LaTeX 符号。例如:
%!
/FontSize 12 def
newpath
0 0 moveto
("Hello \LaTeX") show % This is where I would like
% the rendering of \LaTeX
% with actual LaTeX font
showpage
有什么想法吗?
【问题讨论】:
标签: latex fonts tex postscript