[latexrefman-commits] r310 - in /trunk: ChangeLog latex2e.texi

karl at domain.hid karl at domain.hid
Wed Apr 8 01:47:17 CEST 2015


Author: karl
Date: Wed Apr  8 01:47:17 2015
New Revision: 310

URL: http://svn.gna.org/viewcvs/latexrefman?rev=310&view=rev
Log:
index more packages, et al.

Modified:
    trunk/ChangeLog
    trunk/latex2e.texi

Modified: trunk/ChangeLog
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/ChangeLog?rev=310&r1=309&r2=310&view=diff
==============================================================================
--- trunk/ChangeLog	(original)
+++ trunk/ChangeLog	Wed Apr  8 01:47:17 2015
@@ -1,3 +1,10 @@
+2015-04-07  Karl Berry  <karl at domain.hid>
+
+	* latex2e.texi: start update for 2015.
+	Index pict2e (was curve2e) and other packages.
+	(\put): format synopsis like others, etc.
+	(\newcounter): metavar name supercounter.
+
 2015-02-22  Karl Berry  <karl at domain.hid>
 
 	* Makefile (texi2html): use -c TOP_NODE_UP_URL

Modified: trunk/latex2e.texi
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/latex2e.texi?rev=310&r1=309&r2=310&view=diff
==============================================================================
--- trunk/latex2e.texi	(original)
+++ trunk/latex2e.texi	Wed Apr  8 01:47:17 2015
@@ -2,7 +2,7 @@
 @c $Id$
 @comment %**start of header (This is for running Texinfo on a region.)
 @setfilename latex2e.info
- at domain.hid UPDATED October 2014
+ at set UPDATED April 2014
 @settitle @LaTeX{}2e reference manual (@value{UPDATED})
 @comment %**end of header (This is for running Texinfo on a region.)
 
@@ -42,7 +42,7 @@
 directly copied).
 
 Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
-2014 Karl Berry.@*
+2014, 2015 Karl Berry.@*
 Copyright 1988, 1994, 2007 Stephen Gilmore.@*
 Copyright 1994, 1995, 1996 Torsten Martinsen.
 
@@ -1578,9 +1578,8 @@
 FAQ: @url{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat}.
 
 @item h
- at domain.hid @code{float} package
 (Here)---at the position in the text where the @code{figure} environment
-appears.  However, this is not allowed by itself; @code{t} is
+appears.  However, @code{t} is not allowed by itself; @code{t} is
 automatically added.
 
 @cindex here, putting floats
@@ -2280,10 +2279,12 @@
 The @code{\line} command draws a line with the given @var{length} and
 slope @var{xslope}/@var{yslope}.
 
+ at cindex @code{pict2e} package
+ at cindex graphics packages
 Standard @LaTeX{} can only draw lines with @math{@var{slope} = x/y},
 where @math{x} and @math{y} have integer values from @minus{}6
-through at domain.hid.  For lines of any slope, not to mention other shapes,
-see the @code{curve2e} and many many other packages on @acronym{CTAN}.
+through at domain.hid.  For lines of any slope, and plenty of other shapes,
+see @code{pict2e} and many other packages on CTAN.
 
 
 @node \linethickness
@@ -2363,13 +2364,17 @@
 
 @node \put
 @subsection @code{\put}
-
 @findex \put
 
- at domain.hid})@{ ...  @}}
-
-The @code{\put} command places the item specified by the mandatory
-argument at the given coordinates @var{xcoord} and @var{ycoord}.
+Synopsis:
+
+ at example
+\put(@var{xcoord}, at var{ycoord})@{ ... @}
+ at end example
+
+The @code{\put} command places the material specified by the
+(mandatory) argument in braces at the given coordinate,
+(@var{xcoord}, at var{ycoord}).
 
 
 @node \shortstack
@@ -2409,8 +2414,8 @@
 @end example
 
 The @code{\vector} command draws a line with an arrow of the specified
-length and slope.  The @math{@var{xslope}} and @math{@var{yslope}} values must lie between
- at domain.hid and +4, inclusive.
+length and slope.  The @math{@var{xslope}} and @math{@var{yslope}}
+values must lie between @minus{}4 and +4, inclusive.
 
 
 @node quotation
@@ -2951,7 +2956,7 @@
 
 In addition, numerous other Bib at domain.hid{} style files exist tailored to
 the demands of various publications.  See
- at domain.hid}.
+ at url{http://mirror.ctan.org/biblio/bibtex/contrib}.
 
 The @code{\bibliography} command is what actually produces the
 bibliography.  The argument to @code{\bibliography} refers to files
@@ -3527,14 +3532,14 @@
 Synopsis:
 
 @example
-\newcounter at domain.hid}]
+\newcounter at domain.hid}]
 @end example
 
 The @code{\newcounter} command defines a new counter named @var{countername}.
 The new counter is initialized to zero.
 
 Given the optional argument @code{[@var{super}]}, @var{countername}
-will be reset whenever the counter named @var{super} is incremented.
+will be reset whenever the counter named @var{supercounter} is incremented.
 
 @xref{Counters}, for more information about counters.
 
@@ -6149,6 +6154,8 @@
 @cindex characters, accented
 @cindex letters, accented
 
+ at cindex @code{babel} package
+ at cindex multilingual support
 @LaTeX{} has wide support for many of the world's scripts and
 languages, through the @code{babel} package and related support.  This
 section does not attempt to cover all that support.  It merely lists
@@ -6639,7 +6646,8 @@
 @code{\glossaryentry at domain.hid}@}}, where
 @var{pageno} is the current @code{\thepage} value.
 
-The @code{glossary} package on @acronym{CTAN} provides support for fancier
+ at cindex glossary @r{package}
+The @code{glossary} package on CTAN provides support for fancier
 glossaries.
 
 
@@ -7080,6 +7088,9 @@
 @node tugboat template
 @section @code{tugboat} template
 
+ at cindex TUGboat template
+ at cindex @code{ltugboat} class
+
 @cite{TUGboat} is the journal of the @TeX{} Users Group,
 @url{http://tug.org/TUGboat}.
 





More information about the latexrefman-commits mailing list