| 阅读上一个主题 :: 阅读下一个主题 |
| 作者 |
留言 |
maver 半仙
注册时间: 2005-05-24 文章: 183 来自: 北京
|
发表于: Thu 2005-11-03 15:28:16 发表主题: 简单详细的teTeX中文配置方法(转载) |
|
|
原文:
http://bbs.ctex.org/forums/index.php?showtopic=30009&hl=
还有一篇配置斜体的文章 :
http://bbs.ctex.org/forums/index.php?showtopic=30010&hl=
谢谢liriver
LaTeX中文字体的安装一直困扰着很多的初学者,大多数用户都是通过网上搜索,去寻找解决的办法,然而看到的内容却很零乱和复杂,用起来很不方便。为了方便大家使用,我曾经写过一篇帖子,说明怎么利用Winodws平台下CTeX的配置文件来配置FreeBSD平台下teTeX的中文,但还是有些麻烦,也不是很容易操作,尤其是对没有安装CTeX的用户根本用不了我说的那些方法,于是我重新写了下面这篇文章,用最简单也是最有效的方法一步一步的教大家在 teTeX下安装中文字体,包括粗体和斜体。以下的方法我在FreeBSD-5.4-Release平台,teTeX3.0套装下测试成功,latex, pdflatex,dvipdfm等都能正确使用。
1. 预备工作
(1)安装好teTeX和CJK,这些安装步骤我就省略了。对于linux下的用户来说没有什么困难的,对于FreeBSD用户来说有些不同,如果通过ports安装,要编译所有的源码包,很麻烦(至少我不喜欢),我建议大家用package来安装,很方便快捷,但是CJK只能通过ports来make install clean了。
(2)安装完后有个目录${TEXMFMAIN}我要先说明一下,在我的系统中
CODE
${TEXMFMAIN} = /usr/local/share/texmf
CODE
${SPECIALMAP} = ${TEXMFMAIN}/fontname/special.map
我用的是旧版的CJK(zh_CJK-4.5.2_1),对新版的CJK(ZH_CJK-4.5.2_2),${SPECIALMAP}发生了变化,请注意
CODE
${SPECIALMAP} = ${TEXMFMAIN}-dist/fonts/map/fontname/special.map
(感谢maver的提醒)
(3)中文字体要准备好,现在大家都会系统的中文美化,一般系统中都有simsun.ttc,simhei.ttf等中文字体,我的中文字体放在这个目录下面:
CODE
/usr/X11R6/lib/X11/fonts/TrueType
2. 开始配置中文
(1)更改${SPECIALMAP}。CJK安装完之后会生成这个文件,最初的内容如下:
CODE
@c Arphic BIG5 Kaiti TTF
arb5kai big5 arb5kai
@c Arphic BIG5 Mingti TTF
arb5sung big5 arb5sung
@c Arphic GB Kaiti TTF
argbkai gb argbkai
@c Arphic GB Sungti TTF
argbsung gb argbsung
需要做的就是照样在下面添加两行为simsun和simhei准备的内容,更改后的内容如下:
CODE
@c Arphic BIG5 Kaiti TTF
arb5kai big5 arb5kai
@c Arphic BIG5 Mingti TTF
arb5sung big5 arb5sung
@c Arphic GB Kaiti TTF
argbkai gb argbkai
@c Arphic GB Sungti TTF
argbsung gb argbsung
@c SimSun GBK Songti TTF
gbksong GBK gbksong
@c SimHei GBK Heiti TTF
gbkhei GBK gbkhei
CODE
(2)更改${TEXMFMAIN}/ttf2pk/ttfonts.map。CJK安装完之后会生成这个文件,最初的内容如下:
[code]
% These entries are just examples!
arials arial.ttf Slant=0.25
arial arial.ttf Slant=0 Extend=1 Pid = 1 Eid = 0
arialx arial.ttf Slant=0 Extend=1.5
times times.ttf Encoding=T1-WGL4.enc \
.g0xc7=ring .g0xc9=caron .g0xc4=dotlessi
times95 times95.ttf Encoding=T1-WGL4.enc
ntukai@Big5@ ntu_kai.ttf Pid = 3 Eid = 4
cyberb@Unicode@ cyberbit.ttf
% the next entry maps the Unicode encoded font to Big 5 encoding; thus you
% can say \begin{CJK}{Big5}{...} (this is an environment from the CJK
% package for LaTeX).
mingli@UBig5@ mingliu.ttc Fontindex = 0
arb5kai@UBig5@ arb5_kai Pid=3 Eid=1
arb5sung@UBig5@ arb5_sung Pid=3 Eid=1
argbkai@UGB@ argb_kai Pid=3 Eid=1
argbsung@UGB@ argb_sung Pid=3 Eid=1
需要做的就是照样在下面添加两行为simsun和simhei准备的内容,更改后的内容如下:
CODE
% These entries are just examples!
arials arial.ttf Slant=0.25
arial arial.ttf Slant=0 Extend=1 Pid = 1 Eid = 0
arialx arial.ttf Slant=0 Extend=1.5
times times.ttf Encoding=T1-WGL4.enc \
.g0xc7=ring .g0xc9=caron .g0xc4=dotlessi
times95 times95.ttf Encoding=T1-WGL4.enc
ntukai@Big5@ ntu_kai.ttf Pid = 3 Eid = 4
cyberb@Unicode@ cyberbit.ttf
% the next entry maps the Unicode encoded font to Big 5 encoding; thus you
% can say \begin{CJK}{Big5}{...} (this is an environment from the CJK
% package for LaTeX).
mingli@UBig5@ mingliu.ttc Fontindex = 0
arb5kai@UBig5@ arb5_kai Pid=3 Eid=1
arb5sung@UBig5@ arb5_sung Pid=3 Eid=1
argbkai@UGB@ argb_kai Pid=3 Eid=1
argbsung@UGB@ argb_sung Pid=3 Eid=1
gbksong@UGBK@ simsun.ttc Pid=3 Eid=1
gbkhei@UGBK@ simhei.ttf Pid=3 Eid=1
(3)更改${TEXMFMAIN}/tex/latex/CJK/GB/c19song.fd。修改后的内容如下:
CODE
% This is the file c19song.fd of the CJK package
% for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e
%
% created by Werner Lemberg <wl@gnu.org>
%
% Version 4.5.2 (28-Mar-2003)
\def\fileversion{4.5.2}
\def\filedate{2003/03/28}
\ProvidesFile{c19song.fd}[\filedate\space\fileversion]
% Chinese characters (extension of GB 2312)
%
% character set: GBK
% font encoding: CJK (extended)
\DeclareFontFamily{C19}{song}{\hyphenchar \font\m@ne}
\DeclareFontShape{C19}{song}{m}{n}{<-> CJK * gbksong}{}
\DeclareFontShape{C19}{song}{bx}{n}{<-> CJKb * gbksong}{\CJKbold}
\endinput
(4)更改${TEXMFMAIN}/tex/latex/CJK/GB/c19hei.fd。CJK安装之后是没有这个文件的,可以复制c19song.fd的内容,自己编辑一下,修改后的内容如下:
CODE
% This is the file c19song.fd of the CJK package
% for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e
%
% created by Werner Lemberg <wl@gnu.org>
%
% Version 4.5.2 (28-Mar-2003)
\def\fileversion{4.5.2}
\def\filedate{2003/03/28}
\ProvidesFile{c19hei.fd}[\filedate\space\fileversion]
% Chinese characters (extension of GB 2312)
%
% character set: GBK
% font encoding: CJK (extended)
\DeclareFontFamily{C19}{hei}{\hyphenchar \font\m@ne}
\DeclareFontShape{C19}{hei}{m}{n}{<-> CJK * gbkhei}{}
\DeclareFontShape{C19}{hei}{bx}{n}{<-> CJKb * gbkhei}{\CJKbold}
\endinput
(4)准备生成字体。进入到${TEXMFMAIN}目录下,执行以下命令链接一下字体文件:
CODE
#cd fonts/truetype
#mkdir chinese
#cd chinese
#ln -s /usr/X11R6/lib/X11/fonts/TrueType/simsun.ttc simsun.ttc
#ln -s /usr/X11R6/lib/X11/fonts/TrueType/simhei.ttf simhei.ttf
(5)生成字体。进入到${TEXMFMAIN}目录下,执行以下命令为simsun和simhei生成字体信息:
CODE
#cd fonts/tfm
#mkdir chinese
#cd chinese
#mkdir gbksong
#mkdir gbkhei
#mkdir cd gbksong
#ttf2tfm /usr/local/share/texmf/fonts/truetype/chinese/simsun -P 3 -E 1 gbksong@/usr/local/share/texmf/ttf2pk/UGBK@
#cd ..
#cd gbkhei
#ttf2tfm /usr/local/share/texmf/fonts/truetype/chinese/simhei -P 3 -E 1 gbkhei@/usr/local/share/texmf/ttf2pk/UGBK@
#texconfig rehash
3. 配置完成,测试一下吧。
4. 其实完成这些步骤很简单的,写一个脚本就可以了,大家完全可以按照/usr/ports/chinese/CJK/scripts/post- install的内容来做,我的思路就是源于这个文件,为了清晰起见,我把每一步都详细的写了出来,供广大初学者参考,如果大家愿意可以把这些步骤写成一个脚本,以后添加字体就方便了,我这里就不提供了。 _________________ 我们一直在努力
Homepage: www.yuanjue.net |
|
| 返回页首 |
|
 |
birdiez 半仙
注册时间: 2005-09-13 文章: 2
|
发表于: Sat 2005-11-19 14:21:39 发表主题: |
|
|
果然好用呵呵
zh-CJK-4.5.2_2 的 ${SPECIALMAP} 是
${TEXMFMAIN}-dist/fonts/map/fontname/special.map
在我机器上是
/usr/local/share/texmf-dist/fonts/map/fontname/special.map _________________ unit--: 简单易用的 C++ 单元测试工具
http://unit--.sourceforge.net/
- _ㄥフ _ㄘ_ ㄡ �Mㄥ �qㄣ
- ㄨ�D ひ�舁啸� ㄖ �e �D
- �s
|
|
| 返回页首 |
|
 |
imkuang 半仙
注册时间: 2004-09-14 文章: 24
|
发表于: Sun 2005-12-18 20:45:34 发表主题: |
|
|
| 受益了,顶一个! |
|
| 返回页首 |
|
 |
imkuang 半仙
注册时间: 2004-09-14 文章: 24
|
发表于: Mon 2005-12-19 15:43:36 发表主题: |
|
|
决心用*nix来做数值计算和写论文,octave R gnuplot maxima都先后在论坛里搜到的文章的帮助下解决。昨天又成功安装了CJK中,按照楼主的文章配置了中文,高兴了一把。
本来第一次度是好好的,现在全是乱码了 !哪位大牛帮帮忙呀!
文件hello.tex:
| 代码: |
\documentclass{article}
\usepackage{CJK}
\begin{CJK*}{GBK}{song}
\begin{document}
您好
\end{CJK*}
\end{document}
|
| 代码: |
kuangzd# latex hello.tex
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
entering extended mode
(./hello.tex
LaTeX2e <2003/12/01>
Babel <v3.8d> and hyphenation patterns for american, french, german, ngerman, b
ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, e
stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polis
h, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur
kish, ukrainian, nohyphenation, loaded.
(/usr/local/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2004/02/16 v1.4f Standard LaTeX document class
(/usr/local/share/texmf-dist/tex/latex/base/size10.clo))
(/usr/local/share/texmf/tex/latex/CJK/CJK.sty
(/usr/local/share/texmf/tex/latex/CJK/mule/MULEenc.sty)
(/usr/local/share/texmf/tex/latex/CJK/CJK.enc))
(/usr/local/share/texmf/tex/latex/CJK/standard.bdg)
(/usr/local/share/texmf/tex/latex/CJK/extended.enc)
(/usr/local/share/texmf/tex/latex/CJK/extended.chr)
No file hello.aux.
(/usr/local/share/texmf/tex/latex/CJK/GB/c19song.fd) [1] (./hello.aux) )
Output written on hello.dvi (1 page, 372 bytes).
Transcript written on hello.log.
kuangzd# dvips hello.dvi
This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com)
' TeX output 2005.12.19:2322' -> hello.ps
<tex.pro><texps.pro>. <cmr10.pfb>[1]
kuangzd#
|
生成的ps文件用GGV阅读时是乱码,第一个字是“镇”,接站是两个莫名其妙的符号。
搜了一大堆帮助,有的是解决只出现方框或者是什么都不显示的问题,可我这显示的却似乎是繁体。大定帮忙看看是哪里出了问题。索性将log文件也贴出来:
| 代码: |
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) (format=latex 2005.12.19) 19 DEC 2005 23:22
entering extended mode
**hello.tex
(./hello.tex
LaTeX2e <2003/12/01>
Babel <v3.8d> and hyphenation patterns for american, french, german, ngerman, b
ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, e
stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polis
h, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur
kish, ukrainian, nohyphenation, loaded.
(/usr/local/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2004/02/16 v1.4f Standard LaTeX document class
(/usr/local/share/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2004/02/16 v1.4f Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/local/share/texmf/tex/latex/CJK/CJK.sty
Package: CJK 2003/03/28 4.5.2
(/usr/local/share/texmf/tex/latex/CJK/mule/MULEenc.sty
File: MULEenc.sty 2003/03/28 4.5.2
)
(/usr/local/share/texmf/tex/latex/CJK/CJK.enc
File: CJK.enc 2003/03/28 4.5.2
)
LaTeX Info: Redefining \selectfont on input line 661.
\CJK@indent=\box26
)
(/usr/local/share/texmf/tex/latex/CJK/standard.bdg
File: standard.bdg 2003/03/28 4.5.2
)
(/usr/local/share/texmf/tex/latex/CJK/extended.enc
File: extended.enc 2003/03/28 4.5.2
)
(/usr/local/share/texmf/tex/latex/CJK/extended.chr
File: extended.chr 2003/03/28 4.5.2
)
No file hello.aux.
\openout1 = `hello.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C00/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C09/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C10/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C20/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C19/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C40/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C42/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C43/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C50/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C52/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C49/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C60/mj/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C61/mj/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C63/mj/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C64/mj/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C65/mj/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C70/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C31/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C32/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C33/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C34/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C35/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C36/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C37/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C80/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C81/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C01/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C11/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C21/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C41/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for C62/song/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Try loading font information for C19+song on input line 5.
(/usr/local/share/texmf/tex/latex/CJK/GB/c19song.fd
File: c19song.fd 2003/03/28 4.5.2
) [1
] (./hello.aux) )
Here is how much of TeX's memory you used:
1194 strings out of 94501
12133 string characters out of 1174995
68578 words of memory out of 1000000
4422 multiletter control sequences out of 10000+100000
4497 words of font info for 17 fonts, out of 500000 for 2000
580 hyphenation exceptions out of 1000
23i,4n,21p,169b,336s stack positions out of 1500i,500n,5000p,200000b,5000s
Output written on hello.dvi (1 page, 372 bytes).
|
|
|
| 返回页首 |
|
 |
jesage 半仙
注册时间: 2005-12-22 文章: 6
|
发表于: Wed 2005-12-28 17:25:45 发表主题: |
|
|
| 是不是c19song.fd配置不正确 |
|
| 返回页首 |
|
 |
IOU 道士

注册时间: 2005-10-07 文章: 680 来自: 羊疙瘩头村
|
发表于: Thu 2006-01-26 14:36:53 发表主题: |
|
|
好贴,非常好的总结,100%有效。强烈推荐给在FB下用teTeX+CJK的兄弟们!
就是要注意,将c19song.fd的倒数二三行的gbk换成gbksong,等等。 |
|
| 返回页首 |
|
 |
liueryun 半仙
注册时间: 2005-01-14 文章: 47
|
发表于: Mon 2006-03-06 14:20:46 发表主题: |
|
|
好贴,非常有效,感谢楼主。
我的FreeBSD-6.0R,teTex-3.0 ,zh-CJK-4.5.2_2测试有效 |
|
| 返回页首 |
|
 |
liueryun 半仙
注册时间: 2005-01-14 文章: 47
|
发表于: Mon 2006-03-06 14:29:36 发表主题: |
|
|
#mkdir cd gbksong
#ttf2tfm /usr/local/share/texmf/fonts/truetype/chinese/simsun -P 3 -E 1 gbksong@/usr/local/share/texmf/ttf2pk/UGBK@
#cd ..
#cd gbkhei
#ttf2tfm /usr/local/share/texmf/fonts/truetype/chinese/simhei -P 3 -E 1 gbkhei@/usr/local/share/texmf/ttf2pk/UGBK@
指出一个小错误,上面红色字符应该分别是:cd gbksong;simsun.ttc;simhei.ttf |
|
| 返回页首 |
|
 |
wangyi6854 道童
注册时间: 2005-04-29 文章: 351 来自: 青岛
|
发表于: Wed 2006-04-12 22:11:06 发表主题: |
|
|
为什么我这里的${TEXMFMAIN}-dist/fonts/map/fontname/special.map文件里没有你提到的那些内容?
我就是把你说的那些内容直接复制了一遍。可以么?
我的${TEXMFMAIN}-dist/fonts/map/fontname/special.map文件的内容:
| 代码: | @c @mapfile{
@c email = "tex-fonts@tug.org",
@c date = "06 Nov 2002",
@c url = "http://tug.org/fontname/special.map",
@c supported = "yes",
@c docstring = "Abbreviations for nonstandard TeX font names."
@c }
@c
@c Note: All fonts that can be generated at arbitrary sizes using the
@c Sauter tools must be listed explicitly at all available sizes.
@c Other font families are just listed by prefix.
@c
@c The 75 standard cm fonts (+cmex9) from Knuth.
cmb10 public cm
cmbsy10 public cm
cmbx10 public cm
cmbx12 public cm
cmbx5 public cm
cmbx6 public cm
cmbx7 public cm
cmbx8 public cm
cmbx9 public cm
cmbxsl10 public cm
cmbxti10 public cm
cmcsc10 public cm
cmdunh10 public cm
cmex10 public cm
cmex9 public cm
cmff10 public cm
cmfi10 public cm
cmfib8 public cm
cmitt10 public cm
cmmi10 public cm
cmmi12 public cm
cmmi5 public cm
cmmi6 public cm
cmmi7 public cm
cmmi8 public cm
cmmi9 public cm
cmmib10 public cm
cmr10 public cm
cmr12 public cm
cmr17 public cm
cmr5 public cm
cmr6 public cm
cmr7 public cm
cmr8 public cm
cmr9 public cm
cmsl10 public cm
cmsl12 public cm
cmsl8 public cm
cmsl9 public cm
cmsltt10 public cm
cmss10 public cm
cmss12 public cm
cmss17 public cm
cmss8 public cm
cmss9 public cm
cmssbx10 public cm
cmssdc10 public cm
cmssi10 public cm
cmssi12 public cm
cmssi17 public cm
cmssi8 public cm
cmssi9 public cm
cmssq8 public cm
cmssqi8 public cm
cmsy10 public cm
cmsy5 public cm
cmsy6 public cm
cmsy7 public cm
cmsy8 public cm
cmsy9 public cm
cmtcsc10 public cm
cmtex10 public cm
cmtex8 public cm
cmtex9 public cm
cmti10 public cm
cmti12 public cm
cmti7 public cm
cmti8 public cm
cmti9 public cm
cmtt10 public cm
cmtt12 public cm
cmtt8 public cm
cmtt9 public cm
cmu10 public cm
cmvtt10 public cm
cminch public cm
@c The extra CM fonts from the AMS.
cmbsy5 ams cmextra
cmbsy6 ams cmextra
cmbsy7 ams cmextra
cmbsy8 ams cmextra
cmbsy9 ams cmextra
cmcsc8 ams cmextra
cmcsc9 ams cmextra
cmex7 ams cmextra
cmex8 ams cmextra
cmmib5 ams cmextra
cmmib6 ams cmextra
cmmib7 ams cmextra
cmmib8 ams cmextra
cmmib9 ams cmextra
@c Next some non-standard CM fonts from Knuth,
@c mostly used in Font Specimens of Volume E.
cmbxcd10 public cmextra % CTAN:systems/knuth/local/cm
cmbxti7 public cmextra
cmbxti12 public cmextra
cmcscsl10 public cmextra
cmfibs8 public cmextra
cmitt9 public cmextra
cmitt12 public cmextra
cmsl6 public cmextra
cmsltt9 public cmextra
cmssbxo10 public cmextra
cmssu30 public cmextra
cmsslu30 public cmextra
cmvtti10 public cmextra
@c The standard LaTeX and SliTeX fonts.
icmcsc10 public latex % CTAN:fonts/latex
icmex10 public latex
icmmi8 public latex
icmsy8 public latex
icmtt8 public latex
ilasy8 public latex
ilcmss8 public latex
ilcmssb8 public latex
ilcmssi8 public latex
lasy10 public latex
lasy5 public latex
lasy6 public latex
lasy7 public latex
lasy8 public latex
lasy9 public latex
lasyb10 public latex
lcircle10 public latex
lcirclew10 public latex
lcmss8 public latex
lcmssb8 public latex
lcmssi8 public latex
line10 public latex
linew10 public latex
circle10 public latex
circlew10 public latex
@c utility and logo fonts by Knuth:
dummy public misc % CTAN:systems/knuth/{lib,local/lib}
black public misc
gray public misc
slant public misc
cmman public misc
manfnt public misc
random public misc
xbmc10 public misc % for TeX--XeT
logo public mflogo
@c Mathematica fonts:
Math1 wolfram mma
Math1-Bold wolfram mma
Math1Mono wolfram mma
Math1Mono-Bold wolfram mma
Math2 wolfram mma
Math2-Bold wolfram mma
Math2Mono wolfram mma
Math2Mono-Bold wolfram mma
Math3 wolfram mma
Math3-Bold wolfram mma
Math3Mono wolfram mma
Math3Mono-Bold wolfram mma
Math4 wolfram mma
Math4-Bold wolfram mma
Math4Mono wolfram mma
Math4Mono-Bold wolfram mma
Math5 wolfram mma
Math5-Bold wolfram mma
Math5Mono wolfram mma
Math5Mono-Bold wolfram mma
zwamb wolfram mma
zwamm wolfram mma
zwarb wolfram mma
zwarm wolfram mma
zwavb wolfram mma
zwavm wolfram mma
zwayb wolfram mma
zwaym wolfram mma
zwcmb wolfram mma
zwcmm wolfram mma
zwcrb wolfram mma
zwcrm wolfram mma
zwcvb wolfram mma
zwcvm wolfram mma
zwcyb wolfram mma
zwcym wolfram mma
zwsm wolfram mma
@c sample coming with PasTeX:
unilogo public pastex
@c ASCII font by RWD Nickalls <mtzrwn@uk.ac.nottingham.ccc.vax>
ascii-10 public ascii % CTAN:fonts/ascii
@c barcode fonts by Peter Willadt
wlc public barcode2 % CTAN:fonts/barcodes/willadt
@c Herbert Bayer's universal font by Christian Holm
universal public bayer
@c cherokee font by Alan M Stanier
cherokee public cherokee % CTAN:fonts/cherokee
@c bbding symbol set by Karel Horak
bbding public bbding % CTAN:fonts/bbding
@c chinese calendar symbols by Udo Heyl
china10 public china2e % CTAN:macros/latex/contrib/supported/china2e
@c Washington Romanized (WNRI) Indic by Anshuman Pandey
wnri public wnri % CTAN:fonts/wnri
@c Computer Modern Roman Caps and Small Caps 10 point by W. Kaspar
cmbcsc10 public misc % CTAN:fonts/cm/mf-extra/bold
@c CMPICA by Don Hosek
cmpica public cmpica % CTAN:fonts/cmpica
cmpicab public cmpica
cmpicati public cmpica
@c Computer Modern Phonetic by Emma Pease
cmph public phonetic % CTAN:fonts/phonetic
@ Lucida Math symbols mixed with fake Times Math by Sebastian Rahtz
ptmlucrm public psnfssx % CTAN:macros/latex/contrib/supported/psnfssx
ptmlucbf public psnfssx
ptmlucmi public psnfssx
ptmlucmn public psnfssx
ptmlucbn public psnfssx
@c Some math fonts built from Helvetica and Lucida by Sebastian Rahtz
phvlucrm public psnfssx % CTAN:macros/latex/contrib/supported/psnfssx
phvlucbf public psnfssx
@ Some math fonts built from Times New Roman and Lucida by Sebastian Rahtz
mntlucrm public psnfssx % CTAN:macros/latex/contrib/supported/psnfssx
mntlucbf public psnfssx
mntlucmi public psnfssx
mntlucmn public psnfssx
mntlucbn public psnfssx
@c qfonts: quasi times and quasi palatino
qplb public qfonts % CTAN:fonts/psfonts/polish/qfonts
qplbi public qfonts
qplr public qfonts
qplri public qfonts
qtmb public qfonts
qtmbi public qfonts
qtmr public qfonts
qtmri public qfonts
@c Washington Romanized (WNRI) Indic by Anshuman Pandey
wnri public wnri % CTAN:fonts/wnri
@c ZE fonts (virtual T1 fonts) by Robert Fuster
ze public zefonts % CTAN:fonts/zefonts
cmbsy10o public zefonts
cmbxi10f public zefonts
cmmi10o public zefonts
cmmib10o public zefonts
cmsy10o public zefonts
cmvtt10o public zefonts
@c Washington State Universits International Phonetic Alphabet
wslipa public wsuipa % CTAN:fonts/wsuipa
@c "Devanagari for TeX" by Frans J. Velthuis and Anshuman Pandey
dvng public devanagr % CTAN:fonts/devanagari
@c ArabTeX by Klaus Lagally
hcaption public arabtex % CTAN:language/arabtex
hclassic public arabtex
nash public arabtex
xnsh public arabtex
yarborn public arabtex
@c Malayalam-TeX fonts:
mm10 public malayalam % CTAN:language/malayalam/Malayalam-TeX-1.6.zip
mm12 public malayalam
mm17 public malayalam
mm6 public malayalam
mm8 public malayalam
mmb10 public malayalam
mmb12 public malayalam
mmb17 public malayalam
mmbig public malayalam
mmbz public malayalam
mmc10 public malayalam
mmc12 public malayalam
mmc17 public malayalam
mmcb public malayalam
mmcsl public malayalam
mmcz public malayalam
mmex public malayalam
mmsl public malayalam
mmz10 public malayalam
mmz12 public malayalam
mmz17 public malayalam
mmz6 public malayalam
mmz8 public malayalam
orn10 public malayalam
grafbase public mfpic % CTAN:graphics/mfpic
punk public punk % CTAN:fonts/punk
dancers public dancers % CTAN:fonts/dancers
dingbat public dingbat % CTAN:fonts/dingbat
arrsy arrsy arrsy % CTAN:macros/generic/diagrams/kuvio/arrsy
@c Computer Duerer fonts by Alan Hoenig
cdb10 public duerer % CTAN:fonts/duerer
cdi10 public duerer
cdr10 public duerer
cdsl10 public duerer
cdss10 public duerer
cdtt10 public duerer
@c Gaelic fonts: eiad font family
eiad public eiad % CTAN:fonts/eiad
@c Mongolian for LaTeX2e, Oliver Corff and Dorjpalam Dorj
kmb public montex % CTAN:language/mongolian/montex
kmcsc public montex
kmdunh public montex
kmff public montex
kmfi public montex
kmfib public montex
kminch public montex
kmitt public montex
kmr public montex
kmsl public montex
kmss public montex
kmtcsc public montex
kmti public montex
kmtt public montex
kmu public montex
kmvtt public montex
@c montex (old font names)
mcbizx public montex
mcbozx public montex
mcbszx public montex
mcbz public montex
mcbzx public montex
mcdszc public montex
mcrctz public montex
mcrcz public montex
mcrisz public montex
mcritz public montex
mcriz public montex
mcrotz public montex
mcroz public montex
mcrsz public montex
mcrtz public montex
mcytitle public montex
mczinch public montex
@c OGHAM alphabet, by Alan M Stanier
ogham public ogham % CTAN:fonts/ogham
morse public morse % CTAN:fonts/morse
@c Concrete version of CM and EC:
cc public concrete % CTAN:fonts/concrete
xcc public concmath % CTAN:fonts/concmath
eocc public ecc
eorm public ecc
eosl public ecc
eoti public ecc
torm public ecc
tosl public ecc
toti public ecc
tcssdc10 public ecc
@c AMS fonts:
euxm public euxm % euxm by Don Knuth
eu ams euler % AMS Euler family
msam5 ams symbols
msam6 ams symbols
msam7 ams symbols
msam8 ams symbols
msam9 ams symbols
msam10 ams symbols
msbm5 ams symbols
msbm6 ams symbols
msbm7 ams symbols
msbm8 ams symbols
msbm9 ams symbols
msbm10 ams symbols
wncy ams cyrillic % AMS Cyrillic
@c Computer Modern Blackboard:
bbm5 public bbm % CTAN:fonts/cm/bbm
bbm6 public bbm
bbm7 public bbm
bbm8 public bbm
bbm9 public bbm
bbm10 public bbm
bbm12 public bbm
bbm17 public bbm
bbmb10 public bbm
bbmbx5 public bbm
bbmbx6 public bbm
bbmbx7 public bbm
bbmbx8 public bbm
bbmbx9 public bbm
bbmbx10 public bbm
bbmbx12 public bbm
bbmbxsl10 public bbm
bbmdunh10 public bbm
bbmfib8 public bbm
bbmsl8 public bbm
bbmsl9 public bbm
bbmsl10 public bbm
bbmsl12 public bbm
bbmsltt10 public bbm
bbmss8 public bbm
bbmss9 public bbm
bbmss10 public bbm
bbmss12 public bbm
bbmss17 public bbm
bbmssbx10 public bbm
bbmssdc10 public bbm
bbmssi8 public bbm
bbmssi9 public bbm
bbmssi10 public bbm
bbmssi12 public bbm
bbmssi17 public bbm
bbmssq8 public bbm
bbmssqi8 public bbm
bbmtt8 public bbm
bbmtt9 public bbm
bbmtt10 public bbm
bbmtt12 public bbm
bbmvtt10 public bbm
@c Alan Jeffrey's Blackboard font:
bbold5 public bbold % CTAN:fonts/bbold
bbold6 public bbold
bbold7 public bbold
bbold8 public bbold
bbold9 public bbold
bbold10 public bbold
bbold12 public bbold
bbold17 public bbold
@c Ralph A. Smith's Formal Script:
rsfs5 public rsfs % CTAN:fonts/rsfs
rsfs7 public rsfs
rsfs10 public rsfs
@c The St Mary's Road symbol font:
stmary5 public stmary % CTAN:fonts/stmaryrd
stmary6 public stmary
stmary7 public stmary
stmary8 public stmary
stmary9 public stmary
stmary10 public stmary
@c Roland Waldi's symbol font:
wasy5 public wasy % CTAN:fonts/wasy2
wasy6 public wasy
wasy7 public wasy
wasy8 public wasy
wasy9 public wasy
wasy10 public wasy
wasyb10 public wasy
@c Fonts from the Xy-Pic package:
xyatip public xypic % CTAN:macros/generic/diagrams/xypic
xybsql public xypic
xybtip public xypic
xycirc public xypic
xycmat public xypic
xycmbt public xypic
xyd public xypic
xyeuat public xypic
xyeubt public xypic
xyline public xypic
xymisc public xypic
xyqc public xypic
@c Gothic fonts:
ysmfrak public gothic
cmfrak public gothic
dcfrak public gothic
yfrak public gothic
ygoth public gothic
yinit public gothic
yswab public gothic
suet public gothic
schwell public gothic
@c EC math fonts by Daniel Taupin:
exmi public ecmath % CTAN:macros/ec-plain
@c font for typesetting APL code
cmapl10 public apl % CTAN:fonts/apl
@c Fonts maintained by J"org Knappen:
bashkir jknappen bashkiri
idc jknappen dc
iec jknappen ec
dc jknappen dc
ec jknappen ec
fc jknappen fc
tc jknappen tc
bbm jknappen sauter
bbold jknappen sauter
cm jknappen sauter
czinch jknappen sauter
czssq jknappen sauter
icm jknappen sauter
ilasy jknappen sauter
ilcm jknappen sauter
lasy jknappen sauter
lcircle jknappen sauter
line jknappen sauter
msam jknappen sauter
msbm jknappen sauter
rsfs jknappen sauter
stmary jknappen sauter
wasy jknappen sauter
@c Fonts for the mathptm and mathppl packages:
zpsycm adobe mathptm
zptmcm adobe mathptm
zpzccm adobe mathptm
zpplcm adobe mathppl
@c Mathematica virtual font package:
zwam wolfram mma
zwar wolfram mma
zwav wolfram mma
zway wolfram mma
zwcm wolfram mma
zwcr wolfram mma
zwcv wolfram mma
zwcy wolfram mma
zwsm wolfram mma
@c The Greek cb fonts:
@c original author Thomas Ziegler (zie@LTE.E-TECHNIK.uni-erlangen.de)
@c enhancement and corrections by
@c Apostolos Syropoulos (apostolo@platon.ee.duth.gr)
glic public cbgreek
glin public cbgreek
glio public cbgreek
gljc public cbgreek
gljn public cbgreek
gljo public cbgreek
glmc public cbgreek
glmn public cbgreek
glmo public cbgreek
gltc public cbgreek
gltn public cbgreek
glto public cbgreek
glwc public cbgreek
glwn public cbgreek
glwo public cbgreek
glxc public cbgreek
glxn public cbgreek
glxo public cbgreek
gomc public cbgreek
gomn public cbgreek
gomo public cbgreek
goxc public cbgreek
goxn public cbgreek
goxo public cbgreek
grmc public cbgreek
grmn public cbgreek
grmo public cbgreek
grxc public cbgreek
grxn public cbgreek
grxo public cbgreek
gsmc public cbgreek
gsmn public cbgreek
gsmo public cbgreek
gsxc public cbgreek
gsxn public cbgreek
gsxo public cbgreek
gttc public cbgreek
gttn public cbgreek
gtto public cbgreek
@c Greek fonts:
grib public ibygrk % CTAN:fonts/greek/ibygrk
kdbf public kdgreek % CTAN:fonts/greek/kd
kdgr public kdgreek
kdsl public kdgreek
kdti public kdgreek
kdtt public kdgreek
okdgr public kdgreek
@c Polish fonts by Bogus\l{}aw Jackowski, Marek Ry\'cko, Roman Tomaszewski.
cmssbi public pl % CTAN:language/polish/pl-mf.zip
dlr public pl
plb public pl
plcsc public pl
pldunh public pl
plex public pl
plff public pl
plfi public pl
plitt public pl
plmi public pl
plr public pl
plsl public pl
plss public pl
plsy public pl
pltcsc public pl
pltex public pl
plti public pl
pltt public pl
plu public pl
plvtt public pl
@c Fonts for typesetting circuit diagrams:
cibimos public circ % CTAN:macros/generic/diagrams/circ
cicirc public circ
cidiod public circ
cioptic public circ
ciphysic public circ
cirest public circ
cisym public circ
ciwidko public circ
@c Fonts for typesetting circuit diagrams (old version)
csybimos public circ % CTAN:macros/generic/diagrams/circ
csycirc public circ
csydiod public circ
csym public circ
csyrest public circ
csysym public circ
csywidko public circ
@c Vietnamese Computer Modern
vn public vnr
@c Czech/Slovak fonts by Petr Olsak:
lcsss public cs % ftp://math.feld.cvut.cz/pub/cstex/unix/csfonts.tar.gz
ilcsss public cs
icstt public cs
icscsc public cs
cs public cs
@c The LH fonts, created by Olga Lapko from CyrTUG
@c
@c LCY encoding
ilh lh lh-lcy
lhb lh lh-lcy
lhcsc lh lh-lcy
lhdunh lh lh-lcy
lhff lh lh-lcy
lhfi lh lh-lcy
lhitt lh lh-lcy
lhr lh lh-lcy
lhsl lh lh-lcy
lhss lh lh-lcy
lhtcsc lh lh-lcy
lhti lh lh-lcy
lhtt lh lh-lcy
lhu lh lh-lcy
lhvtt lh lh-lcy
@c Cyrillic part of LCY encoding for virtual lh* fonts
ill lh lh-lcy
llb lh lh-lcy
llcsc lh lh-lcy
lldunh lh lh-lcy
llff lh lh-lcy
llfi lh lh-lcy
llitt lh lh-lcy
llr lh lh-lcy
llsl lh lh-lcy
llss lh lh-lcy
lltcsc lh lh-lcy
llti lh lh-lcy
lltt lh lh-lcy
llu lh lh-lcy
llvtt lh lh-lcy
@c OT2 encoding
iwn lh lh-ot2
wnb lh lh-ot2
wncsc lh lh-ot2
wndunh lh lh-ot2
wnff lh lh-ot2
wnfi lh lh-ot2
wnitt lh lh-ot2
wnr lh lh-ot2
wnsl lh lh-ot2
wnss lh lh-ot2
wntcsc lh lh-ot2
wnti lh lh-ot2
wntt lh lh-ot2
wnu lh lh-ot2
wnvtt lh lh-ot2
@c T2A encoding
labi lh lh-t2a
labl lh lh-t2a
labm lh lh-t2a
labx lh lh-t2a
lacc lh lh-t2a
laci lh lh-t2a
ladh lh lh-t2a
lafb lh lh-t2a
laff lh lh-t2a
lafi lh lh-t2a
lafs lh lh-t2a
lait lh lh-t2a
laoc lh lh-t2a
larb lh lh-t2a
larm lh lh-t2a
lasc lh lh-t2a
lasi lh lh-t2a
lasl lh lh-t2a
laso lh lh-t2a
lass lh lh-t2a
last lh lh-t2a
lasx lh lh-t2a
latc lh lh-t2a
lati lh lh-t2a
latt lh lh-t2a
laui lh lh-t2a
lavi lh lh-t2a
lavt lh lh-t2a
laxc lh lh-t2a
@c T2B encoding
lbbi lh lh-t2b
lbbl lh lh-t2b
lbbm lh lh-t2b
lbbx lh lh-t2b
lbcc lh lh-t2b
lbci lh lh-t2b
lbdh lh lh-t2b
lbfb lh lh-t2b
lbff lh lh-t2b
lbfi lh lh-t2b
lbfs lh lh-t2b
lbit lh lh-t2b
lboc lh lh-t2b
lbrb lh lh-t2b
lbrm lh lh-t2b
lbsc lh lh-t2b
lbsi lh lh-t2b
lbsl lh lh-t2b
lbso lh lh-t2b
lbss lh lh-t2b
lbst lh lh-t2b
lbsx lh lh-t2b
lbtc lh lh-t2b
lbti lh lh-t2b
lbtt lh lh-t2b
lbui lh lh-t2b
lbvi lh lh-t2b
lbvt lh lh-t2b
lbxc lh lh-t2b
@c T2C encoding
lcbi lh lh-t2c
lcbl lh lh-t2c
lcbm lh lh-t2c
lcbx lh lh-t2c
lccc lh lh-t2c
lcci lh lh-t2c
lcdh lh lh-t2c
lcfb lh lh-t2c
lcff lh lh-t2c
lcfi lh lh-t2c
lcfs lh lh-t2c
lcit lh lh-t2c
lcoc lh lh-t2c
lcrb lh lh-t2c
lcrm lh lh-t2c
lcsc lh lh-t2c
lcsi lh lh-t2c
lcsl lh lh-t2c
lcso lh lh-t2c
lcss lh lh-t2c
lcst lh lh-t2c
lcsx lh lh-t2c
lctc lh lh-t2c
lcti lh lh-t2c
lctt lh lh-t2c
lcui lh lh-t2c
lcvi lh lh-t2c
lcvt lh lh-t2c
lcxc lh lh-t2c
@c X2 encoding
rxbi lh lh-x2
rxbl lh lh-x2
rxbm lh lh-x2
rxbx lh lh-x2
rxcc lh lh-x2
rxci lh lh-x2
rxdh lh lh-x2
rxfb lh lh-x2
rxff lh lh-x2
rxfi lh lh-x2
rxfs lh lh-x2
rxit lh lh-x2
rxoc lh lh-x2
rxrb lh lh-x2
rxrm lh lh-x2
rxsc lh lh-x2
rxsi lh lh-x2
rxsl lh lh-x2
rxso lh lh-x2
rxss lh lh-x2
rxst lh lh-x2
rxsx lh lh-x2
rxtc lh lh-x2
rxti lh lh-x2
rxtt lh lh-x2
rxui lh lh-x2
rxvi lh lh-x2
rxvt lh lh-x2
rxxc lh lh-x2
@c MathTime and MathTime Plus fonts:
mtexb yandy mathplus
mtexh yandy mathplus
mtgu yandy mathplus
mtls yandy mathplus
mtms yandy mathplus
mtmub yandy mathplus
mtmuh yandy mathplus
mtsyb yandy mathplus
mtsyh yandy mathplus
mtsyn yandy mathplus
rmtmib yandy mathplus
rmtmih yandy mathplus
rmtmub yandy mathplus
rmtmuh yandy mathplus
mtex yandy mathtime
mtmi yandy mathtime
mtsy yandy mathtime
rmtmi yandy mathtime
@c Lucida Bright and New Math fonts:
lbd yandy lubright
lbi yandy lubright
lbr yandy lubright
lbsl yandy lubright
lbc yandy lucida
lbh yandy lucida
lbki yandy lucida
lbkr yandy lucida
lbl yandy lucida
lbtb yandy lucida
lbto yandy lucida
lbtr yandy lucida
lfd yandy lucidfax
lfi yandy lucidfax
lfr yandy lucidfax
lsb yandy lucsans
lsd yandy lucsans
lsi yandy lucsans
lsr yandy lucsans
lstb yandy lucsans
lsto yandy lucsans
lstr yandy lucsans
lbma yandy lumath
lbmd yandy lumath
lbme yandy lumath
lbmi yandy lumath
lbmo yandy lumath
lbmr yandy lumath
lbms yandy lumath
@c Malvern fonts:
ma53a public malvern % CTAN:fonts/malvern
ma55a public malvern
ma55b public malvern
ma55c public malvern
ma55g public malvern
ma55s public malvern
ma56a public malvern
ma56b public malvern
ma56g public malvern
ma56s public malvern
ma57a public malvern
ma75a public malvern
ma75b public malvern
ma75s public malvern
ma76a public malvern
ma76b public malvern
ma76s public malvern
@c Pandora fonts:
pnb public pandora
pnr public pandora
pnsl public pandora
pnss public pandora
pntt public pandora
@c Fonts for typesetting music:
beam public music
music public music
musicbra public music
musicbrb public music
musikn public music
slur public music
musix public musix
musixsps public musix
musixspx public musix
xgreg public musix
xsl public musix
xsld11d public musix
xsld13d public musix
xsld16d public musix
xsld20d public musix
xsld24d public musix
xsld29d public musix
xslhd11d public musix
xslhd13d public musix
xslhd16d public musix
xslhd20d public musix
xslhd24d public musix
xslhd29d public musix
xslhu11d public musix
xslhu13d public musix
xslhu16d public musix
xslhu20d public musix
xslhu20m public musix
xslhu24d public musix
xslhu29d public musix
xslhz20d public musix
xslu11d public musix
xslu13d public musix
xslu16d public musix
xslu20d public musix
xslu24d public musix
xslu29d public musix
xslz20d public musix
xtie public musix
opus opustex opus
osl opustex opus
@c Polish Computer Concrete fonts by Bogus\l{}aw Jackowski and Marek Ry\'cko:
pccsc public cc-pl % CTAN:language/polish/cc-pl.zip
pcmi public cc-pl
pcr public cc-pl
pcsl public cc-pl
pcslc public cc-pl
pcti public cc-pl
@c GO fonts by Hanna Kolodziejska:
go1bla public go
go1whi public go
go2bla public go
go2whi public go
go public go % CTAN:fonts/go
@c Chess fonts by Piet Tutelaers:
chess10f public chess % CTAN:fonts/chess
chess public chess % CTAN:fonts/chess
@c
@c Fonts maintained by Fukui Rei(fkr@tooyoo.l.u-tokyo.ac.jp):
tipa fkr tipa % CTAN:fonts/tipa
xipa fkr tipa % CTAN:fonts/tipa
tsipa fkr tsipa % CTAN:fonts/tsipa
@c
@c Other public fonts:
bg public bg % CTAN:macros/latex/contrib/other/bg
callig public calligra % CTAN:fonts/calligra
twcal public twcal % CTAN:fonts/twcal
va14 public va % CTAN:fonts/va
vacal public va
la14 public la % CTAN:fonts/la
arrsy public arrsy % CTAN:generic/diagrams/kuvio/arrsy
astrosym public astrosym % CTAN:fonts/astro
cirbf public cirth % CTAN:fonts/cirth
cirsl public cirth
cirss public cirth
cirth public cirth
lams public lamstex % CTAN:macros/lamstex
milstd public logic % CTAN:fonts/logic
oneone public misc % CTAN:systems/knuth/local/lib
futhol public futhark % CTAN:fonts/futhark
tengwar public tengwar % CTAN:fonts/tengwar
engwar public engwar % CTAN:fonts/engwar
hands public hands % CTAN:fonts/hands
karta public karta % CTAN:fonts/karta
teng public elvish % CTAN:fonts/elvish
wbxipa public wsuipa % CTAN:fonts/wsuipa
wsuipa public wsuipa
rgr public rgr % CTAN:fonts/greek/yannis
mrgr public rgr
timing1s public timing
timing2s public timing
timing public timing % CTAN:macros/latex/contrib/other/timing
ulsy public ulsy % CTAN:macros/latex/contrib/supported/ulsy
umranda public niceframe % CTAN:macros/latex/contrib/supported/niceframe
umrandb public niceframe
dingbat public niceframe
yhcmex public yhmath % CTAN:macros/latex/contrib/supported/yhmath
optic public optic
ocrb public ean % CTAN:macros/generic/ean
ocr public ocr
ocm public ocm % CTAN:fonts/cm/cmoutlines
feta public lilypond
@c old alphabets by Peter Wilson
cpcr10 public pacioli
cpcsl10 public pacioli
etr10 public etruscan
gvibc10 public greek6cbc
phnc10 public phoenician
fut10 public runic
@c Lucida with cyrillic encoding
lscyb bh luccyr % CTAN:fonts/cyrillic/ot2cyr
lscybo bh luccyr
lscyo bh luccyr
lscyr bh luccyr
lstcyb bh luccyr
lstcybo bh luccyr
lstcyo bh luccyr
lstcyr bh luccyr
@c metrics for fonts that are build into HP Laserjet printers:
ale10u cg albertus
ale6j cg albertus
ale7j cg albertus
ale8u cg albertus
alr10u cg albertus
alr6j cg albertus
alr7j cg albertus
alr8u cg albertus
anb10u cg atqolive
anb6j cg atqolive
anb7j cg atqolive
anb8u cg atqolive
ani10u cg atqolive
ani6j cg atqolive
ani7j cg atqolive
ani8u cg atqolive
anr10u cg atqolive
anr6j cg atqolive
anr7j cg atqolive
anr8u cg atqolive
clc10u cg clarendo
clc6j cg clarendo
clc7j cg clarendo
clc8u cg clarendo
cor10u cg coronet
cor6j cg coronet
cor7j cg coronet
cor8u cg coronet
crb10u cg courier
crb2n cg courier
crb6j cg courier
crb7j cg courier
crb8u cg courier
crb9t cg courier
cri10u cg courier
cri2n cg courier
cri6j cg courier
cri7j cg courier
cri8u cg courier
cri9t cg courier
crj10u cg courier
crj2n cg courier
crj6j cg courier
crj7j cg courier
crj8u cg courier
crj9t cg courier
crr10u cg courier
crr2n cg courier
crr6j cg courier
crr7j cg courier
crr8u cg courier
crr9t cg courier
gra10u cg garamond
gra6j cg garamond
gra7j cg garamond
gra8u cg garamond
grh10u cg garamond
grh6j cg garamond
grh7j cg garamond
grh8u cg garamond
grk10u cg garamond
grk6j cg garamond
grk7j cg garamond
grk8u cg garamond
grl10u cg garamond
grl6j cg garamond
grl7j cg garamond
grl8u cg garamond
lgb10u cg lettrgth
lgb2n cg lettrgth
lgb6j cg lettrgth
lgb7j cg lettrgth
lgb8u cg lettrgth
lgb9t cg lettrgth
lgi10u cg lettrgth
lgi2n cg lettrgth
lgi6j cg lettrgth
lgi7j cg lettrgth
lgi8u cg lettrgth
lgi9t cg lettrgth
lgr10u cg lettrgth
lgr2n cg lettrgth
lgr6j cg lettrgth
lgr7j cg lettrgth
lgr8u cg lettrgth
lgr9t cg lettrgth
mrr10u cg marigold
mrr6j cg marigold
mrr7j cg marigold
mrr8u cg marigold
omb10u cg optima
omb6j cg optima
omb7j cg optima
omb8u cg optima
omi10u cg optima
omi6j cg optima
omi7j cg optima
omi8u cg optima
omj10u cg optima
omj6j cg optima
omj7j cg optima
omj8u cg optima
omr10u cg optima
omr6j cg optima
omr7j cg optima
omr8u cg optima
trb10u cg times
trb2n cg times
trb6j cg times
trb7j cg times
trb8u cg times
trb9t cg times
tri10u cg times
tri2n cg times
tri6j cg times
tri7j cg times
tri8u cg times
tri9t cg times
trj10u cg times
trj2n cg times
trj6j cg times
trj7j cg times
trj8u cg times
trj9t cg times
trr10u cg times
trr2n cg times
trr6j cg times
trr7j cg times
trr8u cg times
trr9t cg times
ucb10u cg univers
ucb6j cg univers
ucb7j cg univers
ucb8u cg univers
uci10u cg univers
uci6j cg univers
uci7j cg univers
uci8u cg univers
ucj10u cg univers
ucj6j cg univers
ucj7j cg univers
ucj8u cg univers
ucr10u cg univers
ucr6j cg univers
ucr7j cg univers
ucr8u cg univers
unb10u cg univers
unb2n cg univers
unb6j cg univers
unb7j cg univers
unb8u cg univers
unb9t cg univers
uni10u cg univers
uni2n cg univers
uni6j cg univers
uni7j cg univers
uni8u cg univers
uni9t cg univers
unj10u cg univers
unj2n cg univers
unj6j cg univers
unj7j cg univers
unj8u cg univers
unj9t cg univers
unr10u cg univers
unr2n cg univers
unr6j cg univers
unr7j cg univers
unr8u cg univers
unr9t cg univers
@c AntykwaTorunska by Zygfryd Gardzielewski. Digitizing by Janusz M. Nowacki.
anttb public antt % CTAN:fonts/psfonts/polish/antyktor
anttr public antt
anttri public antt
|
|
|
| 返回页首 |
|
 |
freebsd13 半仙
注册时间: 2006-04-13 文章: 1
|
发表于: Thu 2006-04-13 20:44:32 发表主题: 请确认你的源文件是用GB2312保存的 |
|
|
我也碰到过上面兄弟提到的问题,把源文件用GB2312编码保存后重新编译就正常了。
PS:论坛可以把一个长一些的文本(如代码,出错信息之类的)以超链接的形式出现在帖子中吗?长长的机器输出文本很不方便阅读正文信息,实在是强奸大家的眼睛啊! |
|
| 返回页首 |
|
 |
wangyi6854 道童
注册时间: 2005-04-29 文章: 351 来自: 青岛
|
发表于: Fri 2006-04-14 11:27:02 发表主题: |
|
|
我是用package装的,没有用ports。楼上的兄弟能传一份到我邮箱里么?
wangyi6854@sohu.com
谢了!
phpbb好像不能把长代码放到一个文本框里。有些论坛可以。具体是哪个己不清了。 |
|
| 返回页首 |
|
 |
nickdgd 道童

注册时间: 2005-06-04 文章: 225
|
发表于: Mon 2006-04-17 20:03:16 发表主题: |
|
|
| wangyi6854 写到: | 为什么我这里的${TEXMFMAIN}-dist/fonts/map/fontname/special.map文件里没有你提到的那些内容?
我就是把你说的那些内容直接复制了一遍。可以么?
我的${TEXMFMAIN}-dist/fonts/map/fontname/special.map文件的内容:
|
我也遇到你的问题,我的CJK版本是4.6.0
忽略${TEXMFMAIN}-dist/fonts/map/fontname/special.map这一步,最后也成功了,可能版本升级后不需要做这一步了。 _________________ 美食、旅游、摄影 -> WEN'S Horizon |
|
| 返回页首 |
|
 |
FreeBSD_LJZ 半仙
注册时间: 2006-04-26 文章: 3
|
发表于: Wed 2006-04-26 13:27:43 发表主题: 很好的文章! |
|
|
| 很好的文章!支持一下。 |
|
| 返回页首 |
|
 |
IOU 道士

注册时间: 2005-10-07 文章: 680 来自: 羊疙瘩头村
|
发表于: Sat 2006-06-24 02:44:12 发表主题: |
|
|
| The step for special.map is not necessary for CJK-4.6.0, and the left ones described by LZ is no problem. Everything works well for FB 6.1-stable. |
|
| 返回页首 |
|
 |
yue_liang423 半仙
注册时间: 2007-01-21 文章: 8 来自: 西安
|
发表于: Fri 2007-12-07 11:59:02 发表主题: |
|
|
非常感谢!!!
已经配置成功!!!
如果能把修改的原理讲一讲就更好了!!!
字体问题让我抓狂!!! |
|
| 返回页首 |
|
 |
逸远 半仙
注册时间: 2008-09-30 文章: 19
|
发表于: Sat 2008-10-04 22:51:12 发表主题: |
|
|
很麻烦,有没有哪位老大可以提供个脚本?  |
|
| 返回页首 |
|
 |
|
|
您不能发布新主题 您不能在这个论坛回复主题 您不能在这个论坛编辑自己的文章 您不能在这个论坛删除自己的文章 您不能在这个论坛发表投票
|
|