summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-29 23:24:49 +0000
committerKarl Berry <karl@freefriends.org>2018-04-29 23:24:49 +0000
commitaf34251c41518c17dacd9d36c2902294a2491058 (patch)
tree60ddddcfc2eac51a62020e5969cf9a223c78401b
parentf00655c17fbdf03e3f77fdec53d6a64d76082f86 (diff)
update latexrefman link in latex.1; create more .so aliases
git-svn-id: svn://tug.org/texlive/trunk@47496 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/man/man1/Makefile25
-rw-r--r--Master/texmf-dist/doc/man/man1/cslatex.11
-rw-r--r--Master/texmf-dist/doc/man/man1/dvilualatex.11
-rw-r--r--Master/texmf-dist/doc/man/man1/lamed.12
-rw-r--r--Master/texmf-dist/doc/man/man1/lamed.man1.pdfbin30894 -> 22223 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/latex.150
-rw-r--r--Master/texmf-dist/doc/man/man1/latex.man1.pdfbin22990 -> 22223 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/lualatex.11
-rw-r--r--Master/texmf-dist/doc/man/man1/pdfcslatex.11
-rw-r--r--Master/texmf-dist/doc/man/man1/pdflatex.12
-rw-r--r--Master/texmf-dist/doc/man/man1/pdflatex.man1.pdfbin39384 -> 22223 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/platex.11
-rw-r--r--Master/texmf-dist/doc/man/man1/uplatex.11
-rw-r--r--Master/texmf-dist/doc/man/man1/xelatex.11
14 files changed, 59 insertions, 27 deletions
diff --git a/Master/texmf-dist/doc/man/man1/Makefile b/Master/texmf-dist/doc/man/man1/Makefile
index c36f6619c21..d7cb7f004a6 100644
--- a/Master/texmf-dist/doc/man/man1/Makefile
+++ b/Master/texmf-dist/doc/man/man1/Makefile
@@ -35,6 +35,9 @@ man1/luaotfload-tool.man1.pdf: man1/luaotfload-tool.1
#
# See ../Makefile for the so.rules target which generates this list of rules.
+man1/cslatex.man1.pdf: man1/cslatex.1 man1/latex.1
+ $(MKPDF)
+
man1/ctangle.man1.pdf: man1/ctangle.1 man1/cweb.1
$(MKPDF)
@@ -56,6 +59,9 @@ man1/dvilj4l.man1.pdf: man1/dvilj4l.1 man1/dvilj.1
man1/dvilj6.man1.pdf: man1/dvilj6.1 man1/dvilj.1
$(MKPDF)
+man1/dvilualatex.man1.pdf: man1/dvilualatex.1 man1/latex.1
+ $(MKPDF)
+
man1/dvipdfm.man1.pdf: man1/dvipdfm.1 man1/dvipdfmx.1
$(MKPDF)
@@ -80,7 +86,10 @@ man1/kpsepath.man1.pdf: man1/kpsepath.1 man1/kpsetool.1
man1/kpsexpand.man1.pdf: man1/kpsexpand.1 man1/kpsetool.1
$(MKPDF)
-man1/lamed.man1.pdf: man1/lamed.1 man1/aleph.1
+man1/lamed.man1.pdf: man1/lamed.1 man1/latex.1
+ $(MKPDF)
+
+man1/lualatex.man1.pdf: man1/lualatex.1 man1/latex.1
$(MKPDF)
man1/mf-nowin.man1.pdf: man1/mf-nowin.1 man1/mf.1
@@ -101,7 +110,13 @@ man1/otangle.man1.pdf: man1/otangle.1 man1/tangle.1
man1/pdfclose.man1.pdf: man1/pdfclose.1 man1/pdfopen.1
$(MKPDF)
-man1/pdflatex.man1.pdf: man1/pdflatex.1 man1/pdftex.1
+man1/pdfcslatex.man1.pdf: man1/pdfcslatex.1 man1/latex.1
+ $(MKPDF)
+
+man1/pdflatex.man1.pdf: man1/pdflatex.1 man1/latex.1
+ $(MKPDF)
+
+man1/platex.man1.pdf: man1/platex.1 man1/latex.1
$(MKPDF)
man1/repstopdf.man1.pdf: man1/repstopdf.1 man1/epstopdf.1
@@ -125,5 +140,11 @@ man1/updmap-sys.man1.pdf: man1/updmap-sys.1 man1/updmap.1
man1/updmap-user.man1.pdf: man1/updmap-user.1 man1/updmap.1
$(MKPDF)
+man1/uplatex.man1.pdf: man1/uplatex.1 man1/latex.1
+ $(MKPDF)
+
man1/xdvipdfmx.man1.pdf: man1/xdvipdfmx.1 man1/dvipdfmx.1
$(MKPDF)
+
+man1/xelatex.man1.pdf: man1/xelatex.1 man1/latex.1
+ $(MKPDF)
diff --git a/Master/texmf-dist/doc/man/man1/cslatex.1 b/Master/texmf-dist/doc/man/man1/cslatex.1
new file mode 100644
index 00000000000..daf3a8c3c29
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/cslatex.1
@@ -0,0 +1 @@
+.so man1/latex.1
diff --git a/Master/texmf-dist/doc/man/man1/dvilualatex.1 b/Master/texmf-dist/doc/man/man1/dvilualatex.1
new file mode 100644
index 00000000000..daf3a8c3c29
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/dvilualatex.1
@@ -0,0 +1 @@
+.so man1/latex.1
diff --git a/Master/texmf-dist/doc/man/man1/lamed.1 b/Master/texmf-dist/doc/man/man1/lamed.1
index bda63f2adb8..daf3a8c3c29 100644
--- a/Master/texmf-dist/doc/man/man1/lamed.1
+++ b/Master/texmf-dist/doc/man/man1/lamed.1
@@ -1 +1 @@
-.so man1/aleph.1
+.so man1/latex.1
diff --git a/Master/texmf-dist/doc/man/man1/lamed.man1.pdf b/Master/texmf-dist/doc/man/man1/lamed.man1.pdf
index 4b57e31bdfe..54a418c5384 100644
--- a/Master/texmf-dist/doc/man/man1/lamed.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/lamed.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/latex.1 b/Master/texmf-dist/doc/man/man1/latex.1
index 00bbab35390..a9c3c1ad367 100644
--- a/Master/texmf-dist/doc/man/man1/latex.1
+++ b/Master/texmf-dist/doc/man/man1/latex.1
@@ -1,4 +1,4 @@
-.TH LATEX 1 "16 June 2015" "Web2C 2018"
+.TH LATEX 1 "30 April 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
@@ -12,17 +12,14 @@
.if n .ds LX LaTeX
.\"=====================================================================
.SH NAME
-latex, pdflatex, lualatex, dvilualatex, xelatex, lamed \- structured text formatting and typesetting
+latex, pdflatex, xelatex, lualatex, dvilualatex, cslatex, pdfcslatex, platex, uplatex, lamed \- structured text formatting and typesetting
.SH SYNOPSIS
.B latex
.RI [ first-line ]
.\"=====================================================================
.SH DESCRIPTION
.PP
-This manual page is not meant to be exhaustive. The complete
-documentation for this version of \*(TX can be found in the info file
-or manual
-.IR "Web2C: A TeX implementation" .
+This manual page is a mere skeleton.
.PP
The \*(LX language is described in the book
.IR "\*(LX \- A Document Preparation System" .
@@ -38,35 +35,39 @@ picas'') in the document at all; instead, everything is done
by specific markup instructions: ``emphasize'', ``start a section''.
.PP
The primary source of documentation for \*(LX is the \*(LX manual
-referenced below, and the local guide in the file
-.I local-guide.tex
-or
-.I local.tex
-or some such.
+referenced below.
.PP
-.BR pdflatex ,
.BR lualatex ,
-and
-.BR xelatex ,
+.BR pdflatex ,
+.BR pdfcslatex ,
+.BR platex ,
+.BR uplatex ,
+.B xelatex
are \*(LX formats based on the respective engines. All output PDF by default.
.br
-.B lambed
+.B lamed
is the Aleph-based \*(LX format (DVI output).
+.br
+.B dvilualatex
+is LuaTeX-based and outputs DVI.
+.br
+.B cslatex
+is csTeX-based (primitives integrated into pdfTeX) and outputs DVI.
.PP
On some systems
.B latex209
and
.B slitex
-are available for compatibility with older versions of \*(LX. These
+may still be available for compatibility with older versions of \*(LX. These
should not be used for new texts.
.\"=====================================================================
.PP
.SH "SEE ALSO"
-.BR amslatex (1),
.BR amstex (1),
-.BR pdflatex (1),
+.BR luatex (1),
.BR pdftex (1),
-.BR tex (1).
+.BR tex (1),
+.BR xetex (1).
.PP
Leslie Lamport,
.IR "\*(LX \- A Document Preparation System" ,
@@ -77,7 +78,10 @@ and Chris Rowley,
.IR "LaTeX Companion" ,
Addison-Wesley, 2004, ISBN 0201362996 (2nd edition).
.PP
-The \*(LX home page is http://latex-project.org. A list of some \*(LX
-tutorials is at
-http://www.tex.ac.uk/cgi-bin/texfaq2html?label=man-latex. An unofficial
-reference manual for \*(LX is at http://home.gna.org/latexrefman.
+The \*(LX home page is http://latex-project.org.
+.br
+A list of some \*(LX tutorials is at
+http://www.tex.ac.uk/cgi-bin/texfaq2html?label=man-latex.
+.br
+An unofficial reference manual for \*(LX is at
+https://ctan.org/pkg/latex2e-help-texinfo.
diff --git a/Master/texmf-dist/doc/man/man1/latex.man1.pdf b/Master/texmf-dist/doc/man/man1/latex.man1.pdf
index 65df7643426..0b451ac6cc1 100644
--- a/Master/texmf-dist/doc/man/man1/latex.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/latex.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/lualatex.1 b/Master/texmf-dist/doc/man/man1/lualatex.1
new file mode 100644
index 00000000000..daf3a8c3c29
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/lualatex.1
@@ -0,0 +1 @@
+.so man1/latex.1
diff --git a/Master/texmf-dist/doc/man/man1/pdfcslatex.1 b/Master/texmf-dist/doc/man/man1/pdfcslatex.1
new file mode 100644
index 00000000000..daf3a8c3c29
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/pdfcslatex.1
@@ -0,0 +1 @@
+.so man1/latex.1
diff --git a/Master/texmf-dist/doc/man/man1/pdflatex.1 b/Master/texmf-dist/doc/man/man1/pdflatex.1
index 8e9a6b03670..daf3a8c3c29 100644
--- a/Master/texmf-dist/doc/man/man1/pdflatex.1
+++ b/Master/texmf-dist/doc/man/man1/pdflatex.1
@@ -1 +1 @@
-.so man1/pdftex.1
+.so man1/latex.1
diff --git a/Master/texmf-dist/doc/man/man1/pdflatex.man1.pdf b/Master/texmf-dist/doc/man/man1/pdflatex.man1.pdf
index 538c299f2cf..cc234369d31 100644
--- a/Master/texmf-dist/doc/man/man1/pdflatex.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/pdflatex.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/platex.1 b/Master/texmf-dist/doc/man/man1/platex.1
new file mode 100644
index 00000000000..daf3a8c3c29
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/platex.1
@@ -0,0 +1 @@
+.so man1/latex.1
diff --git a/Master/texmf-dist/doc/man/man1/uplatex.1 b/Master/texmf-dist/doc/man/man1/uplatex.1
new file mode 100644
index 00000000000..daf3a8c3c29
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/uplatex.1
@@ -0,0 +1 @@
+.so man1/latex.1
diff --git a/Master/texmf-dist/doc/man/man1/xelatex.1 b/Master/texmf-dist/doc/man/man1/xelatex.1
new file mode 100644
index 00000000000..daf3a8c3c29
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/xelatex.1
@@ -0,0 +1 @@
+.so man1/latex.1