Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for inserting 'enlargethispage' and some small adjustments #308

Merged
merged 9 commits into from
Jul 19, 2024
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
## Output directories
output/
generated-*/
published/
#
# Macro file for WeBWorK
APEX.pl
Expand Down
8 changes: 4 additions & 4 deletions ptx/sec_ABC.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
</solution>
<solution component="video" vshift="2">
<title>Video solution</title>
<video width="98%" youtube="qbhOWW70UyM" xml:id="vid-intapp-area-example1" label="vid-intapp-area-example1" component="video"/>
<video width="98%" youtube="qbhOWW70UyM" label="vid-intapp-area-example1" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -366,7 +366,7 @@
</solution>
<solution component="video" vshift="-4">
<title>Video solution</title>
<video width="98%" youtube="4wap7fFasZk" xml:id="vid-intapp-area-example2" label="vid-intapp-area-example2" component="video"/>
<video width="98%" youtube="4wap7fFasZk" label="vid-intapp-area-example2" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -541,7 +541,7 @@
</solution>
<solution component="video" vshift="10">
<title>Video solution</title>
<video width="98%" youtube="GhdqEHPbPm0" xml:id="vid-intapp-area-example3" label="vid-intapp-area-example3" component="video"/>
<video width="98%" youtube="GhdqEHPbPm0" label="vid-intapp-area-example3" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -646,7 +646,7 @@
</solution>
<solution component="video" vshift="-4">
<title>Video solution</title>
<video width="98%" youtube="tdFHE8cjDAY" xml:id="vid-intapp-area-example4" label="vid-intapp-area-example4" component="video"/>
<video width="98%" youtube="tdFHE8cjDAY" label="vid-intapp-area-example4" component="video"/>
</solution>
</example>

Expand Down
10 changes: 5 additions & 5 deletions ptx/sec_FTC.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
</solution>
<solution component="video" vshift="2">
<title>Video solution</title>
<video width="98%" youtube="zVyMghQRLcI" xml:id="vid_int_FTC_ex_1" label="vid_int_FTC_ex_1" component="video"/>
<video width="98%" youtube="zVyMghQRLcI" label="vid_int_FTC_ex_1" component="video"/>
</solution>
</example>
</introduction>
Expand Down Expand Up @@ -335,7 +335,7 @@
</solution>
<solution component="video" vshift="0">
<title>Video solution</title>
<video width="98%" youtube="7tHmgPcUZG4" xml:id="vid_int_FTC_ex_2" label="vid_int_FTC_ex_2" component="video"/>
<video width="98%" youtube="7tHmgPcUZG4" label="vid_int_FTC_ex_2" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -550,7 +550,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="YxQyFln5UIQ" xml:id="vid_int_FTC_ex_3" label="vid_int_FTC_ex_3" component="video"/>
<video width="98%" youtube="YxQyFln5UIQ" label="vid_int_FTC_ex_3" component="video"/>
</solution>
</example>
</subsection>
Expand Down Expand Up @@ -875,7 +875,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="nGS4ENM8arI" xml:id="vid_int_FTC_examples_2" label="vid_int_FTC_examples_2" component="video"/>
<video width="98%" youtube="nGS4ENM8arI" label="vid_int_FTC_examples_2" component="video"/>
</solution>
</example>
</subsection>
Expand Down Expand Up @@ -1113,7 +1113,7 @@
</solution>
<solution component="video" vshift="2">
<title>Video solution</title>
<video width="98%" youtube="su2CXdpYPdo" xml:id="vid_int_FTC_ex_4" label="vid_int_FTC_ex_4" component="video"/>
<video width="98%" youtube="su2CXdpYPdo" label="vid_int_FTC_ex_4" component="video"/>
</solution>
</example>

Expand Down
8 changes: 4 additions & 4 deletions ptx/sec_Graphical_Numerical.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
</solution>
<solution component="video" vshift="4">
<title>Video solution</title>
<video width="98%" youtube="PAn_TrwF27M" xml:id="vid-diffeq-basic-example1" label="vid-diffeq-basic-example1" component="video"/>
<video width="98%" youtube="PAn_TrwF27M" label="vid-diffeq-basic-example1" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -261,7 +261,7 @@
</solution>
<!-- <solution component="video" vshift="-1">
<title>Video solution</title>
<video width="98%" youtube="ByArQF0qdH0" xml:id="vid-diffeq-basic-example2" label="vid-diffeq-basic-example2" component="video"/>
<video width="98%" youtube="ByArQF0qdH0" label="vid-diffeq-basic-example2" component="video"/>
</solution> -->
</example>

Expand Down Expand Up @@ -359,7 +359,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="bf_WyPauK0Y" xml:id="vid-diffeq-basic-verify" label="vid-diffeq-basic-verify" component="video"/>
<video width="98%" youtube="bf_WyPauK0Y" label="vid-diffeq-basic-verify" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -406,7 +406,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="B0gxkvJf9oY" xml:id="vid-diffeq-basic-verify-implicit" label="vid-diffeq-basic-verify-implicit" component="video"/>
<video width="98%" youtube="B0gxkvJf9oY" label="vid-diffeq-basic-verify-implicit" component="video"/>
</solution>
</example>
</subsection>
Expand Down
14 changes: 7 additions & 7 deletions ptx/sec_IBP.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
</solution>
<solution component="video" vshift="2">
<title>Video solution</title>
<video width="98%" youtube="gKtzlaH2EPo" xml:id="vid-int-parts-ex-onestep" label="vid-int-parts-ex-onestep" component="video"/>
<video width="98%" youtube="gKtzlaH2EPo" label="vid-int-parts-ex-onestep" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -392,7 +392,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="j9pCcQMSjbg" xml:id="vid-int-parts-ex-twostep" label="vid-int-parts-ex-twostep" component="video"/>
<video width="98%" youtube="j9pCcQMSjbg" label="vid-int-parts-ex-twostep" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -512,7 +512,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="z0A1v2Zkfns" xml:id="vid-int-parts-ex-exp-times-cos" label="vid-int-parts-ex-exp-times-cos" component="video"/>
<video width="98%" youtube="z0A1v2Zkfns" label="vid-int-parts-ex-exp-times-cos" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -577,7 +577,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="NGkLj7djFSw" xml:id="vid-int-parts-ex-log" label="vid-int-parts-ex-log" component="video"/>
<video width="98%" youtube="NGkLj7djFSw" label="vid-int-parts-ex-log" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -620,7 +620,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="md3-8bv5E5M" xml:id="vid-int-parts-ex-arctan" label="vid-int-parts-ex-arctan" component="video"/>
<video width="98%" youtube="md3-8bv5E5M" label="vid-int-parts-ex-arctan" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -684,7 +684,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="0j0vM0nosYs" xml:id="vid-int-parts-ex-sub-first" label="vid-int-parts-ex-sub-first" component="video"/>
<video width="98%" youtube="0j0vM0nosYs" label="vid-int-parts-ex-sub-first" component="video"/>
</solution>
</example>
</paragraphs>
Expand Down Expand Up @@ -749,7 +749,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="O9_0B2gatMo" xml:id="vid-int-parts-ex-definite" label="vid-int-parts-ex-definite" component="video"/>
<video width="98%" youtube="O9_0B2gatMo" label="vid-int-parts-ex-definite" component="video"/>
</solution>
</example>

Expand Down
6 changes: 3 additions & 3 deletions ptx/sec_Linear.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
</solution>
<solution component="video" vshift="8">
<title>Video solution</title>
<video width="98%" youtube="fgeo61eY3qo" xml:id="vid-diffeq-linear-example1" label="vid-diffeq-linear-example1" component="video"/>
<video width="98%" youtube="fgeo61eY3qo" label="vid-diffeq-linear-example1" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -426,7 +426,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="qB_aSFCQfcE" xml:id="vid-diffeq-linear-example2" label="vid-diffeq-linear-example2" component="video"/>
<video width="98%" youtube="qB_aSFCQfcE" label="vid-diffeq-linear-example2" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -487,7 +487,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="XsFRAzdk7WI" xml:id="vid-diffeq-linear-example3" label="vid-diffeq-linear-example3" component="video"/>
<video width="98%" youtube="XsFRAzdk7WI" label="vid-diffeq-linear-example3" component="video"/>
</solution>
</example>

Expand Down
10 changes: 5 additions & 5 deletions ptx/sec_Modeling.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="EC18tbH7SQw" xml:id="vid-diffeq-model-bacterial-growth" label="vid-diffeq-model-bacterial-growth" component="video"/>
<video width="98%" youtube="EC18tbH7SQw" label="vid-diffeq-model-bacterial-growth" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -226,7 +226,7 @@
</solution>
<solution component="video" vshift="4">
<title>Video solution</title>
<video width="98%" youtube="tEMLcz1yvFI" xml:id="vid-diffeq-model-newton-cooling" label="vid-diffeq-model-newton-cooling" component="video"/>
<video width="98%" youtube="tEMLcz1yvFI" label="vid-diffeq-model-newton-cooling" component="video"/>
</solution>
</example>
<p>
Expand Down Expand Up @@ -492,7 +492,7 @@
</solution>
<solution component="video" vshift="4">
<title>Video solution</title>
<video width="98%" youtube="vV8Jy231gLk" xml:id="vid-diffeq-model-disease3" label="vid-diffeq-model-disease3" component="video"/>
<video width="98%" youtube="vV8Jy231gLk" label="vid-diffeq-model-disease3" component="video"/>
</solution>
</example>
</subsection>
Expand Down Expand Up @@ -693,7 +693,7 @@
</solution>
<solution component="video" vshift="10">
<title>Video solution</title>
<video width="98%" youtube="Au4n_QP73Ko" xml:id="vid-diffeq-model-ratein-rateout-example1" label="vid-diffeq-model-ratein-rateout-example1" component="video"/>
<video width="98%" youtube="Au4n_QP73Ko" label="vid-diffeq-model-ratein-rateout-example1" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -773,7 +773,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="P3fkhn-TQEk" xml:id="vid-diffeq-model-ratein-ratout-example2" label="vid-diffeq-model-ratein-ratout-example2" component="video"/>
<video width="98%" youtube="P3fkhn-TQEk" label="vid-diffeq-model-ratein-ratout-example2" component="video"/>
</solution>
</example>
<p>
Expand Down
8 changes: 4 additions & 4 deletions ptx/sec_Separable.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
</solution>
<solution component="video" vshift="8">
<title>Video solution</title>
<video width="98%" youtube="pDXfO52xNVw" xml:id="vid-diffeq-separable-example1" label="vid-diffeq-separable-example1" component="video"/>
<video width="98%" youtube="pDXfO52xNVw" label="vid-diffeq-separable-example1" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -267,7 +267,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="Bl3ugfR-Guw" xml:id="vid-diffeq-separable-example-ivp" label="vid-diffeq-separable-example-ivp" component="video"/>
<video width="98%" youtube="Bl3ugfR-Guw" label="vid-diffeq-separable-example-ivp" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -302,7 +302,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="OharserepNU" xml:id="vido-diffeq-separable-example3" label="vido-diffeq-separable-example3" component="video"/>
<video width="98%" youtube="OharserepNU" label="vido-diffeq-separable-example3" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -372,7 +372,7 @@
</solution>
<solution component="video" vshift="4">
<title>Video solution</title>
<video width="98%" youtube="nLItalqug6A" xml:id="vid-diffeq-separable-example-logistic" label="vid-diffeq-separable-example-logistic" component="video"/>
<video width="98%" youtube="nLItalqug6A" label="vid-diffeq-separable-example-logistic" component="video"/>
</solution>
</example>

Expand Down
6 changes: 3 additions & 3 deletions ptx/sec_alt_series.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="WmsfSSlc-W0" xml:id="vid-seqseries-ast-example1" label="vid-seqseries-ast-example1" component="video"/>
<video width="98%" youtube="WmsfSSlc-W0" label="vid-seqseries-ast-example1" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -498,7 +498,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="f_iiMYNpqXE" xml:id="vid-seqseries-ast-approx-example" label="vid-seqseries-ast-approx-example" component="video"/>
<video width="98%" youtube="f_iiMYNpqXE" label="vid-seqseries-ast-approx-example" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -624,7 +624,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="l02aGt0Ce5M" xml:id="vid-seqseries-ast-abs-conv-example" label="vid-seqseries-ast-abs-conv-example" component="video"/>
<video width="98%" youtube="l02aGt0Ce5M" label="vid-seqseries-ast-abs-conv-example" component="video"/>
</solution>
</example>

Expand Down
8 changes: 4 additions & 4 deletions ptx/sec_antider.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
</solution>
<solution component="video" vshift="1">
<title>Video solution</title>
<video width="98%" youtube="W-FUL0ApGL8" xml:id="vid_int_antider_ex_1" label="vid_int_antider_ex_1" component="video"/>
<video width="98%" youtube="W-FUL0ApGL8" label="vid_int_antider_ex_1" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -335,7 +335,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="3DFPqGHX7Yw" xml:id="vid_int_antider_ex_2" label="vid_int_antider_ex_2" component="video"/>
<video width="98%" youtube="3DFPqGHX7Yw" label="vid_int_antider_ex_2" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -626,7 +626,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="3K_gWY4lmOs" xml:id="vid_int_antider_ex_3" label="vid_int_antider_ex_3" component="video"/>
<video width="98%" youtube="3K_gWY4lmOs" label="vid_int_antider_ex_3" component="video"/>
</solution>
</example>

Expand Down Expand Up @@ -679,7 +679,7 @@
</solution>
<solution component="video" vshift="3">
<title>Video solution</title>
<video width="98%" youtube="MB1dLY4lOew" xml:id="vid_int_antider_ex_4" label="vid_int_antider_ex_4" component="video"/>
<video width="98%" youtube="MB1dLY4lOew" label="vid_int_antider_ex_4" component="video"/>
</solution>
</example>

Expand Down
Loading