From 843819a3658097fc8a14d5c3aa2956b011b6d90f Mon Sep 17 00:00:00 2001 From: sean-fitzpatrick Date: Thu, 28 May 2026 14:20:39 -0600 Subject: [PATCH 01/18] Make limit quotient tables html only --- project.ptx | 6 +-- ptx/sec_limit_intro.ptx | 18 ++++----- publication/publication-accelerated-web.ptx | 40 +++++++++++++++++++ .../publication-proteus-playground.ptx | 2 +- publication/publication-runestone-proteus.ptx | 2 +- publication/publication-runestone.ptx | 2 +- publication/publication-standard-web.ptx | 40 +++++++++++++++++++ publication/publication-video.ptx | 2 +- publication/publication-web-novid.ptx | 39 ++++++++++++++++++ 9 files changed, 135 insertions(+), 16 deletions(-) create mode 100644 publication/publication-accelerated-web.ptx create mode 100644 publication/publication-standard-web.ptx create mode 100644 publication/publication-web-novid.ptx diff --git a/project.ptx b/project.ptx index 8b314836b..3d701c584 100644 --- a/project.ptx +++ b/project.ptx @@ -4,13 +4,13 @@ - + - + - + diff --git a/ptx/sec_limit_intro.ptx b/ptx/sec_limit_intro.ptx index 506083ae9..6be1db13a 100644 --- a/ptx/sec_limit_intro.ptx +++ b/ptx/sec_limit_intro.ptx @@ -1096,7 +1096,7 @@ -
+
Observing that f(x)=\sin(1/x) has no limit as x\to0 in @@ -3484,7 +3484,7 @@ f(x)=, a=

- + @@ -3604,7 +3604,7 @@ f(x)=, a=

- + @@ -3727,7 +3727,7 @@ f(x)=, a=

- + @@ -3848,7 +3848,7 @@ f(x)=, a=

- + @@ -3975,7 +3975,7 @@ f(x)=, a=

- + @@ -4092,7 +4092,7 @@ f(x)=, a=

- + @@ -4210,7 +4210,7 @@ f(x)=, a=

- + @@ -4328,7 +4328,7 @@ f(x)=, a=

- + diff --git a/publication/publication-accelerated-web.ptx b/publication/publication-accelerated-web.ptx new file mode 100644 index 000000000..111b3f6fb --- /dev/null +++ b/publication/publication-accelerated-web.ptx @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/publication/publication-proteus-playground.ptx b/publication/publication-proteus-playground.ptx index 7d542ae5f..203bf03c5 100644 --- a/publication/publication-proteus-playground.ptx +++ b/publication/publication-proteus-playground.ptx @@ -5,7 +5,7 @@ - + diff --git a/publication/publication-runestone-proteus.ptx b/publication/publication-runestone-proteus.ptx index b54e4a9c7..dbbab0bd7 100644 --- a/publication/publication-runestone-proteus.ptx +++ b/publication/publication-runestone-proteus.ptx @@ -5,7 +5,7 @@ - + diff --git a/publication/publication-runestone.ptx b/publication/publication-runestone.ptx index 0de9f25b4..5bb157db3 100644 --- a/publication/publication-runestone.ptx +++ b/publication/publication-runestone.ptx @@ -5,7 +5,7 @@ - + diff --git a/publication/publication-standard-web.ptx b/publication/publication-standard-web.ptx new file mode 100644 index 000000000..eb5c1a513 --- /dev/null +++ b/publication/publication-standard-web.ptx @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/publication/publication-video.ptx b/publication/publication-video.ptx index 68c2b5c6f..35fe35b32 100644 --- a/publication/publication-video.ptx +++ b/publication/publication-video.ptx @@ -5,7 +5,7 @@ - + diff --git a/publication/publication-web-novid.ptx b/publication/publication-web-novid.ptx new file mode 100644 index 000000000..4dd96d3f1 --- /dev/null +++ b/publication/publication-web-novid.ptx @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + From 548ad256ef6b112daf47e5678d069b33579f3bb0 Mon Sep 17 00:00:00 2001 From: sean-fitzpatrick Date: Tue, 2 Jun 2026 16:14:47 -0600 Subject: [PATCH 02/18] adjust margin figure alignment --- ptx/sec_ABC.ptx | 4 +- ptx/sec_Graphical_Numerical.ptx | 19 +- ptx/sec_Separable.ptx | 2 +- ptx/sec_alt_series.ptx | 2 +- ptx/sec_arc_length.ptx | 4 +- ptx/sec_center_of_mass.ptx | 2 +- ptx/sec_conic_sections.ptx | 4 +- ptx/sec_def_int.ptx | 4 +- ptx/sec_double_int_volume.ptx | 8 +- ptx/sec_fluid_force.ptx | 2 +- ptx/sec_graph_extreme_values.ptx | 14 +- ptx/sec_greensthm.ptx | 4 +- ptx/sec_int_comp_tests.ptx | 151 ++-- ptx/sec_lhopitals_rule.ptx | 2 +- ptx/sec_limit_analytically.ptx | 2 +- ptx/sec_limit_continuity.ptx | 22 +- ptx/sec_limit_def.ptx | 6 +- ptx/sec_limit_onesided.ptx | 4 +- ptx/sec_lines.ptx | 2 +- ptx/sec_multi_extreme_values.ptx | 2 +- ptx/sec_multi_tangent.ptx | 6 +- ptx/sec_par_calc.ptx | 4 +- ptx/sec_polar.ptx | 1108 +++++++++++++++--------------- ptx/sec_sequences.ptx | 12 +- ptx/sec_series.ptx | 10 +- ptx/sec_space_coord.ptx | 4 +- ptx/sec_vector_intro.ptx | 10 +- ptx/sec_vvf_calc.ptx | 2 +- ptx/sec_vvf_motion.ptx | 2 +- 29 files changed, 711 insertions(+), 707 deletions(-) diff --git a/ptx/sec_ABC.ptx b/ptx/sec_ABC.ptx index 598d80bfd..8368145e4 100644 --- a/ptx/sec_ABC.ptx +++ b/ptx/sec_ABC.ptx @@ -245,7 +245,7 @@ as shown in .

-
+
Graphing an enclosed region in @@ -403,7 +403,7 @@ y=-(x-1)^2+3 and y=2, as shown in .

-
+
Graphing a region for diff --git a/ptx/sec_Graphical_Numerical.ptx b/ptx/sec_Graphical_Numerical.ptx index ba415a278..9c6f6eb02 100644 --- a/ptx/sec_Graphical_Numerical.ptx +++ b/ptx/sec_Graphical_Numerical.ptx @@ -1383,6 +1383,7 @@

Let's practice Euler's Method using a few concrete examples.

+ Using Euler's Method 1 @@ -1407,13 +1408,9 @@ .

- Using Euler's method, we find the approximate y(2) \approx -0.75. -

-

- To help visualize the Euler's method approximation, these three points - (connected by line segments) - are plotted along with the analytical solution to the initial value problem in . + Using Euler's method, we find the approximation y(2) \approx -0.75.

+
Euler's Method approximation to \yp = x + y with y(1) = -1 from , along with the analytical solution to the initial value problem @@ -1452,6 +1449,12 @@
+ +

+ To help visualize the Euler's method approximation, these three points + (connected by line segments) + are plotted along with the analytical solution to the initial value problem in . +

@@ -1498,7 +1501,7 @@ along with the points from and the analytic solution, are plotted in .

-
+
Euler's Method approximations to \yp = x + y with y(1) = -1 from Examples and , along with the analytical solution @@ -1642,7 +1645,7 @@ are plotted in . Notice how well they seem to match the true solution.

-
+
Euler's Method approximation to \yp = y(1-y) with y(0) = 0.25 from , along with the analytical solution diff --git a/ptx/sec_Separable.ptx b/ptx/sec_Separable.ptx index bb6010b98..8ca6b966c 100644 --- a/ptx/sec_Separable.ptx +++ b/ptx/sec_Separable.ptx @@ -507,7 +507,7 @@ -