texlive[47496] Master/texmf-dist/doc/man/man1: update latexrefman

commits+karl at tug.org commits+karl at tug.org
Mon Apr 30 01:24:49 CEST 2018


Revision: 47496
          http://tug.org/svn/texlive?view=revision&revision=47496
Author:   karl
Date:     2018-04-30 01:24:49 +0200 (Mon, 30 Apr 2018)
Log Message:
-----------
update latexrefman link in latex.1; create more .so aliases

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/man/man1/Makefile
    trunk/Master/texmf-dist/doc/man/man1/lamed.1
    trunk/Master/texmf-dist/doc/man/man1/lamed.man1.pdf
    trunk/Master/texmf-dist/doc/man/man1/latex.1
    trunk/Master/texmf-dist/doc/man/man1/latex.man1.pdf
    trunk/Master/texmf-dist/doc/man/man1/pdflatex.1
    trunk/Master/texmf-dist/doc/man/man1/pdflatex.man1.pdf

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/man/man1/cslatex.1
    trunk/Master/texmf-dist/doc/man/man1/dvilualatex.1
    trunk/Master/texmf-dist/doc/man/man1/lualatex.1
    trunk/Master/texmf-dist/doc/man/man1/pdfcslatex.1
    trunk/Master/texmf-dist/doc/man/man1/platex.1
    trunk/Master/texmf-dist/doc/man/man1/uplatex.1
    trunk/Master/texmf-dist/doc/man/man1/xelatex.1

Modified: trunk/Master/texmf-dist/doc/man/man1/Makefile
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/Makefile	2018-04-29 23:02:37 UTC (rev 47495)
+++ trunk/Master/texmf-dist/doc/man/man1/Makefile	2018-04-29 23:24:49 UTC (rev 47496)
@@ -35,6 +35,9 @@
 # 

 # 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/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,9 +86,12 @@
 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
 	$(MKPDF)
 
@@ -101,9 +110,15 @@
 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
 	$(MKPDF)
 
@@ -125,5 +140,11 @@
 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)

Added: trunk/Master/texmf-dist/doc/man/man1/cslatex.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/cslatex.1	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/man/man1/cslatex.1	2018-04-29 23:24:49 UTC (rev 47496)
@@ -0,0 +1 @@
+.so man1/latex.1


Property changes on: trunk/Master/texmf-dist/doc/man/man1/cslatex.1
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/man/man1/dvilualatex.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/dvilualatex.1	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/man/man1/dvilualatex.1	2018-04-29 23:24:49 UTC (rev 47496)
@@ -0,0 +1 @@
+.so man1/latex.1


Property changes on: trunk/Master/texmf-dist/doc/man/man1/dvilualatex.1
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/man/man1/lamed.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/lamed.1	2018-04-29 23:02:37 UTC (rev 47495)
+++ trunk/Master/texmf-dist/doc/man/man1/lamed.1	2018-04-29 23:24:49 UTC (rev 47496)
@@ -1 +1 @@
-.so man1/aleph.1
+.so man1/latex.1

Modified: trunk/Master/texmf-dist/doc/man/man1/lamed.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/man/man1/latex.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/latex.1	2018-04-29 23:02:37 UTC (rev 47495)
+++ trunk/Master/texmf-dist/doc/man/man1/latex.1	2018-04-29 23:24:49 UTC (rev 47496)
@@ -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,7 +12,7 @@
 .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 ]
@@ -19,10 +19,7 @@
 .\"=====================================================================
 .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 @@
 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 lualatex ,
 .BR pdflatex ,
-.BR lualatex ,
-and
-.BR xelatex ,
+.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 @@
 .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.

Modified: trunk/Master/texmf-dist/doc/man/man1/latex.man1.pdf
===================================================================
(Binary files differ)

Added: trunk/Master/texmf-dist/doc/man/man1/lualatex.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/lualatex.1	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/man/man1/lualatex.1	2018-04-29 23:24:49 UTC (rev 47496)
@@ -0,0 +1 @@
+.so man1/latex.1


Property changes on: trunk/Master/texmf-dist/doc/man/man1/lualatex.1
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/man/man1/pdfcslatex.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/pdfcslatex.1	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/man/man1/pdfcslatex.1	2018-04-29 23:24:49 UTC (rev 47496)
@@ -0,0 +1 @@
+.so man1/latex.1


Property changes on: trunk/Master/texmf-dist/doc/man/man1/pdfcslatex.1
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/man/man1/pdflatex.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/pdflatex.1	2018-04-29 23:02:37 UTC (rev 47495)
+++ trunk/Master/texmf-dist/doc/man/man1/pdflatex.1	2018-04-29 23:24:49 UTC (rev 47496)
@@ -1 +1 @@
-.so man1/pdftex.1
+.so man1/latex.1

Modified: trunk/Master/texmf-dist/doc/man/man1/pdflatex.man1.pdf
===================================================================
(Binary files differ)

Added: trunk/Master/texmf-dist/doc/man/man1/platex.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/platex.1	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/man/man1/platex.1	2018-04-29 23:24:49 UTC (rev 47496)
@@ -0,0 +1 @@
+.so man1/latex.1


Property changes on: trunk/Master/texmf-dist/doc/man/man1/platex.1
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/man/man1/uplatex.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/uplatex.1	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/man/man1/uplatex.1	2018-04-29 23:24:49 UTC (rev 47496)
@@ -0,0 +1 @@
+.so man1/latex.1


Property changes on: trunk/Master/texmf-dist/doc/man/man1/uplatex.1
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/man/man1/xelatex.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/xelatex.1	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/man/man1/xelatex.1	2018-04-29 23:24:49 UTC (rev 47496)
@@ -0,0 +1 @@
+.so man1/latex.1


Property changes on: trunk/Master/texmf-dist/doc/man/man1/xelatex.1
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the tex-live-commits mailing list