| Commit | Date | |
|---|---|---|
|
[r1781]
by
hemmecke
bugfix subset? Before we had: With the patch also (6) gives true. |
2014-06-08 10:32:50 | Tree |
| 2014-05-31 02:39:24 | Tree | |
| 2014-05-24 03:22:03 | Tree | |
| 2014-05-22 17:50:44 | Tree | |
| 2014-05-21 23:14:56 | Tree | |
| 2014-05-21 20:14:37 | Tree | |
| 2014-05-21 05:52:18 | Tree | |
|
[r1773]
by
hemmecke
linearize literate documentation of xhash.spad xhash.spad is nearly a LaTeX file. Instead of noweb markup there is now Usage: awk -f totex.awk xhash.spad > xhash.tex --- totex.awk /^$/ {emptyline++; next} /^)if LiterateDoc/ { /^)endif/ { { |
2014-05-20 21:24:30 | Tree |
|
[r1768]
by
hemmecke
\axiom* \spad* for f in $(find . -type f|grep -v '\.git'|grep -v '\.sh$'|grep -v '\.awk'); do A few manual replacement that were not caught by the script above in |
2014-05-18 16:04:20 | Tree |
|
[r1766]
by
hemmecke
properly escape in TeXFormat See message "unescaped underscore" on fricas-devel (15-Apr-2014). Underscores should be escaped by a backslash like this: \_. (5) -> )set output algebra off $$ (6) -> 1.2345678901234567890123 $$ (1) -> "a_b_"\" (1) "a_b"\" After the patch. (1) -> )set output algebra off $$ (2) -> 1.2345678901234567890123 $$ (3) -> "a_b_"\" $$ |
2014-05-17 11:43:50 | Tree |