[latexrefman-commits] [SCM] latexrefman updated: r697 - trunk

jimhefferon at gnu.org.ua jimhefferon at gnu.org.ua
Fri Oct 5 15:43:52 CEST 2018


Author: jimhefferon
Date: 2018-10-05 16:43:51 +0300 (Fri, 05 Oct 2018)
New Revision: 697

Added:
   trunk/writing.html
Modified:
   trunk/ChangeLog
   trunk/Makefile
   trunk/latex2e.dvi
   trunk/latex2e.pdf
   trunk/latex2e.texi
   trunk/latex2e.xml
Log:
Add brief page on contributing an entry

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2018-10-01 21:32:41 UTC (rev 696)
+++ trunk/ChangeLog	2018-10-05 13:43:51 UTC (rev 697)
@@ -1,3 +1,7 @@
+2018-10-05  Jim Hefferon  <jhefferon at smcvt.edu>
+
+	* writing.html  Written.  Brief outline of how to contribute an entry.
+
 2018-09-23  Jim Hefferon  <jhefferon at smcvt.edu>
 
 	* latex2e.texi Add text to "About this document" pointing to

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2018-10-01 21:32:41 UTC (rev 696)
+++ trunk/Makefile	2018-10-05 13:43:51 UTC (rev 697)
@@ -124,8 +124,10 @@
 
 # Right before a commit, add new html files and drop ones that are gone
 # commitready: htmlsplit
-# 	cd $(htmlsplit)/latex2e && ( svn status | grep ^! | awk '/\.html$/ {print " --force "$2}' | xargs svn rm )
-# 	cd $(htmlsplit)/latex2e && ( svn status *.html | grep ^? | awk '{print " "$2}' | xargs svn add )
+# 	cd $(htmlsplit)/latex2e &&  svn status | grep ^! | awk '/.html$/ {print " --force "$2}' | xargs svn rm 
+# 	cd $(htmlsplit)/latex2e && svn status *.html | grep ^? | awk '{print " "$2}' | xargs svn add
+# try: https://stackoverflow.com/questions/9600382/svn-command-to-delete-all-locally-missing-files
+# svn rm $( svn status | sed -e '/^!/!d' -e 's/^!//' )
 
 # A hacky spell check target.
 # Remove \commandnames to reduce exception list, but not {args} or

Modified: trunk/latex2e.dvi
===================================================================
(Binary files differ)

Modified: trunk/latex2e.pdf
===================================================================
(Binary files differ)

Modified: trunk/latex2e.texi
===================================================================
--- trunk/latex2e.texi	2018-10-01 21:32:41 UTC (rev 696)
+++ trunk/latex2e.texi	2018-10-05 13:43:51 UTC (rev 697)
@@ -10604,7 +10604,7 @@
 mode.  To redefine a command so that it can be used whatever the current
 mode, see @ref{\ensuremath}.
 
- at c xx Add Negation: @code{} for negations of relevant symbols
+ at c xx Add Negation: for negations of relevant symbols
 @c Useful: http://www.w3.org/TR/WD-math-970515/section6.html
 
 @ftable @code
@@ -13682,11 +13682,11 @@
 @end example
 
 @noindent
-The final two lists use @code{fbox} to show what's happening.  The third
-list's @code{\parbox} goes only to the bottom of its second @samp{test},
-which happens not have any characters that descend below the baseline.
-The fourth list adds the strut that gives the needed extra
-below-baseline space.
+The final two lists use @code{\fbox} to show what's happening.  The
+third list's @code{\parbox} goes only to the bottom of its second
+ at samp{test}, which happens not have any characters that descend below
+the baseline.  The fourth list adds the strut that gives the needed
+extra below-baseline space.
 
 @PkgIndex{TikZ} @PkgIndex{Asymptote}
 The @code{\strut} command is often useful in graphics, such as in

Modified: trunk/latex2e.xml
===================================================================
--- trunk/latex2e.xml	2018-10-01 21:32:41 UTC (rev 696)
+++ trunk/latex2e.xml	2018-10-05 13:43:51 UTC (rev 697)
@@ -3,7 +3,7 @@
 <texinfo xml:lang="en">
 <filename file="latex2e.xml"></filename>
 <preamble>\input texinfo
-</preamble><!-- c $Id: latex2e.texi 693 2018-09-23 18:17:59Z jimhefferon $ -->
+</preamble><!-- c $Id: latex2e.texi 694 2018-09-24 14:42:10Z jimhefferon $ -->
 <!-- comment %**start of header (This is for running Texinfo on a region.) -->
 <setfilename file="latex2e.info" spaces=" ">latex2e.info</setfilename>
 <set name="UPDATED" line=" UPDATED September 2018">September 2018</set>



More information about the latexrefman-commits mailing list