diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2021-07-13 11:44:20 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2021-07-13 11:44:20 +0000 |
commit | 182bf859d7814417469c1a819777094964d80713 (patch) | |
tree | 0c30cfe56eb7ba12d7b953872131119cfe097cd4 /Build/source | |
parent | d1e3a19375c44f7062e2acc0b74e960a7040fc8f (diff) |
makejvf.1: update
git-svn-id: svn://tug.org/texlive/trunk@59915 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/makejvf/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/makejvf/makejvf.1 | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/makejvf/ChangeLog b/Build/source/texk/makejvf/ChangeLog index 5a6098fc40f..bf5e4b1610f 100644 --- a/Build/source/texk/makejvf/ChangeLog +++ b/Build/source/texk/makejvf/ChangeLog @@ -1,3 +1,7 @@ +2021-07-13 Hironobu Yamashita <h.y.acetaminophen@gmail.com> + + * makejvf.1: Document -O option added in version 20200412. + 2021-01-12 Hironobu Yamashita <h.y.acetaminophen@gmail.com> * main.c: Add size check to avoid segmentation fault. diff --git a/Build/source/texk/makejvf/makejvf.1 b/Build/source/texk/makejvf/makejvf.1 index 0d1818375c1..b2c5ebff1fa 100644 --- a/Build/source/texk/makejvf/makejvf.1 +++ b/Build/source/texk/makejvf/makejvf.1 @@ -93,6 +93,10 @@ enabled, since the characterization in min10.tfm is non-standard. \fB-t\fR <\fICNFfile\fR> Use <\fICNFfile\fR> as a configuration file. .TP 10 +\fB-O\fR +Omit entries in VF for characters with default metric. \ +This option is not allowed to be used with the option \fB-t\fR. +.TP 10 \fB-u\fR <\fICharset\fR> UCS mode. Available charsets are: gb (GB = Simplified Chinese), cns (CNS = Traditional Chinese), ks (KS = Korean), |