[latexrefman-commits] [SCM] latexrefman updated: r700 - in trunk: . latex2e-help-texinfo-tree/la [more]

jimhefferon at gnu.org.ua jimhefferon at gnu.org.ua
Sun Oct 7 19:23:46 CEST 2018


Author: jimhefferon
Date: 2018-10-07 20:23:45 +0300 (Sun, 07 Oct 2018)
New Revision: 700

Added:
   trunk/src/keeptrack.py
Modified:
   trunk/ChangeLog
   trunk/Makefile
   trunk/latex2e-help-texinfo-tree/latex2e/_005cstrut.html
   trunk/latex2e.dbk
   trunk/latex2e.dvi
   trunk/latex2e.html
   trunk/latex2e.info
   trunk/latex2e.pdf
   trunk/latex2e.txt
   trunk/latex2e.xml
Log:
code for Makefiels's commitready target

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2018-10-06 21:40:14 UTC (rev 699)
+++ trunk/ChangeLog	2018-10-07 17:23:45 UTC (rev 700)
@@ -1,3 +1,13 @@
+2018-10-07  Jim Hefferon  <jhefferon at smcvt.edu>
+
+	* keeptrack.csv  File to keep track of which commands have been done,
+	and which need doing.
+	* keeptrack.py  Script to make and update keeptrack.csv.
+	* Makefile Add code to commitready target for just before committing.
+	Takes the split .html files and adds any new ones, and drops any ones
+	that are gone.
+	* source2e.ind Reference index, from compiling source2e.tex.
+
 2018-10-05  Karl Berry  <karl at freefriends.org>
 
 	* latex2e.texi (Class and package structure): @item

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2018-10-06 21:40:14 UTC (rev 699)
+++ trunk/Makefile	2018-10-07 17:23:45 UTC (rev 700)
@@ -122,12 +122,11 @@
 #	rm -rf $(htmlsplit)
 #	@ls -l $(htmlsplitzip); unzip -l $(htmlsplitzip)
 
-# 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
-# try: https://stackoverflow.com/questions/9600382/svn-command-to-delete-all-locally-missing-files
-# svn rm $( svn status | sed -e '/^!/!d' -e 's/^!//' )
+# Right before a commit, delete html files that are gone and and add new ones
+htmlsplitstatus = cd $(htmlsplit)/latex2e && svn status *.html
+commitready: htmlsplit
+	$(htmlsplitstatus) | sed -n 's/^\?//p' | xargs -r svn rm
+	$(htmlsplitstatus) | sed -n 's/^\!//p' | xargs -r svn add
 
 # A hacky spell check target.
 # Remove \commandnames to reduce exception list, but not {args} or

Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cstrut.html
===================================================================
--- trunk/latex2e-help-texinfo-tree/latex2e/_005cstrut.html	2018-10-06 21:40:14 UTC (rev 699)
+++ trunk/latex2e-help-texinfo-tree/latex2e/_005cstrut.html	2018-10-07 17:23:45 UTC (rev 700)
@@ -178,11 +178,11 @@
 \end{minipage}%
 </pre></div>
 
-<p>The final two lists use <code>fbox</code> to show what’s happening.  The third
-list’s <code>\parbox</code> goes only to the bottom of its second ‘<samp>test</samp>’,
-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.
+<p>The final two lists use <code>\fbox</code> to show what’s happening.  The
+third list’s <code>\parbox</code> goes only to the bottom of its second
+‘<samp>test</samp>’, 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.
 </p>
 <a name="index-package_002c-TikZ-1"></a>
 <a name="index-TikZ-package-1"></a>

Modified: trunk/latex2e.dbk
===================================================================
--- trunk/latex2e.dbk	2018-10-06 21:40:14 UTC (rev 699)
+++ trunk/latex2e.dbk	2018-10-07 17:23:45 UTC (rev 700)
@@ -9656,7 +9656,7 @@
 mode.  To redefine a command so that it can be used whatever the current
 mode, see <link linkend="_005censuremath">\ensuremath</link>.
 </para>
-<!-- xx Add Negation: @code{} for negations of relevant symbols -->
+<!-- xx Add Negation: for negations of relevant symbols -->
 <!-- Useful: http://www.w3.org/TR/WD-math-970515/section6.html -->
 
 <variablelist><varlistentry><term><indexterm role="fn"><primary>\|</primary></indexterm><literal>\|</literal>
@@ -12359,11 +12359,11 @@
 \end{enumerate}
 \end{minipage}%
 </screen>
-<para>The final two lists use <literal>fbox</literal> to show what’s happening.  The third
-list’s <literal>\parbox</literal> goes only to the bottom of its second ‘<literal>test</literal>’,
-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.
+<para>The final two lists use <literal>\fbox</literal> to show what’s happening.  The
+third list’s <literal>\parbox</literal> goes only to the bottom of its second
+‘<literal>test</literal>’, 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.
 </para>
 <indexterm role="cp"><primary>package, <literal>TikZ</literal></primary></indexterm>
 <indexterm role="cp"><primary><literal>TikZ</literal> package</primary></indexterm>

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

Modified: trunk/latex2e.html
===================================================================
--- trunk/latex2e.html	2018-10-06 21:40:14 UTC (rev 699)
+++ trunk/latex2e.html	2018-10-07 17:23:45 UTC (rev 700)
@@ -16352,11 +16352,11 @@
 \end{minipage}%
 </pre></div>
 
-<p>The final two lists use <code>fbox</code> to show what’s happening.  The third
-list’s <code>\parbox</code> goes only to the bottom of its second ‘<samp>test</samp>’,
-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.
+<p>The final two lists use <code>\fbox</code> to show what’s happening.  The
+third list’s <code>\parbox</code> goes only to the bottom of its second
+‘<samp>test</samp>’, 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.
 </p>
 <a name="index-package_002c-TikZ-1"></a>
 <a name="index-TikZ-package-1"></a>

Modified: trunk/latex2e.info
===================================================================
--- trunk/latex2e.info	2018-10-06 21:40:14 UTC (rev 699)
+++ trunk/latex2e.info	2018-10-07 17:23:45 UTC (rev 700)
@@ -10980,7 +10980,7 @@
      \end{enumerate}
      \end{minipage}%
 
-The final two lists use 'fbox' to show what's happening.  The third
+The final two lists use '\fbox' to show what's happening.  The third
 list's '\parbox' goes only to the bottom of its second '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
@@ -17940,149 +17940,149 @@
 Ref: smallskip398735
 Node: \bigbreak & \medbreak & \smallbreak399396
 Node: \strut400382
-Node: \vspace403576
-Node: \vfill405139
-Node: \addvspace406067
-Node: Boxes408065
-Node: \mbox & \makebox408771
-Ref: mbox makebox depth409983
-Ref: mbox makebox height409983
-Ref: mbox makebox width409983
-Ref: mbox makebox totalheight409983
-Node: \fbox & \framebox412077
-Ref: fbox framebox fboxrule413390
-Ref: fbox framebox fboxsep413580
-Node: \parbox414669
-Node: \raisebox416973
-Ref: raisebox depth417936
-Ref: raisebox height417936
-Ref: raisebox width417936
-Ref: raisebox totalheight417936
-Node: \sbox & \savebox418650
-Node: lrbox421616
-Node: \usebox422438
-Node: Color422844
-Node: Color package options423643
-Node: Color models425289
-Ref: color models cmyk426086
-Ref: color models gray426449
-Ref: color models rgb426598
-Ref: color models RGB426935
-Ref: color models named427310
-Node: Commands for color427598
-Node: Define colors428013
-Node: Colored text428738
-Node: Colored boxes431136
-Node: Colored pages432525
-Node: Graphics433218
-Node: Graphics package options435345
-Node: Graphics package configuration438098
-Node: \graphicspath438900
-Node: \DeclareGraphicsExtensions441791
-Node: \DeclareGraphicsRule443559
-Node: Commands for graphics446741
-Node: \includegraphics447246
-Ref: includegraphics width452296
-Ref: includegraphics height452827
-Ref: includegraphics totalheght453233
-Ref: includegraphics keepaspectratio453497
-Ref: includegraphics viewport455183
-Ref: includegraphics trim455553
-Ref: includegraphics clip456009
-Ref: includegraphics page456269
-Ref: includegraphics pagebox456360
-Ref: includegraphics interpolate457225
-Ref: includegraphics quiet457430
-Ref: includegraphics draft457591
-Ref: includegraphics bb458396
-Ref: includegraphics bbllx458794
-Ref: includegraphics bblly458794
-Ref: includegraphics bburx458794
-Ref: includegraphics bbury458794
-Ref: includegraphics natwidth458936
-Ref: includegraphics natheight458936
-Ref: includegraphics hiresbb459122
-Ref: includegraphics type459884
-Ref: includegraphics ext459924
-Ref: includegraphics read460027
-Ref: includegraphics command460144
-Node: \rotatebox460389
-Node: \scalebox463243
-Node: \resizebox464299
-Node: Special insertions465491
-Node: Reserved characters466293
-Node: Upper and lower case467495
-Node: Symbols by font position469410
-Node: Text symbols470030
-Node: Accents474031
-Node: Additional Latin letters476046
-Ref: Non-English characters476217
-Node: \rule477234
-Node: \today478406
-Node: Splitting the input479342
-Node: \endinput481083
-Node: \include & \includeonly482350
-Node: \input486572
-Node: Front/back matter487787
-Node: Table of contents etc.488120
-Node: \addcontentsline491856
-Node: \addtocontents494698
-Node: \nofiles496289
-Node: Indexes497021
-Node: \index498649
-Node: makeindex503758
-Ref: makeindex preamble505426
-Ref: makeindex postamble505566
-Ref: makeindex group skip505651
-Ref: makeindex letheadflag505971
-Ref: makeindex lethead prefix506432
-Ref: makeindex lethead suffix506584
-Ref: makeindex item 0506732
-Ref: makeindex item 1506812
-Ref: makeindex item 2506887
-Ref: makeindex item 01506965
-Ref: makeindex item x1507070
-Ref: makeindex item 12507275
-Ref: makeindex item x2507383
-Ref: makeindex delim 0507543
-Ref: makeindex delim 1507673
-Ref: makeindex delim 2507803
-Ref: makeindex delim n507929
-Ref: makeindex delim r508064
-Ref: makeindex line max508172
-Ref: makeindex indent space508307
-Ref: makeindex indent length508402
-Ref: makeindex page precedence508587
-Node: \printindex509461
-Node: Glossaries509933
-Node: \newglossaryentry511900
-Node: \gls513369
-Node: Letters514163
-Node: \address517790
-Node: \cc518601
-Node: \closing519043
-Node: \encl519357
-Node: \location519771
-Node: \makelabels520035
-Node: \name522352
-Node: \opening522593
-Node: \ps522874
-Node: \signature523163
-Node: \telephone524391
-Node: Terminal input/output524756
-Node: \typein525021
-Node: \typeout526270
-Node: Command line527314
-Node: Command line options529372
-Node: Command line input532931
-Node: Recovering from errors534794
-Node: Document templates536140
-Node: beamer template536585
-Node: article template537239
-Node: book template537666
-Node: Larger book template538147
-Node: tugboat template539633
-Node: Index542004
-Ref: Command Index542090
+Node: \vspace403577
+Node: \vfill405140
+Node: \addvspace406068
+Node: Boxes408066
+Node: \mbox & \makebox408772
+Ref: mbox makebox depth409984
+Ref: mbox makebox height409984
+Ref: mbox makebox width409984
+Ref: mbox makebox totalheight409984
+Node: \fbox & \framebox412078
+Ref: fbox framebox fboxrule413391
+Ref: fbox framebox fboxsep413581
+Node: \parbox414670
+Node: \raisebox416974
+Ref: raisebox depth417937
+Ref: raisebox height417937
+Ref: raisebox width417937
+Ref: raisebox totalheight417937
+Node: \sbox & \savebox418651
+Node: lrbox421617
+Node: \usebox422439
+Node: Color422845
+Node: Color package options423644
+Node: Color models425290
+Ref: color models cmyk426087
+Ref: color models gray426450
+Ref: color models rgb426599
+Ref: color models RGB426936
+Ref: color models named427311
+Node: Commands for color427599
+Node: Define colors428014
+Node: Colored text428739
+Node: Colored boxes431137
+Node: Colored pages432526
+Node: Graphics433219
+Node: Graphics package options435346
+Node: Graphics package configuration438099
+Node: \graphicspath438901
+Node: \DeclareGraphicsExtensions441792
+Node: \DeclareGraphicsRule443560
+Node: Commands for graphics446742
+Node: \includegraphics447247
+Ref: includegraphics width452297
+Ref: includegraphics height452828
+Ref: includegraphics totalheght453234
+Ref: includegraphics keepaspectratio453498
+Ref: includegraphics viewport455184
+Ref: includegraphics trim455554
+Ref: includegraphics clip456010
+Ref: includegraphics page456270
+Ref: includegraphics pagebox456361
+Ref: includegraphics interpolate457226
+Ref: includegraphics quiet457431
+Ref: includegraphics draft457592
+Ref: includegraphics bb458397
+Ref: includegraphics bbllx458795
+Ref: includegraphics bblly458795
+Ref: includegraphics bburx458795
+Ref: includegraphics bbury458795
+Ref: includegraphics natwidth458937
+Ref: includegraphics natheight458937
+Ref: includegraphics hiresbb459123
+Ref: includegraphics type459885
+Ref: includegraphics ext459925
+Ref: includegraphics read460028
+Ref: includegraphics command460145
+Node: \rotatebox460390
+Node: \scalebox463244
+Node: \resizebox464300
+Node: Special insertions465492
+Node: Reserved characters466294
+Node: Upper and lower case467496
+Node: Symbols by font position469411
+Node: Text symbols470031
+Node: Accents474032
+Node: Additional Latin letters476047
+Ref: Non-English characters476218
+Node: \rule477235
+Node: \today478407
+Node: Splitting the input479343
+Node: \endinput481084
+Node: \include & \includeonly482351
+Node: \input486573
+Node: Front/back matter487788
+Node: Table of contents etc.488121
+Node: \addcontentsline491857
+Node: \addtocontents494699
+Node: \nofiles496290
+Node: Indexes497022
+Node: \index498650
+Node: makeindex503759
+Ref: makeindex preamble505427
+Ref: makeindex postamble505567
+Ref: makeindex group skip505652
+Ref: makeindex letheadflag505972
+Ref: makeindex lethead prefix506433
+Ref: makeindex lethead suffix506585
+Ref: makeindex item 0506733
+Ref: makeindex item 1506813
+Ref: makeindex item 2506888
+Ref: makeindex item 01506966
+Ref: makeindex item x1507071
+Ref: makeindex item 12507276
+Ref: makeindex item x2507384
+Ref: makeindex delim 0507544
+Ref: makeindex delim 1507674
+Ref: makeindex delim 2507804
+Ref: makeindex delim n507930
+Ref: makeindex delim r508065
+Ref: makeindex line max508173
+Ref: makeindex indent space508308
+Ref: makeindex indent length508403
+Ref: makeindex page precedence508588
+Node: \printindex509462
+Node: Glossaries509934
+Node: \newglossaryentry511901
+Node: \gls513370
+Node: Letters514164
+Node: \address517791
+Node: \cc518602
+Node: \closing519044
+Node: \encl519358
+Node: \location519772
+Node: \makelabels520036
+Node: \name522353
+Node: \opening522594
+Node: \ps522875
+Node: \signature523164
+Node: \telephone524392
+Node: Terminal input/output524757
+Node: \typein525022
+Node: \typeout526271
+Node: Command line527315
+Node: Command line options529373
+Node: Command line input532932
+Node: Recovering from errors534795
+Node: Document templates536141
+Node: beamer template536586
+Node: article template537240
+Node: book template537667
+Node: Larger book template538148
+Node: tugboat template539634
+Node: Index542005
+Ref: Command Index542091
 
 End Tag Table

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

Modified: trunk/latex2e.txt
===================================================================
--- trunk/latex2e.txt	2018-10-06 21:40:14 UTC (rev 699)
+++ trunk/latex2e.txt	2018-10-07 17:23:45 UTC (rev 700)
@@ -10342,7 +10342,7 @@
      \end{enumerate}
      \end{minipage}%
 
-The final two lists use 'fbox' to show what's happening.  The third
+The final two lists use '\fbox' to show what's happening.  The third
 list's '\parbox' goes only to the bottom of its second '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

Modified: trunk/latex2e.xml
===================================================================
--- trunk/latex2e.xml	2018-10-06 21:40:14 UTC (rev 699)
+++ trunk/latex2e.xml	2018-10-07 17:23:45 UTC (rev 700)
@@ -3,7 +3,7 @@
 <texinfo xml:lang="en">
 <filename file="latex2e.xml"></filename>
 <preamble>\input texinfo
-</preamble><!-- c $Id: latex2e.texi 694 2018-09-24 14:42:10Z jimhefferon $ -->
+</preamble><!-- c $Id: latex2e.texi 697 2018-10-05 13:43:51Z 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>
@@ -10937,7 +10937,7 @@
 mode.  To redefine a command so that it can be used whatever the current
 mode, see <ref label="_005censuremath"><xrefnodename>\ensuremath</xrefnodename></ref>.
 </para>
-<!-- c xx Add Negation: @code{} for negations of relevant symbols -->
+<!-- c xx Add Negation: for negations of relevant symbols -->
 <!-- c Useful: http://www.w3.org/TR/WD-math-970515/section6.html -->
 
 <ftable commandarg="code" spaces=" " endspaces=" ">
@@ -13916,11 +13916,11 @@
 </pre></example>
 
 <noindent></noindent>
-<para>The final two lists use <code>fbox</code> to show what&textrsquo;s happening.  The third
-list&textrsquo;s <code>\parbox</code> goes only to the bottom of its second <samp>test</samp>,
-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.
+<para>The final two lists use <code>\fbox</code> to show what&textrsquo;s happening.  The
+third list&textrsquo;s <code>\parbox</code> goes only to the bottom of its second
+<samp>test</samp>, 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.
 </para>
 <cindex index="cp" spaces=" "><indexterm index="cp" number="622"><r>package</r>, <code>TikZ</code></indexterm></cindex>
 <cindex index="cp" spaces=" "><indexterm index="cp" number="623"><code>TikZ</code> <r>package</r></indexterm></cindex>

Index: trunk/src/keeptrack.py
===================================================================
--- trunk/src/keeptrack.py	2018-10-06 21:40:14 UTC (rev 699)
+++ trunk/src/keeptrack.py	2018-10-07 17:23:45 UTC (rev 700)

Property changes on: trunk/src/keeptrack.py
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


More information about the latexrefman-commits mailing list