Fix typo on TODO file PKG_OPTIONS.hoge line
This commit is contained in:
parent
7cd892a222
commit
6f91a9f1e4
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ To fix a problem with one particular combination:
|
|||
(1) the option at
|
||||
wip/ghostscrip-cidfonts-ryumin
|
||||
set
|
||||
PKG_OPTION.gcr_type= ipa
|
||||
PKG_OPTIONS.gcr_type= ipa
|
||||
|
||||
(2) and only if gs invoked from dvipdfmx via following sequence:
|
||||
ps2pdf
|
||||
|
@ -16,7 +16,7 @@ gs failed to find the font Ryumin-Light-EUC-H
|
|||
|
||||
Meaning that
|
||||
(a) if
|
||||
PKG_OPTION.gcr_type= adobe-cidfonts
|
||||
PKG_OPTIONS.gcr_type= adobe-cidfonts
|
||||
set -> OK
|
||||
|
||||
(b)
|
||||
|
@ -24,5 +24,5 @@ gs alone invoked command line, the same file
|
|||
(included in *.eps used above (2) problem)
|
||||
can be processed successfully even if
|
||||
following line in /etc/mk.conf mentioned in (1)
|
||||
PKG_OPTION.gcr_type= ipa
|
||||
PKG_OPTIONS.gcr_type= ipa
|
||||
is set.
|
||||
|
|
Loading…
Reference in a new issue