|
发表于 2007-3-15 18:43:03
|
显示全部楼层
textmap是参数项
我是使用的fontforge
fontforge stxinwei.ttf
文件菜单-生成字体
选ascii格式的type1(pfa)即可
afm和pfa同时生成
ttf2t42有点老,在我这编不了 
texlive的utf8字体生成不难,就是耗时间,xetex又不太成熟
个人意见是象Werner说的groff转成格式化文本方面,效果非常好,这也是其强项,但中文等较latex差很多,比如断行,英文则效果让人满意
[PHP]
...
DW: By easier to "handle problems", I assume you mean as a user rather than developer, correct? Will you please give me examples of the type of thing that is easier to handle in groff and in TeX?
WL: groff has the concept of "traps" to catch vertical events. For example, it's rather simple to make the first line of a paragraph be printed in small caps, something which is quite difficult in TeX, as far as I know. Another advantage of groff is its capability to move easily to absolute positions on a page.
The perhaps biggest disadvantage of groff is the lack of shrinkable space, both vertically and horizontally (vertically stretchable space is also missing). Thus formatting of columns with a small line width works far better in TeX. groff's algorithm to format a paragraph is also much less sophisticated.
DW: I presume you use both LaTeX and Groff: which do you use for what and why?
WL: For me it is a must to have good man pages! And this is what I am using groff for. For longer documents I use LaTeX.
DW: What makes groff better for "good" man pages?
WL: For me a good man page displays well on various output formats, at least as plain text, PostScript, and HTML. groff works fine for all those formats (HTML output is still somewhat experimental, though), while support for (formatted) plain text output is completely missing from TeX.
...
[/PHP] |
|