[latexrefman-commits] r398 - in /trunk: ChangeLog latex2e.texi
jhefferon at domain.hid
jhefferon at domain.hid
Wed Aug 12 12:28:25 CEST 2015
Author: jhefferon
Date: Wed Aug 12 12:28:24 2015
New Revision: 398
URL: http://svn.gna.org/viewcvs/latexrefman?rev=398&view=rev
Log:
typos
Modified:
trunk/ChangeLog
trunk/latex2e.texi
Modified: trunk/ChangeLog
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/ChangeLog?rev=398&r1=397&r2=398&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Wed Aug 12 12:28:24 2015
@@ -1,3 +1,8 @@
+2015-08-12 Jim Hefferon <jhefferon at domain.hid>
+
+ * latex2e.texi (displaymath): Integral wrong. Couple of other
+ typos.
+
2015-08-11 Jim Hefferon <jhefferon at domain.hid>
* latex2e.texi (document): Add nodes for \AtBeginDocument and
Modified: trunk/latex2e.texi
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/latex2e.texi?rev=398&r1=397&r2=398&view=diff
==============================================================================
--- trunk/latex2e.texi (original)
+++ trunk/latex2e.texi Wed Aug 12 12:28:24 2015
@@ -234,8 +234,8 @@
@cindex ending and starting
@cindex hello, world
- at domain.hid{} files have a simple global structure, with a standard start and
-end. Here is a ``hello, world'' example:
+ at LaTeX{} files have a simple global structure, with a standard beginning
+and ending. Here is a ``hello, world'' example:
@example
\documentclass at domain.hid@}
@@ -258,8 +258,8 @@
The @code{\begin at domain.hid@} ... \end at domain.hid@}} is a so-called
@dfn{environment}; the @samp{document} environment (and no others) is
-required in all @LaTeX{} documents (@pxref{document}). @LaTeX{} provides many
-environments itself, and many more are defined separately.
+required in all @LaTeX{} documents (@pxref{document}). @LaTeX{}
+provides many environments itself, and many more are defined separately.
@xref{Environments}.
The following sections discuss how to produce PDF or other output from
@@ -1978,11 +1978,11 @@
The output from this example is centered and alone on its line.
@example
\begin at domain.hid@}
- \int_3^4 x^2\,dx=7/3
+ \int_1^2 x^2\,dx=7/3
\end at domain.hid@}
@end example
Also, the integral sign is larger than the inline version
- at domain.hid{\( \int_3^4 x^2\,dx=7/3 \)} produces.
+ at code{\( \int_1^2 x^2\,dx=7/3 \)} produces.
@node document
@@ -1995,7 +1995,7 @@
@menu
* \AtBeginDocument:: Hook for commands at the start of the document.
-* \AtEndDocument:: Hook for commands at the end of the document.
+* \AtEndDocument:: Hook for commands at the end of the document.
@end menu
@@ -2012,12 +2012,12 @@
Save @var{code} and execute it when @code{\begin at domain.hid@}} is
executed, at the very end of the preamble. The code is executed after
-the font selection tables have been set up so the normal font for the
+the font selection tables have been set up, so the normal font for the
document is the current font. However, the code is executed as part of
-the preamble so you cannot do any typesetting with the code.
-
-You can issue the command more than once; the successive code lines will
-be executed in the order that you gave them.
+the preamble so you cannot do any typesetting with it.
+
+You can issue this command more than once; the successive code lines
+will be executed in the order that you gave them.
@node \AtEndDocument
@@ -2038,8 +2038,8 @@
after these two processes then include a @code{\clearpage} at the
appropriate point in @var{code}.
-You can issue the command more than once; the successive code lines will
-be executed in the order that you gave them.
+You can issue this command more than once; the successive code lines
+will be executed in the order that you gave them.
@node enumerate
More information about the latexrefman-commits
mailing list