summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/man
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-29 23:29:36 +0000
committerKarl Berry <karl@freefriends.org>2018-04-29 23:29:36 +0000
commitcd6c81295ee96b3ff2ea36ad1a1f38476d1b999f (patch)
tree209ad7598c63e6e8fcc629131f658fbd43f6c332 /Build/source/texk/web2c/man
parentc5ecf8f48fcefe89049e257fe8f1dcd1e2180cf5 (diff)
latexrefman url, more latex program names
git-svn-id: svn://tug.org/texlive/trunk@47498 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/man')
-rw-r--r--Build/source/texk/web2c/man/ChangeLog7
-rw-r--r--Build/source/texk/web2c/man/latex.man50
2 files changed, 34 insertions, 23 deletions
diff --git a/Build/source/texk/web2c/man/ChangeLog b/Build/source/texk/web2c/man/ChangeLog
index eba9cb959bd..fd10f9d954c 100644
--- a/Build/source/texk/web2c/man/ChangeLog
+++ b/Build/source/texk/web2c/man/ChangeLog
@@ -1,3 +1,10 @@
+2018-04-30 Karl Berry <karl@tug.org>
+
+ * latex.man: update latexrefman url to
+ https://ctan.org/pkg/latex2e-help-texinfo.
+ tldoc report from Antoon, 27 Apr 2018 22:15:39.
+ Also add more *latex program names as aliases.
+
2018-02-23 Karl Berry <karl@freefriends.org>
* bibtex.man: mention need to remove aux file from previous run
diff --git a/Build/source/texk/web2c/man/latex.man b/Build/source/texk/web2c/man/latex.man
index 6f2a3701a48..992a23fdfb0 100644
--- a/Build/source/texk/web2c/man/latex.man
+++ b/Build/source/texk/web2c/man/latex.man
@@ -1,4 +1,4 @@
-.TH LATEX 1 "16 June 2015" "Web2C @VERSION@"
+.TH LATEX 1 "30 April 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
@@ -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.