# HG changeset patch
# User William Stein <wstein@gmail.com>
# Date 1200641427 28800
# Node ID 073150c9b962555d0297b0a28c7b8f5e30bf4851
# Parent 6afeda3328dab61ad71aa6f27637be051868b24d
trac #1828 -- 3d graphics into the reference manual.
diff -r 6afeda3328da -r 073150c9b962 ref/build_pdf
a
|
b
|
|
1 | 1 | #!/bin/sh |
2 | 2 | |
3 | | rm *.toc |
| 3 | #rm *.toc |
4 | 4 | |
5 | 5 | ROOT=.. |
6 | 6 | |
diff -r 6afeda3328da -r 073150c9b962 ref/files
a
|
b
|
sage.monoids.free-monoid-element.tex |
236 | 236 | sage.monoids.free-monoid-element.tex |
237 | 237 | sage.monoids.free-monoid.tex |
238 | 238 | sage.plot.plot.tex |
| 239 | sage.plot.animate.tex |
239 | 240 | sage.plot.tachyon.tex |
| 241 | |
| 242 | sage.plot.plot3d.base.tex |
| 243 | sage.plot.plot3d.examples.tex |
| 244 | sage.plot.plot3d.parametric-plot3d.tex |
| 245 | sage.plot.plot3d.list-plot3d.tex |
| 246 | sage.plot.plot3d.plot3d.tex |
| 247 | sage.plot.plot3d.platonic.tex |
| 248 | sage.plot.plot3d.shapes2.tex |
| 249 | |
240 | 250 | sage.probability.random-variable.tex |
241 | 251 | sage.rings.arith.tex |
242 | 252 | sage.rings.complex-double.tex |
diff -r 6afeda3328da -r 073150c9b962 ref/plot3d.tex
-
|
+
|
|
| 1 | \chapter{3D Graphics} |
| 2 | |
| 3 | \input{sage/sage.plot.plot3d.examples} |
| 4 | \input{sage/sage.plot.plot3d.parametric-plot3d} |
| 5 | \input{sage/sage.plot.plot3d.list-plot3d} |
| 6 | \input{sage/sage.plot.plot3d.plot3d} |
| 7 | \input{sage/sage.plot.plot3d.platonic} |
| 8 | \input{sage/sage.plot.plot3d.shapes2} |
| 9 | \input{sage/sage.plot.plot3d.base} |
| 10 | |
| 11 | |
| 12 | \input{sage/sage.plot.tachyon} |
| 13 | |
| 14 | |
diff -r 6afeda3328da -r 073150c9b962 ref/plotting.tex
a
|
b
|
|
1 | | \chapter{Plotting and Visualization} |
| 1 | \chapter{2D Graphics} |
2 | 2 | |
3 | 3 | \input{sage/sage.plot.plot} |
4 | 4 | |
5 | | \input{sage/sage.plot.tachyon} |
| 5 | \input{sage/sage.plot.animate} |
6 | 6 | |
| 7 | |
diff -r 6afeda3328da -r 073150c9b962 ref/ref.tex
a
|
b
|
|
62 | 62 | \input{calculus} |
63 | 63 | |
64 | 64 | \input{plotting} |
| 65 | |
| 66 | \input{plot3d} |
65 | 67 | |
66 | 68 | \input{games} |
67 | 69 | |
diff -r 6afeda3328da -r 073150c9b962 ref/update
a
|
b
|
export PATH |
14 | 14 | export PATH |
15 | 15 | |
16 | 16 | |
17 | | rm -f log *.aux *.log *.toc *.syn |
| 17 | #rm -f log *.aux *.log *.toc *.syn |
18 | 18 | |
19 | 19 | ./update_script.py -f |
20 | 20 | |