kanji-config-updmap-sys --version (return code: 0)
kanji-config-updmap version 20170624.0
kanji-config-updmap-sys --help (return code: 0)
kanji-config-updmap Set up embedding of Japanese/Chinese/Korean fonts via updmap.cfg.
This script searches for some of the most common fonts
for embedding into pdfs by dvipdfmx.
In addition it allows to set up arbitrary font families
to be embedded into the generated pdf files, as long
as at least the map file otf-<family>.map is present.
Other map files that will be used if available are
For Japanese:
ptex-<family>.map
uptex-<family>.map
otf-<family>.map
otf-up-<family>.map
For Korean, Traditional Chinese and Simplified Chinese:
uptex-<NN>-<family>.map
otf-<NN>-<family>.map
(NN being: ko, tc, sc)
Please see the documentation of updmap for details (updmap --help).
Usage: kanji-config-updmap [OPTION] {<fontname>|auto|nofont|status}
<family> embed an arbitrary font family <family>, at least the
map file otf-<family>.map has to be available.
auto: embed one of the following supported font families
automatically:
hiragino, hiragino-pron, hiragino-elcapitan,
hiragino-elcapitan-pron, toppanbunkyu-sierra,
morisawa, morisawa-pr6n,
kozuka, kozuka-pr6n, kozuka-pr6,
ipa, ipaex, moga-mobo, moga-mobo-ex, ume,
ms, ms-osx,
yu-win, yu-win10, yu-osx,
canon
and fall back to not embedding any font if none of them
is available
nofont: embed no fonts (and rely on system fonts when displaying pdfs)
If your system does not have any of the supported font
families as specified above, this target is selected
automatically.
status: get information about current environment and usable font map
Options:
-n, --dry-run do not actually run updmap
-h, --help show this message and exit
--mode=NN setup for Japanese (NN=ja), Korean (NN=ko),
Simplified Chinese (NN=sc), Traditional Chinese (NN=tc)
--NN short for --mode=NN
--jis2004 use JIS2004 variants for default fonts of (u)pTeX
--sys run in sys mode, i.e., call updmap -sys
--user run in user mode, i.e., call updmap -user or updmap
by checking the version of the updmap script. If a
non-parsable output of `updmap --version' is found, a new
updmap with --user option is assumed. If this is not the
case, use --old.
--old Makes kanji-config-updmap call `updmap' without --user argument in user mode.
--version show version information and exit