[go: up one dir, main page]

Menu

/trunk/src/doc/ht Commit Log


Commit Date  
[r1769] by hemmecke

remove obsolete \axiom* commands from util.ht

2014-05-18 16:04:40 Tree
[r1768] by hemmecke

\axiom* \spad*

for f in $(find . -type f|grep -v '\.git'|grep -v '\.sh$'|grep -v '\.awk'); do
sed -i \
-e 's/\\axiomType{/\\spadtype{/g' \
-e 's/\\axiomOp{/\\spadop{/g' \
-e 's/\\axiomOpFrom{/\\spadopFrom{/g' \
-e 's/\\axiomFun{/\\spadfun{/g' \
-e 's/\\axiomFunFrom{/\\spadfunFrom{/g' \
-e 's/\\axiomFunX{/\\spadfunX{/g' \
-e 's/\\axiomFunFromX{/\\spadfunFromX{/g' \
-e 's/\\axiomSyntax{/\\spadSyntax{/g' \
-e 's/\\axiomSig{/\\spadsig{/g' \
-e 's/\\axiom{/\\spad{/g' \
-e 's/\\axiomGloss{/\\spadgloss{/g' \
-e 's/\\axiomGlossSee{/\\spadglossSee{/g' \
-e 's/\\axiomcommand{/\\spadcommand{/g' \
-e 's/\\axiomgraph{/\\spadgraph{/g' \
-e 's/\\\\axiomType\\{/\\\\spadtype\\{/g' \
-e 's/\\\\axiomcommand\\{/\\\\spadcommand\\{/g' \
-e 's/\\\\axiomOp\\{/\\\\spadop\\{/g' \
-e 's/\\\\axiomOpFrom\\{/\\\\spadopFrom\\{/g' \
-e 's/\\\\axiomSig\\{/\\\\spadsig\\{/g' \
$f
done

A few manual replacement that were not caught by the script above in
the following files.
src/algebra/cra.spad
src/algebra/triset.spad
src/doc/ht/HTXFormatPage8.ht
src/doc/htex/ug12.htex
src/doc/htex/ug13.htex
src/doc/htex/ug21.htex

2014-05-18 16:04:20 Tree
[r1745] by whebisch

Documentation update.

2014-05-02 01:05:14 Tree
[r1715] by whebisch

Fix a few HyperDoc examples.

2014-04-04 13:37:05 Tree
[r1698] by whebisch

Misc cleanups.

2014-03-22 15:29:33 Tree
[r1667] by hemmecke

remove trailing whitespace, trailing empty lines, expand tabs

remove trailing whitespace
find . -type f -a ! -regex '\./\.git/.*' -a ! -name '*.ps' -a ! -name '*.daase' -a ! -name '*.icns' -exec sed -i 's/[ \t]*$//' {} \;

remove trailing empty lines
find . -type f -a ! -regex '\./\.git/.*' -a ! -name '*.ps' -a ! -name '*.daase' -a ! -name '*.icns' -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \;

expand tabs to spaces
for f in $(grep -lR ' ' *|grep -v Make|grep -v config|fgrep -v '.as'|grep -v '.ht$'|grep -v 'diff$'|grep -v 'icns$'|grep -v rules|grep -v ChangeLog); do expand $f > $f.x; mv $f.x $f; done

2013-11-16 19:31:39 Tree
[r1594] by whebisch

Restore mobius.VIEW

2013-07-12 19:11:48 Tree
[r1586] by hemmecke

re-establish HyperDoc content from .htex sources

2013-07-09 20:52:43 Tree