Artifact 2b72bd5392b3e0c38fb827245ef7ec0ec0b64dc32e9c696495aba22de184ab71:
- Executable file
r37/doc/util/mktable
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 451) [annotate] [blame] [check-ins using] [more...]
- Executable file
r38/doc/util/mktable
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 451) [annotate] [blame] [check-ins using]
# Creates a table of all keywords defined the in the help files. pushd $reduce/doc/help grep '***** To' *.tex grep '\begin{Command}' *.tex grep '\begin{Operator}' *.tex grep '\begin{Switch}' *.tex grep '\begin{Variable}' *.tex grep '\begin{Declaration}' *.tex grep '\begin{Package}' *.tex grep '\begin{Concept}' *.tex grep '\begin{Constant}' *.tex grep '\begin{Type}' *.tex grep '\begin{INFO}' *.tex grep '\section' *.tex popd