diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-25 19:22:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-25 19:22:25 +0000 |
commit | ad547a6b5986815fda458221149728d9d9ab1d87 (patch) | |
tree | 16296910eb3eca724371474ea9aea3994dc69614 /Build/source/texk/web2c/man/ptftopl.man | |
parent | 947b43de3dd21d58ccc2ffadefc4441ea1c2a813 (diff) |
restore Build,TODO from r57911
git-svn-id: svn://tug.org/texlive/trunk@57915 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/man/ptftopl.man')
-rw-r--r-- | Build/source/texk/web2c/man/ptftopl.man | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/man/ptftopl.man b/Build/source/texk/web2c/man/ptftopl.man new file mode 100644 index 00000000000..6ac5c7cf216 --- /dev/null +++ b/Build/source/texk/web2c/man/ptftopl.man @@ -0,0 +1,95 @@ +.TH PTFTOPL 1 "15 March 2019" "Web2C @VERSION@" +.\"===================================================================== +.if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP +.if n .ds TX TeX +.ie t .ds OX \fIT\v'+0.25m'E\v'-0.25m'X\fP\" +.el .ds OX TeX\" +.\" BX definition must follow TX so BX can use TX +.if t .ds BX \fRB\s-2IB\s0\fP\*(TX +.if n .ds BX BibTeX +.\" LX definition must follow TX so LX can use TX +.if t .ds LX \fRL\\h'-0.36m'\\v'-0.15v'\s-2A\s0\\h'-0.15m'\\v'0.15v'\fP\*(TX +.if n .ds LX LaTeX +.\"===================================================================== +.SH NAME +ptftopl, uptftopl \- Convert Japanese p\*(TX font metric (JFM) files to propery list +.SH SYNOPSIS +.B ptftopl +.RI [ OPTIONS ] +.IR tfm_name [ \fB.tfm\fP ] +.RI [ pl_name [ \fB.pl\fP ]] +.\"===================================================================== +.SH DESCRIPTION +The +.B ptftopl +program translates a Japanese p\*(TX font metric (JFM) file to a +Japanese property list (JPL) file. It also serves as a TFM/JFM-file +validating program. +.PP +The +.B uptftopl +program is a Unicode-enabled version of ptftopl. +.PP +In the following sections, we refer to these programs as +.BR (u)ptftopl . +.PP +.B (u)ptftopl +is upper compatible with +.BR tftopl ; +if the input TFM file is for roman fonts, it is translated into an +ordinary property list file. +The difference between +.B ptftopl +and +.B uptftopl +lies in the internal encoding: when the input is a JFM file, +.B ptftopl +always treats it as a JIS-encoded JFM; on the other hand, +.B uptftopl +treats it as a Unicode-encoded JFM by default. +.\"===================================================================== +.SH OPTIONS +Compared to tftopl, the following option is added to +.BR (u)ptftopl . +.TP +.BI -kanji \ string +Sets the output Japanese \fIKanji\fR code. The +.I string +can be one of the followings: +.IR euc \ (EUC-JP), +.IR jis \ (ISO-2022-JP), +.IR sjis \ (Shift_JIS), +.IR utf8 \ (UTF-8), +.IR uptex \ (UTF-8; +.B uptftopl +only). +.PP +When one of +.IR euc , +.IR jis , +.I sjis +or +.I utf8 +is specified, both +.B ptftopl +and +.B uptftopl +treats the input JFM as JIS-encoded. +When +.I uptex +is specified with +.BR uptftopl , +it treats the input JFM as Unicode-encoded. +.\"===================================================================== +.SH "SEE ALSO" +.BR ptex (1). +.\"===================================================================== +.SH AUTHORS +.B (u)ptftopl +is maintained by +Japanese \*(TX Development Community <https://texjp.org>. +For bug reports, open an issue at +GitHub repository <https://github.com/texjporg/tex-jp-build>, +or send an e-mail to <issue@texjp.org>. +.PP +This manual page was written by Hironobu Yamashita. |