forked from APEXCalculus/APEXCalculus_Source
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapexNotes.txt
More file actions
84 lines (59 loc) · 2.84 KB
/
apexNotes.txt
File metadata and controls
84 lines (59 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Ally complains that "This HTML file contains an invalid heading structure"
../LaTeXML/bin/latexmlpost --split --destination=xmlonly/index.xml --format=xml Calculus.xml
xsltproc -xinclude ../mathbook/xsl/mathbook-html.xsl --output pretext/index.html xmlonly/index.xml
from pretext/
xsltproc -xinclude ../../mathbook/xsl/mathbook-html.xsl index.html ../xmlonly/index.xml
Instead of “Note: these are the same functions as in Exercises ##—##”, should we just combine them into a single problem with multiple parts?
13.5: Multi-v chain rule: Example 1 rewrites dz/dt as only a function of the independent variable t. Examples 2 through 5 leave dz/dt as functions of the independent and intermediate variables. Exercises 19-22 do this as well.
Bismarck State: katrina.eberhart@bismarckstate.edu
html could do:
Pretext(MBX) conversion?
http://aimath.org/knowlepedia/
ebook (epub?) (https://www.amazon.com/gp/education-publishing ?)
ET version
js to enable highlighting?
use xslt to remove need for js when possible?
convert figs.asy to javascript
3d images
three.js
mine: https://sourceforge.net/p/asymptote/discussion/409349/thread/920f9769/
“Asymptote can also produce any output format supported by the ImageMagick convert program”. run “identify -list format” to see possibilities?
actual 3d via phone
Is it possible to display a three dimensional interactive Asymptote figure on a webpage? Can asymptote export to X3DOM, WebGL, or three.js formats?
Or would you already be doing that in the gallery if that were possible?
All
Transitions into and out of each section.
remove all !?
sub figs?
possible examples:
4.4 Fast Inverse Square Root
8.2 Fourier series
8.6 Gamma function?
8.7 required n to achieve desired level of accuracy
9.2 rationalizing a repeating decimal
9.2 Riemann Zeta function?
9.10 examples from numerical integration
swing jump distance
Should the notebook be distributed with the text? Eventually. CC-BY-NC, same as Apex.
My to do:
5.2: use something other than $\Delta x$ to represent a partition
check units in center of mass calculations
\exerciseset -> \begin{exerciseset} 423 times
\example -> \begin{example} 596 times
also theorems, definitions, and key ideas 363 times
\ d, \,d, d become \dd
rearrange text/ to have chapter subfolders? and figure???
kill [over|under]full hboxes
spellcheck:
cat text/*tex | aspell list -t --ignore=3 --ignore-case --add-texinfo-ignore=youtubeVideo | sort | uniq > misspell.txt
reflection properties of conics?
polar equation for conics?
parabola as the limiting case of hyperbola, ellipse?
ifthen -> etoolbox ?
use subfig
flexible vertical page length??
| to norm/abs
Watch out for extra !
unitfrac/siunitx(?) (or at least spaces before units). search:
egrep -c '\dft\W' text/*tex | grep -v ':0$'
vspace to addvspace, [small|med|big]skip to [small|med|big]break ?