Last active
June 9, 2016 00:16
-
-
Save cocoatomo/a32ac7f425ebf45619b8943e9c842c21 to your computer and use it in GitHub Desktop.
kanji-config-updmap(-sys)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo kanji-config-updmap status | |
updmap: updmap: unknown option `--showoption'. Try updmap --help for help. | |
Cannot find status of current kanjiEmbed setting via updmap --showoption! | |
$ sudo kanji-config-updmap-sys status | |
updmap: updmap: unknown option `--sys'. Try updmap --help for help. | |
Cannot find status of current kanjiEmbed setting via updmap --showoption! | |
$ updmap --version | |
updmap version 1107552857. | |
$ updmap --help | |
Usage: updmap [option] ... [command] | |
Valid options: | |
--cnffile file specify configuration file | |
--dvipsoutputdir directory specify output directory (dvips syntax) | |
--pdftexoutputdir directory specify output directory (pdftex syntax) | |
--dvipdfmoutputdir directory specify output directory (dvipdfm syntax) | |
--outputdir directory specify output directory (for all files) | |
--nohash do not run texhash | |
--nomkmap do not recreate map files | |
--quiet reduce verbosity | |
Valid commands: | |
--edit edit updmap.cfg file | |
--help show this message | |
--showoptions item show alternatives for options | |
--setoption option value set option where option is one | |
of dvipsPreferOutline, LW35, dvipsDownloadBase35, | |
pdftexDownloadBase14 or dvipdfmDownloadBase14 | |
--setoption option=value see above, just different syntax | |
--enable maptype mapfile add or enable a Map or MixedMap | |
--enable Map=mapfile add or enable a Map | |
--enable MixedMap=mapfile add or enable a MixedMap | |
--disable mapfile disable Map or MixedMap for mapfile | |
--syncwithtrees entries with unavailable map files will be | |
disabled in the config file | |
--listmaps list all active and inactive maps | |
--listavailablemaps same as --listmaps, but filter out | |
unavailable map files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment