texlive[48174] Build/source/texk/web2c/man/xetex.man: xetex.man: add

commits+karl at tug.org commits+karl at tug.org
Tue Jul 10 18:28:20 CEST 2018


Revision: 48174
          http://tug.org/svn/texlive?view=revision&revision=48174
Author:   karl
Date:     2018-07-10 18:28:20 +0200 (Tue, 10 Jul 2018)
Log Message:
-----------
xetex.man: add (tiny) man page

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/man/Makefile.am
    trunk/Build/source/texk/web2c/man/Makefile.in

Added Paths:
-----------
    trunk/Build/source/texk/web2c/man/xetex.man

Property Changed:
----------------
    trunk/Build/source/texk/web2c/man/Makefile.am

Modified: trunk/Build/source/texk/web2c/man/Makefile.am
===================================================================
--- trunk/Build/source/texk/web2c/man/Makefile.am	2018-07-10 00:18:07 UTC (rev 48173)
+++ trunk/Build/source/texk/web2c/man/Makefile.am	2018-07-10 16:28:20 UTC (rev 48174)
@@ -1,3 +1,4 @@
+## $Id$
 ## Makefile.am for the TeX Live subdirectory texk/web2c/man/
 ## Copyright 2018 Karl Berry <tex-live at tug.org>
 ## Copyright 2009-2015 Peter Breitenlohner <tex-live at tug.org>
@@ -63,9 +64,9 @@
 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)


Property changes on: trunk/Build/source/texk/web2c/man/Makefile.am
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision
\ No newline at end of property
Modified: trunk/Build/source/texk/web2c/man/Makefile.in
===================================================================
--- trunk/Build/source/texk/web2c/man/Makefile.in	2018-07-10 00:18:07 UTC (rev 48173)
+++ trunk/Build/source/texk/web2c/man/Makefile.in	2018-07-10 16:28:20 UTC (rev 48174)
@@ -101,7 +101,7 @@
 @PTEX_TRUE at am__append_12 = ptex:eptex ptex:euptex ptex:uptex
 @LUATEX_TRUE at am__append_13 = luatex.man
 @LUATEX_TRUE at am__append_14 = luatex:texlua luatex:texluac
- at XETEX_TRUE@am__append_15 = # xetex.man
+ at XETEX_TRUE@am__append_15 = xetex.man
 @OTANGLE_TRUE at am__append_16 = $(otangle_man_sources)
 @OTANGLE_TRUE at am__append_17 = dvicopy:odvicopy dvitype:odvitype tangle:otangle
 @ALEPH_TRUE at am__append_18 = aleph.man
@@ -446,7 +446,7 @@
 	$(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
 

Added: trunk/Build/source/texk/web2c/man/xetex.man
===================================================================
--- trunk/Build/source/texk/web2c/man/xetex.man	                        (rev 0)
+++ trunk/Build/source/texk/web2c/man/xetex.man	2018-07-10 16:28:20 UTC (rev 48174)
@@ -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.


Property changes on: trunk/Build/source/texk/web2c/man/xetex.man
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the tex-live-commits mailing list