summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-06-03 22:40:50 +0000
committerKarl Berry <karl@freefriends.org>2018-06-03 22:40:50 +0000
commit00d5dff734932cbc55db5f217f07dc05fc09406a (patch)
tree29c37e63e4b02c21f72e37c1f786bae8c9279536
parente9a9d7ef171d4f2a125839da7a046f40f200fc0e (diff)
install ptex man page and links
git-svn-id: svn://tug.org/texlive/trunk@47918 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/man/ChangeLog10
-rw-r--r--Build/source/texk/web2c/man/Makefile.am12
-rw-r--r--Build/source/texk/web2c/man/Makefile.in26
-rw-r--r--Master/texmf-dist/doc/man/man1/Makefile9
-rw-r--r--Master/texmf-dist/doc/man/man1/eptex.11
-rw-r--r--Master/texmf-dist/doc/man/man1/eptex.man1.pdfbin0 -> 21409 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/euptex.11
-rw-r--r--Master/texmf-dist/doc/man/man1/euptex.man1.pdfbin0 -> 21409 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/ptex.193
-rw-r--r--Master/texmf-dist/doc/man/man1/ptex.man1.pdfbin0 -> 21409 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/uptex.11
-rw-r--r--Master/texmf-dist/doc/man/man1/uptex.man1.pdfbin0 -> 21409 bytes
-rw-r--r--Master/tlpkg/tlpsrc/ptex.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/uptex.tlpsrc2
14 files changed, 143 insertions, 14 deletions
diff --git a/Build/source/texk/web2c/man/ChangeLog b/Build/source/texk/web2c/man/ChangeLog
index 863200a3685..01270be7540 100644
--- a/Build/source/texk/web2c/man/ChangeLog
+++ b/Build/source/texk/web2c/man/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-04 Karl Berry <karl@tug.org>
+
+ * Makefile.am (man_sources, man1_links) [PTEX]: add ptex.man.
+
2018-05-27 Karl Berry <karl@tug.org>
* aleph.man,
@@ -6,6 +10,10 @@
* mft.man,
* ptex.man: typos.
+2018-05-26 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * ptex.man: new.
+
2018-04-30 Karl Berry <karl@tug.org>
* latex.man: update latexrefman url to
@@ -879,3 +887,5 @@ Sat Jan 11 08:47:26 1992 Karl Berry (karl at hayley)
Tue Jan 7 16:04:29 1992 Karl Berry (karl at hayley)
* Use `1 Jan 1992' date format.
+
+(This ChangeLog file public domain.)
diff --git a/Build/source/texk/web2c/man/Makefile.am b/Build/source/texk/web2c/man/Makefile.am
index 7206959fc38..1e637261dd1 100644
--- a/Build/source/texk/web2c/man/Makefile.am
+++ b/Build/source/texk/web2c/man/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am for the TeX Live subdirectory texk/web2c/man/
-##
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2018 Karl Berry <tex-live@tug.org>
+## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
man_sources = $(bootstrap_man_sources)
@@ -47,8 +47,14 @@ if PDFTEX
man_sources += $(pdftex_man_sources)
man1_links += pdftex:pdflatex
endif PDFTEX
-EXTRA_DIST += $(pdftex_man_sources)
pdftex_man_sources = pdftex.man pdftosrc.man ttf2afm.man
+EXTRA_DIST += $(pdftex_man_sources)
+
+if PTEX
+man_sources += ptex.man
+man1_links += ptex:eptex ptex:euptex ptex:uptex
+endif PTEX
+EXTRA_DIST += ptex.man
if LUATEX
man_sources += luatex.man
diff --git a/Build/source/texk/web2c/man/Makefile.in b/Build/source/texk/web2c/man/Makefile.in
index 7652b15e222..b1f0fb0b268 100644
--- a/Build/source/texk/web2c/man/Makefile.in
+++ b/Build/source/texk/web2c/man/Makefile.in
@@ -97,13 +97,15 @@ host_triplet = @host@
@ETEX_TRUE@am__append_8 = etex.man
@PDFTEX_TRUE@am__append_9 = $(pdftex_man_sources)
@PDFTEX_TRUE@am__append_10 = pdftex:pdflatex
-@LUATEX_TRUE@am__append_11 = luatex.man
-@LUATEX_TRUE@am__append_12 = luatex:texlua luatex:texluac
-@XETEX_TRUE@am__append_13 = # xetex.man
-@OTANGLE_TRUE@am__append_14 = $(otangle_man_sources)
-@OTANGLE_TRUE@am__append_15 = dvicopy:odvicopy dvitype:odvitype tangle:otangle
-@ALEPH_TRUE@am__append_16 = aleph.man
-@ALEPH_TRUE@am__append_17 = aleph:lamed
+@PTEX_TRUE@am__append_11 = ptex.man
+@PTEX_TRUE@am__append_12 = ptex:eptex ptex:euptex ptex:uptex
+@LUATEX_TRUE@am__append_13 = luatex.man
+@LUATEX_TRUE@am__append_14 = luatex:texlua luatex:texluac
+@XETEX_TRUE@am__append_15 = # xetex.man
+@OTANGLE_TRUE@am__append_16 = $(otangle_man_sources)
+@OTANGLE_TRUE@am__append_17 = dvicopy:odvicopy dvitype:odvitype tangle:otangle
+@ALEPH_TRUE@am__append_18 = aleph.man
+@ALEPH_TRUE@am__append_19 = aleph:lamed
subdir = man
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/web2c-disable.m4 \
@@ -440,16 +442,18 @@ x_tool_libs = @x_tool_libs@
man_sources = $(bootstrap_man_sources) $(am__append_1) $(am__append_2) \
$(am__append_4) $(am__append_7) $(am__append_8) \
$(am__append_9) $(am__append_11) $(am__append_13) \
- $(am__append_14) $(am__append_16) $(misc_man_sources)
+ $(am__append_15) $(am__append_16) $(am__append_18) \
+ $(misc_man_sources)
EXTRA_DIST = $(bootstrap_man_sources) $(web_man_sources) tex.man \
- mf.man mpost.man etex.man $(pdftex_man_sources) luatex.man \
- $(otangle_man_sources) aleph.man $(misc_man_sources) spell.add
+ mf.man mpost.man etex.man $(pdftex_man_sources) ptex.man \
+ luatex.man $(otangle_man_sources) aleph.man \
+ $(misc_man_sources) spell.add
bootstrap_man_sources = ctie.man cweb.man tangle.man tie.man
# Symlinks within $(man1dir): FILE:LINK indicates LINK.1->FILE.1
man1_links = cweb:ctangle cweb:cweave $(am__append_3) $(am__append_5) \
$(am__append_6) $(am__append_10) $(am__append_12) \
- $(am__append_15) $(am__append_17)
+ $(am__append_14) $(am__append_17) $(am__append_19)
web_man_sources = bibtex.man dvicopy.man dvitomp.man dvitype.man gftodvi.man \
gftopk.man gftype.man mft.man patgen.man pktogf.man pktype.man \
pltotf.man pooltype.man tftopl.man vftovp.man vptovf.man weave.man
diff --git a/Master/texmf-dist/doc/man/man1/Makefile b/Master/texmf-dist/doc/man/man1/Makefile
index d7cb7f004a6..155b2814397 100644
--- a/Master/texmf-dist/doc/man/man1/Makefile
+++ b/Master/texmf-dist/doc/man/man1/Makefile
@@ -68,6 +68,12 @@ man1/dvipdfm.man1.pdf: man1/dvipdfm.1 man1/dvipdfmx.1
man1/ebb.man1.pdf: man1/ebb.1 man1/extractbb.1
$(MKPDF)
+man1/eptex.man1.pdf: man1/eptex.1 man1/ptex.1
+ $(MKPDF)
+
+man1/euptex.man1.pdf: man1/euptex.1 man1/ptex.1
+ $(MKPDF)
+
man1/fmtutil-sys.man1.pdf: man1/fmtutil-sys.1 man1/fmtutil.1
$(MKPDF)
@@ -143,6 +149,9 @@ man1/updmap-user.man1.pdf: man1/updmap-user.1 man1/updmap.1
man1/uplatex.man1.pdf: man1/uplatex.1 man1/latex.1
$(MKPDF)
+man1/uptex.man1.pdf: man1/uptex.1 man1/ptex.1
+ $(MKPDF)
+
man1/xdvipdfmx.man1.pdf: man1/xdvipdfmx.1 man1/dvipdfmx.1
$(MKPDF)
diff --git a/Master/texmf-dist/doc/man/man1/eptex.1 b/Master/texmf-dist/doc/man/man1/eptex.1
new file mode 100644
index 00000000000..cb2433ac9e6
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/eptex.1
@@ -0,0 +1 @@
+.so man1/ptex.1
diff --git a/Master/texmf-dist/doc/man/man1/eptex.man1.pdf b/Master/texmf-dist/doc/man/man1/eptex.man1.pdf
new file mode 100644
index 00000000000..77b5a9ed01d
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/eptex.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/euptex.1 b/Master/texmf-dist/doc/man/man1/euptex.1
new file mode 100644
index 00000000000..cb2433ac9e6
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/euptex.1
@@ -0,0 +1 @@
+.so man1/ptex.1
diff --git a/Master/texmf-dist/doc/man/man1/euptex.man1.pdf b/Master/texmf-dist/doc/man/man1/euptex.man1.pdf
new file mode 100644
index 00000000000..611dc22608f
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/euptex.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/ptex.1 b/Master/texmf-dist/doc/man/man1/ptex.1
new file mode 100644
index 00000000000..abc18f04499
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/ptex.1
@@ -0,0 +1,93 @@
+.TH PTEX 1 "27 May 2018" "Web2C 2018"
+.\"=====================================================================
+.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
+ptex, uptex, eptex, euptex \- Japanese "Publishing TeX"
+.SH SYNOPSIS
+.B ptex
+.RI [ options ]
+.RI [ \fB&\fPformat ]
+.RI [ file | \fB\e\fPcommands ]
+.\"=====================================================================
+.SH DESCRIPTION
+p\*(TX (\fBptex\fR)
+is a \*(TX engine with extensions for Japanese typesetting, including
+features related to line breaking rules, inter-character spacing and
+vertical writing. It was first developed by ASCII Corporation, in the
+aim of providing a Japanese \*(TX which can be used for commercial
+publishing. For p\*(TX, the character set available is limited to
+JIS X 0208, namely JIS level-1 and level-2.
+.PP
+up\*(TX (\fBuptex\fR)
+is a Unicode-enabled p\*(TX with extensions for better handling of
+CJK (Chinese, Japanese and Korean) multilingual documents.
+It has been developed by Takuji Tanaka since 2007.
+.PP
+e-p\*(TX (\fBeptex\fR) is a merge of e-\*(TX and p\*(TX.
+.PP
+e-up\*(TX (\fBeuptex\fR) is a merge of e-\*(TX and up\*(TX.
+.PP
+In the following sections, we refer to these engines as (e-)(u)p\*(TX.
+.PP
+(e-)(u)p\*(TX's handling of its command-line arguments is similar to
+that of the other \*(TX programs in the
+.I web2c
+implementation.
+.\"=====================================================================
+.SH OPTIONS
+Here we list only additions/deletions of command line options which are
+specific to (e-)(u)p\*(TX. For (u)p\*(TX, other options are similar to
+\*(TX. For e-(u)p\*(TX, other options are similar to e-\*(TX.
+.TP
+Additions (supported by ptexenc library):
+.TP
+.BI -kanji \ string
+Sets the input Japanese \fIKanji\fR code. The
+.I string
+can be either
+.IR euc \ (EUC-JP),
+.IR jis \ (ISO-2022-JP),
+.IR sjis \ (Shift_JIS),
+and
+.IR utf8 \ (UTF-8).
+For (e-)up\*(TX,
+.I uptex
+is also allowed.
+.TP
+.BI -kanji-internal \ string
+Sets the internal \fIKanji\fR code. The string can be either
+.IR euc ,
+and
+.IR sjis .
+For (e-)up\*(TX,
+.I uptex
+is also allowed.
+.TP
+Deletions:
+.TP
+.B -enc
+In this version of (e-)(u)p\*(TX, enc\*(TX extensions are
+\fInot\fR available.
+.\"=====================================================================
+.SH "SEE ALSO"
+.BR tex (1),
+.BR etex (1).
+.\"=====================================================================
+.SH AUTHORS
+This version of (e-)(u)p\*(TX 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.
diff --git a/Master/texmf-dist/doc/man/man1/ptex.man1.pdf b/Master/texmf-dist/doc/man/man1/ptex.man1.pdf
new file mode 100644
index 00000000000..0cade710cda
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/ptex.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/uptex.1 b/Master/texmf-dist/doc/man/man1/uptex.1
new file mode 100644
index 00000000000..cb2433ac9e6
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/uptex.1
@@ -0,0 +1 @@
+.so man1/ptex.1
diff --git a/Master/texmf-dist/doc/man/man1/uptex.man1.pdf b/Master/texmf-dist/doc/man/man1/uptex.man1.pdf
new file mode 100644
index 00000000000..fcb98097180
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/uptex.man1.pdf
Binary files differ
diff --git a/Master/tlpkg/tlpsrc/ptex.tlpsrc b/Master/tlpkg/tlpsrc/ptex.tlpsrc
index bea367a99eb..f2a60488ade 100644
--- a/Master/tlpkg/tlpsrc/ptex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/ptex.tlpsrc
@@ -26,8 +26,10 @@ binpattern f bin/${ARCH}/ptftopl
binpattern f/i386-cygwin bin/i386-cygwin/cygptexenc*.dll
binpattern f/x86_64-cygwin bin/x86_64-cygwin/cygptexenc*.dll
+docpattern +f texmf-dist/doc/man/man1/eptex.*
docpattern +f texmf-dist/doc/man/man1/makejvf.*
docpattern +f texmf-dist/doc/man/man1/mendex.*
+docpattern +f texmf-dist/doc/man/man1/ptex.*
# pbibtex excludes:
docpattern +!d texmf-dist/doc/ptex/pbibtex
diff --git a/Master/tlpkg/tlpsrc/uptex.tlpsrc b/Master/tlpkg/tlpsrc/uptex.tlpsrc
index 013f8456c1b..a1732976ed6 100644
--- a/Master/tlpkg/tlpsrc/uptex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/uptex.tlpsrc
@@ -27,7 +27,9 @@ binpattern f bin/${ARCH}/uptex
binpattern f bin/${ARCH}/upmendex
binpattern f bin/${ARCH}/wovp2ovf
+docpattern +f texmf-dist/doc/man/man1/euptex.*
docpattern +d texmf-dist/doc/upmendex
+docpattern +f texmf-dist/doc/man/man1/uptex.*
# uptex-base excludes:
runpattern +!d texmf-dist/tex/uptex/uptex-base