On Sat, Sep 16, 2006 at 12:53:02AM +0200, Werner LEMBERG wrote:
>
> > I have diverted from tetex to texlive,even now,I feel the Latex's
> > font is so complicated for me to deploy them from scratch! A shame
> > to me!
>
> :-)
>
> > 1. If I use your subfonts.pe to generate the subfonts, can I use
> > the non-unicode fonts with Unicode.sfd?
>
> Yes. As an argument you specify an SFD file which gives the mapping
> between the encoding of the font and the encoding of the subfonts.
>
> > I like to work under Unicode environment$B!$(Bbut the Unicode fonts are
> > few and most of them are non-free!
>
> Well, today virtually *all* CJK fonts are encoded in Unicode! Be
> careful to distinguish between the input encoding and the covered
> character set. For example, gbsn00lp.ttf has a TrueType 3,1 cmap
> (which means Unicode), but the character set is only simplified
> Chinese -- normally the characters which are contained in the GB2312
> character set.
>
> To repeat: There are various terms which you have to understand:
>
> . A character set. This is just a collection of characters. For
> example, the list of about 2000 Japanese character all children
> have to learn in school (Tooyoo kanji, IIRC).
>
> . An ordered character set. Normally, most character standards
> define an order of the contained characters, for example GB 2312.
> Traditionally, a character position is given in the range
> 0x2121-0x7E7E.
>
> . A character encoding. This specifies how a character position in
> an ordered character set is really accessed. For example, in
> EUC-China encoding, the character 0x2121 is accessed as 0xA1A1.
> In Unicode, the same character is accessed as U+6863 (I hope I got
> the right mapping value :-)
>
> SFD files which start with letter `U' map fonts encoded in Unicode to
> a script specific encoding (Big 5, for example). If you want to
> access the fonts with UTF-8 (within your LaTeX document), you should
> use Unicode.sfd (which just splits the font without reordering).
>
> A final `complication' in TeXLive is that, for the sake of saving disk
> space, only Unicode subfonts do exist as Type 1 fonts; the script
> specific versions are realized with virtual font (using the uni2sfd
> perl script).
>
> > 2. I have read one article about your nomenclature for cjk
> > fonts,such as truetype font bkai00mp.ttf, when we use unicode,
> > you say:
> >
> > (font0) = bkai00mp
> > (font1) = bkaiu
> > (font2) = bkai
> >
> > I'm confused about the names of one fonts used by tex itself and
> > users can you give me a example for the of unicode, say the
> > simkai.ttf?
>
> There is no fixed standard. In former times, font names for TeX
> should be restricted to 8 characters (the `Berry' or `fontname'
> scheme), but today this has become rather obsolete.
>
> Here an example: bkai00mp.ttf is the real font name. This can't be
> directly used in TeX, because (1) TeX doesn't allow digits in font
> names, and (2) this is a font with more than 256 characters. You need
> subfonts as created by the subfonts.pe script. For convenience, I've
> chosen `bkai' as the name stem of the subfonts which expect Big5 as
> the input encoding: bkai01.tfm, bkai02.tfm, ... Subfonts which expect
> Unicode as the input encoding have an additional `u' in the name:
> `bkaiu00.tfm', `bkaiu01.tfm', etc.
>
> > Furthermore, how can I know a font is Unicode or not?
>
> For TrueType fonts, you might try ttf2tfm with an invalid PID/EID
> pair:
>
> ttf2tfm <font> -P 9 -E 9
>
> it then displays the available cmaps. If you see the value `(3,1)',
> it contains a Unicode cmap.
>
> > 3. When I use the subfonts.pe or other tools, after I generate the
> > enc, afm, tfm and pfb files, I found it is so difficult to
> > generate the corresponding map files, such as ttfonts.map,
> > cid-x.map and etc., and I feel also embarrassed about the
> > appropriate place of them. For example, when I use the GBK
> > code, I can do all of them properly, but when I plan to use
> > Unicode, I find I can't let them work at all!
>
> Regarding font maps, there is the script `updmap' which creates proper
> map files for all programs which use Type 1 fonts. The central
> configuration file is texmf/web2c/updmap.cfg; simply add a new map
> file to the list and execute the script.
>
> ttfonts.map is by default empty in TeXLive -- if you want to use
> outline fonts only ttf2pk doesn't help you, obviously (because it
> creates PK files).
>
> Since your interest is to make the CJK fonts work with all dvi
> drivers, you *must* use subfonts in Type 1 format. Doing that, you
> can completely ignore cid-x.map and friends.
>
> > What should I do if I want to work under unicode, so that all of
> > the commands such as latex, dvips, ps2pdf, dvipdf, dvipdfm(x),
> > pdflaex, can work properly, and I don't want the pk fonts, how can I
> > use only type1 or truetype in dvi, ps or pdf files? Can you give me
> > a example under the texlive for use the full-unicode environment to
> > do the above things?
>
> Have a look at the file doc/latex/CJK/examples/CJKutf8.tex; there you
> can see how to use Unicode fonts in a document. Note that you
> shouldn't use dvipdf; dvipdfmx is a much better replacement.
>
>
> Werner
Dear Werner,
Thank you for advice,now I can obtain ps and pdf in *FULL UNICODE SCOPE*
with your Unicode.sfd by latex,dvips,ps2pdf,pdflatex,dvipdfmx end
etc..Wonderful!
But I have the new problems as follows:
1.when I use the command:latex my_file.tex.
though I can obtain the right dvi file ,but I also see the missfont.log
was generated as follows:
################################
mktexpk --mfmode / --bdpi 600 --mag 1+120/600 --dpi 720 sunext0210
mktexpk --mfmode / --bdpi 600 --mag 1+120/600 --dpi 720 cmr10
mktextfm sunext0210
mktextfm cmr10
##################################
why?
2.in the file:/usr/local/texlive/2005/texmf/xdvi/xdvi.cfg,
I commented the line: dvipsmap ps2pk.map,
than I added the line:dvipsmap suntxtps.map.
When I use xdvi the open the dvi file,I can see the right content in
it,but I also was warned by the messages:
########################
[EMAIL PROTECTED]:~/Desktop/test$ xdvi nobmp2.dvi
Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset
#########################
why?
3.Now I only use the *type1* font in pdf, if I want to use truetype font
in the pdf or ps files by pdflatex,dvips,ps2pdf even dvipdfmx,what should I
do to accomplish this?How should I edit my map files in order to embeded
type1 or truetype fonts in my ps or pdf files alternatively?
Best,
Hongsheng.
This is pdfeTeXk, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5) (format=latex
2006.9.13) 16 SEP 2006 20:08
entering extended mode
%&-line parsing enabled.
**nobmp2.tex
(./nobmp2.tex
LaTeX2e <2003/12/01>
Babel <v3.8g> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, pinyin, ukenglish, loaded.
(/usr/local/texlive/2005/texmf-dist/tex/latex/base/article.cls
Document Class: article 2004/02/16 v1.4f Standard LaTeX document class
(/usr/local/texlive/2005/texmf-dist/tex/latex/base/size12.clo
File: size12.clo 2004/02/16 v1.4f Standard LaTeX file (size option)
)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/local/texlive/2005/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2003/11/30 v6.74m Hypertext links for LaTeX
(/usr/local/texlive/2005/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
[EMAIL PROTECTED]@=\toks14
)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
(/usr/local/texlive/2005/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2003/11/30 v6.74m Hyperref: PDFDocEncoding definition (HO)
)
(/usr/local/texlive/2005/texmf/tex/latex/config/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
Package hyperref Info: Option `CJKbookmarks' set `true' on input line 1830.
Package hyperref Info: Option `bookmarks' set `true' on input line 1830.
Package hyperref Info: Option `bookmarksnumbered' set `true' on input line 1830
.
Package hyperref Info: Hyper figures OFF on input line 1880.
Package hyperref Info: Link nesting OFF on input line 1885.
Package hyperref Info: Hyper index ON on input line 1888.
Package hyperref Info: Plain pages ON on input line 1893.
Package hyperref Info: Backreferencing OFF on input line 1900.
Implicit mode ON; LaTeX internals redefined
Package hyperref Info: Bookmarks ON on input line 2004.
(/usr/local/texlive/2005/texmf-dist/tex/latex/ltxmisc/url.sty
\Urlmuskip=\muskip10
Package: url 2005/06/27 ver 3.2 Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 2143.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Package hyperref Info: Hyper figures OFF on input line 2618.
Package hyperref Info: Link nesting OFF on input line 2623.
Package hyperref Info: Hyper index ON on input line 2626.
Package hyperref Info: backreferencing OFF on input line 2633.
Package hyperref Info: Link coloring OFF on input line 2638.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
)
*hyperref using driver hdvipdfm*
(/usr/local/texlive/2005/texmf-dist/tex/latex/hyperref/hdvipdfm.def
File: hdvipdfm.def 2003/11/30 v6.74m Hyperref driver for dvipdfm
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
)
(/usr/local/texlive/2005/texmf-dist/tex/latex/tools/array.sty
Package: array 2003/12/17 v2.4a Tabular extension package (FMi)
[EMAIL PROTECTED]
\extrarowheight=\dimen107
[EMAIL PROTECTED]
\extratabsurround=\skip43
[EMAIL PROTECTED]
)
(/home/zhaohs/texmf/tex/latex/CJK/CJKutf8.sty
File: CJKutf8.sty 2005/08/11 4.6.0
(/usr/local/texlive/2005/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2004/02/05 v1.0d Input encoding file
(/usr/local/texlive/2005/texmf-dist/tex/latex/base/utf8.def
File: utf8.def 2004/02/09 v1.1b UTF-8 support for inputenc
Now handling font encoding OML ...
... no UTF-8 mapping file for font encoding OML
Now handling font encoding T1 ...
... processing UTF-8 mapping file for font encoding T1
(/usr/local/texlive/2005/texmf-dist/tex/latex/base/t1enc.dfu
File: t1enc.dfu 2004/02/09 v1.1b UTF-8 support for inputenc
defining Unicode char U+00A1 (decimal 161)
defining Unicode char U+00A3 (decimal 163)
defining Unicode char U+00AB (decimal 171)
defining Unicode char U+00BB (decimal 187)
defining Unicode char U+00BF (decimal 191)
defining Unicode char U+00C0 (decimal 192)
defining Unicode char U+00C1 (decimal 193)
defining Unicode char U+00C2 (decimal 194)
defining Unicode char U+00C3 (decimal 195)
defining Unicode char U+00C4 (decimal 196)
defining Unicode char U+00C5 (decimal 197)
defining Unicode char U+00C6 (decimal 198)
defining Unicode char U+00C7 (decimal 199)
defining Unicode char U+00C8 (decimal 200)
defining Unicode char U+00C9 (decimal 201)
defining Unicode char U+00CA (decimal 202)
defining Unicode char U+00CB (decimal 203)
defining Unicode char U+00CC (decimal 204)
defining Unicode char U+00CD (decimal 205)
defining Unicode char U+00CE (decimal 206)
defining Unicode char U+00CF (decimal 207)
defining Unicode char U+00D0 (decimal 208)
defining Unicode char U+00D1 (decimal 209)
defining Unicode char U+00D2 (decimal 210)
defining Unicode char U+00D3 (decimal 211)
defining Unicode char U+00D4 (decimal 212)
defining Unicode char U+00D5 (decimal 213)
defining Unicode char U+00D6 (decimal 214)
defining Unicode char U+00D8 (decimal 216)
defining Unicode char U+00D9 (decimal 217)
defining Unicode char U+00DA (decimal 218)
defining Unicode char U+00DB (decimal 219)
defining Unicode char U+00DC (decimal 220)
defining Unicode char U+00DD (decimal 221)
defining Unicode char U+00DE (decimal 222)
defining Unicode char U+00DF (decimal 223)
defining Unicode char U+00E0 (decimal 224)
defining Unicode char U+00E1 (decimal 225)
defining Unicode char U+00E2 (decimal 226)
defining Unicode char U+00E3 (decimal 227)
defining Unicode char U+00E4 (decimal 228)
defining Unicode char U+00E5 (decimal 229)
defining Unicode char U+00E6 (decimal 230)
defining Unicode char U+00E7 (decimal 231)
defining Unicode char U+00E8 (decimal 232)
defining Unicode char U+00E9 (decimal 233)
defining Unicode char U+00EA (decimal 234)
defining Unicode char U+00EB (decimal 235)
defining Unicode char U+00EC (decimal 236)
defining Unicode char U+00ED (decimal 237)
defining Unicode char U+00EE (decimal 238)
defining Unicode char U+00EF (decimal 239)
defining Unicode char U+00F0 (decimal 240)
defining Unicode char U+00F1 (decimal 241)
defining Unicode char U+00F2 (decimal 242)
defining Unicode char U+00F3 (decimal 243)
defining Unicode char U+00F4 (decimal 244)
defining Unicode char U+00F5 (decimal 245)
defining Unicode char U+00F6 (decimal 246)
defining Unicode char U+00F8 (decimal 248)
defining Unicode char U+00F9 (decimal 249)
defining Unicode char U+00FA (decimal 250)
defining Unicode char U+00FB (decimal 251)
defining Unicode char U+00FC (decimal 252)
defining Unicode char U+00FD (decimal 253)
defining Unicode char U+00FE (decimal 254)
defining Unicode char U+00FF (decimal 255)
defining Unicode char U+0102 (decimal 258)
defining Unicode char U+0103 (decimal 259)
defining Unicode char U+0104 (decimal 260)
defining Unicode char U+0105 (decimal 261)
defining Unicode char U+0106 (decimal 262)
defining Unicode char U+0107 (decimal 263)
defining Unicode char U+010C (decimal 268)
defining Unicode char U+010D (decimal 269)
defining Unicode char U+010E (decimal 270)
defining Unicode char U+010F (decimal 271)
defining Unicode char U+0110 (decimal 272)
defining Unicode char U+0111 (decimal 273)
defining Unicode char U+0118 (decimal 280)
defining Unicode char U+0119 (decimal 281)
defining Unicode char U+011A (decimal 282)
defining Unicode char U+011B (decimal 283)
defining Unicode char U+011E (decimal 286)
defining Unicode char U+011F (decimal 287)
defining Unicode char U+0130 (decimal 304)
defining Unicode char U+0131 (decimal 305)
defining Unicode char U+0139 (decimal 313)
defining Unicode char U+013A (decimal 314)
defining Unicode char U+013D (decimal 317)
defining Unicode char U+013E (decimal 318)
defining Unicode char U+0141 (decimal 321)
defining Unicode char U+0142 (decimal 322)
defining Unicode char U+0143 (decimal 323)
defining Unicode char U+0144 (decimal 324)
defining Unicode char U+0147 (decimal 327)
defining Unicode char U+0148 (decimal 328)
defining Unicode char U+014A (decimal 330)
defining Unicode char U+014B (decimal 331)
defining Unicode char U+0150 (decimal 336)
defining Unicode char U+0151 (decimal 337)
defining Unicode char U+0152 (decimal 338)
defining Unicode char U+0153 (decimal 339)
defining Unicode char U+0154 (decimal 340)
defining Unicode char U+0155 (decimal 341)
defining Unicode char U+0158 (decimal 344)
defining Unicode char U+0159 (decimal 345)
defining Unicode char U+015A (decimal 346)
defining Unicode char U+015B (decimal 347)
defining Unicode char U+015E (decimal 350)
defining Unicode char U+015F (decimal 351)
defining Unicode char U+0160 (decimal 352)
defining Unicode char U+0161 (decimal 353)
defining Unicode char U+0162 (decimal 354)
defining Unicode char U+0163 (decimal 355)
defining Unicode char U+0164 (decimal 356)
defining Unicode char U+0165 (decimal 357)
defining Unicode char U+016E (decimal 366)
defining Unicode char U+016F (decimal 367)
defining Unicode char U+0170 (decimal 368)
defining Unicode char U+0171 (decimal 369)
defining Unicode char U+0178 (decimal 376)
defining Unicode char U+0179 (decimal 377)
defining Unicode char U+017A (decimal 378)
defining Unicode char U+017B (decimal 379)
defining Unicode char U+017C (decimal 380)
defining Unicode char U+017D (decimal 381)
defining Unicode char U+017E (decimal 382)
defining Unicode char U+200C (decimal 8204)
defining Unicode char U+2013 (decimal 8211)
defining Unicode char U+2014 (decimal 8212)
defining Unicode char U+2018 (decimal 8216)
defining Unicode char U+2019 (decimal 8217)
defining Unicode char U+201A (decimal 8218)
defining Unicode char U+201C (decimal 8220)
defining Unicode char U+201D (decimal 8221)
defining Unicode char U+201E (decimal 8222)
defining Unicode char U+2030 (decimal 8240)
defining Unicode char U+2031 (decimal 8241)
defining Unicode char U+2039 (decimal 8249)
defining Unicode char U+203A (decimal 8250)
defining Unicode char U+2423 (decimal 9251)
)
Now handling font encoding OT1 ...
... processing UTF-8 mapping file for font encoding OT1
(/usr/local/texlive/2005/texmf-dist/tex/latex/base/ot1enc.dfu
File: ot1enc.dfu 2004/02/09 v1.1b UTF-8 support for inputenc
defining Unicode char U+00A1 (decimal 161)
defining Unicode char U+00A3 (decimal 163)
defining Unicode char U+00B8 (decimal 184)
defining Unicode char U+00BF (decimal 191)
defining Unicode char U+00C5 (decimal 197)
defining Unicode char U+00C6 (decimal 198)
defining Unicode char U+00D8 (decimal 216)
defining Unicode char U+00DF (decimal 223)
defining Unicode char U+00E6 (decimal 230)
defining Unicode char U+00EC (decimal 236)
defining Unicode char U+00ED (decimal 237)
defining Unicode char U+00EE (decimal 238)
defining Unicode char U+00EF (decimal 239)
defining Unicode char U+00F8 (decimal 248)
defining Unicode char U+0131 (decimal 305)
defining Unicode char U+0141 (decimal 321)
defining Unicode char U+0142 (decimal 322)
defining Unicode char U+0152 (decimal 338)
defining Unicode char U+0153 (decimal 339)
defining Unicode char U+2013 (decimal 8211)
defining Unicode char U+2014 (decimal 8212)
defining Unicode char U+2018 (decimal 8216)
defining Unicode char U+2019 (decimal 8217)
defining Unicode char U+201C (decimal 8220)
defining Unicode char U+201D (decimal 8221)
)
Now handling font encoding OMS ...
... processing UTF-8 mapping file for font encoding OMS
(/usr/local/texlive/2005/texmf-dist/tex/latex/base/omsenc.dfu
File: omsenc.dfu 2004/02/09 v1.1b UTF-8 support for inputenc
defining Unicode char U+00A7 (decimal 167)
defining Unicode char U+00B6 (decimal 182)
defining Unicode char U+02D9 (decimal 729)
defining Unicode char U+2020 (decimal 8224)
defining Unicode char U+2021 (decimal 8225)
defining Unicode char U+2022 (decimal 8226)
)
Now handling font encoding OMX ...
... no UTF-8 mapping file for font encoding OMX
Now handling font encoding U ...
... no UTF-8 mapping file for font encoding U
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
defining Unicode char U+00A9 (decimal 169)
defining Unicode char U+00AA (decimal 170)
defining Unicode char U+00AE (decimal 174)
defining Unicode char U+00BA (decimal 186)
defining Unicode char U+02C6 (decimal 710)
defining Unicode char U+02CA (decimal 714)
defining Unicode char U+200C (decimal 8204)
defining Unicode char U+2026 (decimal 8230)
defining Unicode char U+2122 (decimal 8482)
defining Unicode char U+2423 (decimal 9251)
))
(/home/zhaohs/texmf/tex/latex/CJK/CJK.sty
Package: CJK 2005/08/11 4.6.0
(/home/zhaohs/texmf/tex/latex/CJK/mule/MULEenc.sty
File: MULEenc.sty 2005/08/11 4.6.0
)
(/home/zhaohs/texmf/tex/latex/CJK/CJK.enc
File: CJK.enc 2005/08/11 4.6.0
Now handling font encoding C00 ...
... no UTF-8 mapping file for font encoding C00
Now handling font encoding C05 ...
... no UTF-8 mapping file for font encoding C05
Now handling font encoding C09 ...
... no UTF-8 mapping file for font encoding C09
Now handling font encoding C10 ...
... no UTF-8 mapping file for font encoding C10
Now handling font encoding C20 ...
... no UTF-8 mapping file for font encoding C20
Now handling font encoding C19 ...
... no UTF-8 mapping file for font encoding C19
Now handling font encoding C40 ...
... no UTF-8 mapping file for font encoding C40
Now handling font encoding C42 ...
... no UTF-8 mapping file for font encoding C42
Now handling font encoding C43 ...
... no UTF-8 mapping file for font encoding C43
Now handling font encoding C50 ...
... no UTF-8 mapping file for font encoding C50
Now handling font encoding C52 ...
... no UTF-8 mapping file for font encoding C52
Now handling font encoding C49 ...
... no UTF-8 mapping file for font encoding C49
Now handling font encoding C60 ...
... no UTF-8 mapping file for font encoding C60
Now handling font encoding C61 ...
... no UTF-8 mapping file for font encoding C61
Now handling font encoding C63 ...
... no UTF-8 mapping file for font encoding C63
Now handling font encoding C64 ...
... no UTF-8 mapping file for font encoding C64
Now handling font encoding C65 ...
... no UTF-8 mapping file for font encoding C65
Now handling font encoding C70 ...
... no UTF-8 mapping file for font encoding C70
Now handling font encoding C31 ...
... no UTF-8 mapping file for font encoding C31
Now handling font encoding C32 ...
... no UTF-8 mapping file for font encoding C32
Now handling font encoding C33 ...
... no UTF-8 mapping file for font encoding C33
Now handling font encoding C34 ...
... no UTF-8 mapping file for font encoding C34
Now handling font encoding C35 ...
... no UTF-8 mapping file for font encoding C35
Now handling font encoding C36 ...
... no UTF-8 mapping file for font encoding C36
Now handling font encoding C37 ...
... no UTF-8 mapping file for font encoding C37
Now handling font encoding C80 ...
... no UTF-8 mapping file for font encoding C80
Now handling font encoding C81 ...
... no UTF-8 mapping file for font encoding C81
Now handling font encoding C01 ...
... no UTF-8 mapping file for font encoding C01
Now handling font encoding C11 ...
... no UTF-8 mapping file for font encoding C11
Now handling font encoding C21 ...
... no UTF-8 mapping file for font encoding C21
Now handling font encoding C41 ...
... no UTF-8 mapping file for font encoding C41
Now handling font encoding C62 ...
... no UTF-8 mapping file for font encoding C62
)
LaTeX Info: Redefining \selectfont on input line 728.
[EMAIL PROTECTED]
)
(/usr/local/texlive/2005/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2004/02/22 v1.99f Standard LaTeX package
(/usr/local/texlive/2005/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2004/02/22 v1.99f Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
))) (./nobmp2.aux)
\openout1 = `nobmp2.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C00/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C05/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C09/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C10/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C20/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C19/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C40/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C42/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C43/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C50/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C52/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C49/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C60/mj/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C61/mj/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C63/mj/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C64/mj/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C65/mj/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C70/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C31/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C32/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C33/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C34/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C35/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C36/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C37/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C80/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C81/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C01/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C11/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C21/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C41/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for C62/song/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
Package hyperref Info: Link coloring OFF on input line 15.
(/usr/local/texlive/2005/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2003/12/03 v2.21 Cross-referencing by name of section
[EMAIL PROTECTED]@level=\count93
)
LaTeX Info: Redefining \ref on input line 15.
LaTeX Info: Redefining \pageref on input line 15.
(./nobmp2.out) (./nobmp2.out)
\openout3 = `nobmp2.out'.
(/home/zhaohs/texmf/tex/latex/CJK/UTF8/UTF8.bdg
File: UTF8.bdg 2005/08/11 4.6.0
)
(/home/zhaohs/texmf/tex/latex/CJK/UTF8/UTF8.enc
File: UTF8.enc 2005/08/11 4.6.0
)
(/home/zhaohs/texmf/tex/latex/CJK/UTF8/UTF8.chr
File: UTF8.chr 2005/08/11 4.6.0
)
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <17.28> on input line 18.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <12> on input line 18.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <8> on input line 20.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <6> on input line 20.
LaTeX Font Info: Try loading font information for T1+cmtt on input line 22.
(/usr/local/texlive/2005/texmf-dist/tex/latex/base/t1cmtt.fd
File: t1cmtt.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info: Try loading font information for C70+sunext on input line 2
2.
(/home/zhaohs/texmf/tex/latex/CJK/UTF8/c70sunext.fd
File: c70sunext.fd 2006/09/02 0.0.1
) [1
] (./nobmp2.aux) )
Here is how much of TeX's memory you used:
3702 strings out of 95196
46965 string characters out of 1184554
99058 words of memory out of 1500000
6728 multiletter control sequences out of 10000+50000
29951 words of font info for 95 fonts, out of 1000000 for 2000
36 hyphenation exceptions out of 8191
30i,8n,36p,377b,1158s stack positions out of 5000i,500n,6000p,200000b,5000s
Output written on nobmp2.dvi (1 page, 7652 bytes).
_______________________________________________
Cjk maillist - [email protected]
http://lists.ffii.org/mailman/listinfo/cjk