- update japanese, chinese, korean paths to fonts in vfontmap (#418081,

#392221)
- create customized cid-x.map for dvipdfmx (#418091)
This commit is contained in:
Jindrich Novy 2007-12-10 15:41:22 +00:00
parent 8cc40e320f
commit b918f595b6
1 changed files with 14 additions and 0 deletions

View File

@ -496,6 +496,19 @@ popd
## Japanese pTeX
%if %{enable_japanese}
# create customized cid-x.map for dvipdfmx (#418091)
cat <<EOF >> texk/dvipdfmx/data/config/cid-x.map
%%
%% ASCII pTeX Examples
%%
%% Ryumin and GothicBBB found in PostScript printers:
rml H !Ryumin-Light
gbm H !GothicBBB-Medium
rmlv V !Ryumin-Light
gbmv V !GothicBBB-Medium
EOF
# set platex to Japanese pLaTeX. original one is moved to platex-pl
sed -e s/^platex/platex-pl/g \
-e s/^pdfplatex/pdfplatex-pl/g \
@ -1341,6 +1354,7 @@ fi
%changelog
* Mon Dec 10 2007 Jindrich Novy <jnovy@redhat.com> - 2007-4
- update japanese, chinese, korean paths to fonts in vfontmap (#418081, #392221)
- create customized cid-x.map for dvipdfmx (#418091)
* Tue Dec 04 2007 Jindrich Novy <jnovy@redhat.com> - 2007-3
- try to obsolete tetex correctly