File r37/doc/util/mktable artifact 2b72bd5392 part of check-in a57e59ec0d


#  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


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]