[latexrefman-commits] r309 - in /trunk: ChangeLog Makefile latex2e.texi
karl at domain.hid
karl at domain.hid
Sun Feb 22 18:10:15 CET 2015
Author: karl
Date: Sun Feb 22 18:10:14 2015
New Revision: 309
URL: http://svn.gna.org/viewcvs/latexrefman?rev=309&view=rev
Log:
\Roman typo; avoid \sup; use -C TOP_NODE_UP_URL
Modified:
trunk/ChangeLog
trunk/Makefile
trunk/latex2e.texi
Modified: trunk/ChangeLog
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/ChangeLog?rev=309&r1=308&r2=309&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Sun Feb 22 18:10:14 2015
@@ -1,3 +1,14 @@
+2015-02-22 Karl Berry <karl at domain.hid>
+
+ * Makefile (texi2html): use -c TOP_NODE_UP_URL
+ (to be in next Texinfo release).
+
+ * latex2e.texi (Math functions): avoid \sup, since @sup
+ is now a Texinfo command (for the next release).
+
+ * latex2e.texi (\alph \Alph \arabic \roman \Roman \fnsymbol):
+ \Roman for second @item. Typo reported by Jose Atria.
+
2014-10-20 Vincent Belaïche <vincentb1 at domain.hid>
* Makefile: Add target `check' to compile each manual once with tex
@@ -174,8 +185,7 @@
2014-07-20 Vincent Belaïche <vincent.b.1 at domain.hid>
- * latex2e.texi (\LaTeXe): document LaTeX2e log.
-
+ * latex2e.texi (\LaTeXe),
* latex2e-es.texi (\LaTeXe): document LaTeX2e log.
2014-05-19 Karl Berry <karl at domain.hid>
Modified: trunk/Makefile
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/Makefile?rev=309&r1=308&r2=309&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun Feb 22 18:10:14 2015
@@ -12,7 +12,7 @@
#
makeinfo = makeinfo
texi2docbook = $(makeinfo) --docbook -o $@
-texi2html = $(makeinfo) --html --no-split
+texi2html = $(makeinfo) --html --no-split -c TOP_NODE_UP_URL=http://tug.org/texinfohtml
texi2info = $(makeinfo) --no-split
texi2txt = $(makeinfo) --plaintext --no-split -o $@
texi2xml = $(makeinfo) --xml
Modified: trunk/latex2e.texi
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/latex2e.texi?rev=309&r1=308&r2=309&view=diff
==============================================================================
--- trunk/latex2e.texi (original)
+++ trunk/latex2e.texi Sun Feb 22 18:10:14 2015
@@ -258,7 +258,7 @@
@cindex case sensitivity of @LaTeX{}
@LaTeX{} is case sensitive. Enter all commands in the same case as they
-are defined, which traditionnally is lower case.
+are defined; most commands are lowercase.
@node Starting & ending
@@ -3762,7 +3762,7 @@
@item \roman
uses lowercase roman numerals: `i', `ii', @enddots{}
- at domain.hid \roman
+ at item \Roman
uses uppercase roman numerals: `I', `II', @enddots{}
@item \fnsymbol
@@ -4930,7 +4930,10 @@
@math{\sinh}
@item \sup
- at domain.hid}
+sup
+ at c don't try to use \sup since that turned into a Texinfo command
+ at c and it's not worth hassling with different versions when it's
+ at c just three roman letters anyway.
@item \tan
@math{\tan}
More information about the latexrefman-commits
mailing list