diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2017-07-01 16:57:33 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2017-07-01 16:57:33 +0000 |
commit | 864e960df52d3051fb53ba7417b75704551813b3 (patch) | |
tree | f345fc82bfd13d5bfe0e5d91057dcec7d9cd22b4 /Build/source/texk/makejvf | |
parent | b98724d7ad74e3e2e036156c8f2648ca7a4c45f2 (diff) |
makejvf.1: More detailed description
git-svn-id: svn://tug.org/texlive/trunk@44734 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makejvf')
-rw-r--r-- | Build/source/texk/makejvf/ChangeLog | 1 | ||||
-rw-r--r-- | Build/source/texk/makejvf/makejvf.1 | 46 |
2 files changed, 47 insertions, 0 deletions
diff --git a/Build/source/texk/makejvf/ChangeLog b/Build/source/texk/makejvf/ChangeLog index c7350bd193d..a122553d7e1 100644 --- a/Build/source/texk/makejvf/ChangeLog +++ b/Build/source/texk/makejvf/ChangeLog @@ -1,5 +1,6 @@ 2017-07-01 Hironobu Yamashita <h.y.acetaminophen@gmail.com> + * makejvf.1: More detailed description in English. * tests/min10.{tfm,vf}: Remove redundant entry JIS 2577. * tests/tmin10.vf, makejvf.test: Correct command-line option. Now all test files are the same with ptex-fonts. diff --git a/Build/source/texk/makejvf/makejvf.1 b/Build/source/texk/makejvf/makejvf.1 index bed1a5cdaea..46575021327 100644 --- a/Build/source/texk/makejvf/makejvf.1 +++ b/Build/source/texk/makejvf/makejvf.1 @@ -8,6 +8,52 @@ makejvf \- Make Japanese VF file from Japanese \*(TX TFM file .SH DESCRIPTION \fBmakejvf\fP is a tool to generate Japanese VF file from Japanese \*(TX TFM (JFM) file for use with dvips. +.SH OPTIONS +.PP +.TP 10 +\fB-C\fR +Condensed ("Cho-tai") mode. +.TP 10 +\fB-K\fI <TFMfile>\fR +Name of the PS font TFM for Kana (more exactly, non-Kanji) characters. +.TP 10 +\fB-b\fI <integer>\fR +Base line shift amount; the \fIinteger\fR represents a relative value, +using the character height as a base of 1000. +When a positive integer is specified, the characters are lowered. +When a negative integer is specified, the characters are raised. +.TP 10 +\fB-m\fR +Replace single/double quotation marks (', '') with prime quotation marks +(so-called "minute") in vertical writing. +.TP 10 +\fB-a\fI <AFMfile>\fR +Name of the AFM file. Used for Kana-tsume mode. +.TP 10 +\fB-k\fI <integer>\fR +Kana-tsume (narrower spaces between Kana characters) margin amount; +the \fIinteger\fR represents a relative value, using the character width +as a base of 1000. This option should be accompanied with \fB-a\fR option. +.TP 10 +\fB-u\fI <Charset>\fR +UCS mode. Available charsets are: gb (GB = Simplified Chinese), +cns (CNS = Traditional Chinese), ks (KS = Korean), +jis (JIS = Japanese), jisq (JIS quote only). +.TP 10 +\fB-J\fI <TFMfile>\fR +JIS encoded PS font TFM name for quote, double quote (with UCS mode) +.TP 10 +\fB-U\fI <TFMfile>\fR +UCS encoded PS font TFM name for quote, double quote (with UCS mode) +.TP 10 +\fB-3\fR +Use set3 (with UCS mode) +.TP 10 +\fB-H\fR +Use half-width Katakana (with UCS mode) +.TP 10 +\fB-i\fR +Start font ID from No. 0. .SH EXAMPLE .TP 5 If you want to use min10 as Ryumin-Light-H, run |