summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-07-10 16:28:20 +0000
committerKarl Berry <karl@freefriends.org>2018-07-10 16:28:20 +0000
commitf80a21c8e9590f4ceb4f606a8250f06e10c688c2 (patch)
treea6c93b4e9f329e028db47600c14d21ef7291676d
parent7a11301606bb099dd5ad49048dc93697b79ad967 (diff)
xetex.man: add (tiny) man page
git-svn-id: svn://tug.org/texlive/trunk@48174 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/man/Makefile.am5
-rw-r--r--Build/source/texk/web2c/man/Makefile.in4
-rw-r--r--Build/source/texk/web2c/man/xetex.man71
3 files changed, 76 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/man/Makefile.am b/Build/source/texk/web2c/man/Makefile.am
index 1e637261dd1..e3978d32a4a 100644
--- a/Build/source/texk/web2c/man/Makefile.am
+++ b/Build/source/texk/web2c/man/Makefile.am
@@ -1,3 +1,4 @@
+## $Id$
## Makefile.am for the TeX Live subdirectory texk/web2c/man/
## Copyright 2018 Karl Berry <tex-live@tug.org>
## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
@@ -63,9 +64,9 @@ endif LUATEX
EXTRA_DIST += luatex.man
if XETEX
-man_sources += # xetex.man
+man_sources += xetex.man
endif XETEX
-EXTRA_DIST += # xetex.man
+EXTRA_DIST += xetex.man
if OTANGLE
man_sources += $(otangle_man_sources)
diff --git a/Build/source/texk/web2c/man/Makefile.in b/Build/source/texk/web2c/man/Makefile.in
index b1f0fb0b268..61f49964843 100644
--- a/Build/source/texk/web2c/man/Makefile.in
+++ b/Build/source/texk/web2c/man/Makefile.in
@@ -101,7 +101,7 @@ host_triplet = @host@
@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
+@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
@@ -446,7 +446,7 @@ man_sources = $(bootstrap_man_sources) $(am__append_1) $(am__append_2) \
$(misc_man_sources)
EXTRA_DIST = $(bootstrap_man_sources) $(web_man_sources) tex.man \
mf.man mpost.man etex.man $(pdftex_man_sources) ptex.man \
- luatex.man $(otangle_man_sources) aleph.man \
+ luatex.man xetex.man $(otangle_man_sources) aleph.man \
$(misc_man_sources) spell.add
bootstrap_man_sources = ctie.man cweb.man tangle.man tie.man
diff --git a/Build/source/texk/web2c/man/xetex.man b/Build/source/texk/web2c/man/xetex.man
new file mode 100644
index 00000000000..1b8ad3ac0cf
--- /dev/null
+++ b/Build/source/texk/web2c/man/xetex.man
@@ -0,0 +1,71 @@
+.TH PTEX 1 "10 July 2018" "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
+.\" 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
+xetex \- extended TeX with native support for Unicode, OpenType, system fonts
+.SH SYNOPSIS
+.B xetex
+.RI [ options ]
+.RI [ \fB&\fPformat ]
+.RI [ file | \fB\e\fPcommands ]
+.\"=====================================================================
+.SH DESCRIPTION
+Xe\*(TX (\fBxetex\fR) is a \*(TX engine with native support for Unicode,
+OpenType, and system-installed fonts, using third-party libraries (such
+as ICU, HarfBuzz, and Freetype). It was developed by Jonathan Kew for SIL.
+.PP
+Xe\*(TX includes the e-\*(TX extensions and many extensions from pdf\*(TX,
+sometimes with different primitive names.
+.PP
+Xe\*(TX is now released as part of \*(TX Live <https://tug.org/texlive>.
+.\"=====================================================================
+.SH OPTIONS
+Xe\*(TX's handling of its command-line arguments is similar to
+that of the other \*(TX programs in the Web2C implementation.
+Here we list only additions/deletions of command line options which are
+specific to Xe\*(TX; see etex(1) for common options. Additions:
+.TP
+.B -no-pdf
+Generate Xe\*(TX's extended DVI (.xdv) output instead of pdf.
+.TP
+.BI -output-driver \ cmd
+Run
+.I cmd
+instead of xdvipdfmx to translate xdv to pdf.
+.TP
+.BI -papersize \ string
+Set pdf media size to
+.IR string .
+.PP
+Removals:
+.BR -draftmode ,
+.BR -enc ,
+.BR -ipc ,
+.BR -ipc-start ,
+.BR -translate-file .
+.\"=====================================================================
+.SH "SEE ALSO"
+.BR tex (1),
+.BR etex (1),
+.BR latex (1).
+.br
+Home page: <https://tug.org/xetex>
+.br
+CTAN page: <https://ctan.org/pkg/xetex>
+.br
+Reference manual: <https://ctan.org/pkg/xetexref>
+.\"=====================================================================
+.SH AUTHORS
+Xe\*(TX is maintained by Jonathan Kew and others.
+.br
+Public discussion list: <http://lists.tug.org/xetex>
+.br
+Bug reports: <http://sourceforge.net/p/xetex/bugs/>
+.PP
+This manual page was written by Karl Berry. It is released to the public
+domain.