Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/bookinfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

<rename element="objectives" xml:lang="en-US">Section Objectives</rename>
<rename element="outcomes" xml:lang="en-US">Foundations</rename>
<rename element="inlineexercise" xml:lang="en-US">Exercise</rename>
<!-- PreTeXt doesn't like renaming to whitespace, so using U+3164 (Hangul Filler) -->
<!-- here inside the rename element. -->
<rename element="worksheet" xml:lang="en-US"> </rename>
Expand Down
4 changes: 2 additions & 2 deletions source/chap-2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<title>Computing Derivatives</title>
<xi:include href="./sec-2-1-elem-rules.xml" />
<xi:include href="./sec-2-2-sin-cos.xml" />
<xi:include href="./sec-2-3-prod-quot.xml" />
<!-- <xi:include href="./sec-2-3-prod-quot.xml" />
<xi:include href="./sec-2-4-other-trig.xml" />
<xi:include href="./sec-2-5-chain.xml" />
<xi:include href="./sec-2-6-inverse.xml" />
<xi:include href="./sec-2-7-implicit.xml" />
<xi:include href="./sec-2-7-implicit.xml" /> -->
</chapter>

3 changes: 2 additions & 1 deletion source/main.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<xi:include href="./frontmatter.xml" />

<xi:include href="./chap-1.xml" />
<!-- <xi:include href="./chap-2.xml" />
<xi:include href="./chap-2.xml" />
<!--
<xi:include href="./chap-3.xml" />
<xi:include href="./chap-4.xml" /> -->
<!-- <xi:include href="./chap-5.xml" /> -->
Expand Down
8 changes: 4 additions & 4 deletions source/sec-1-8-tan-line-approx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</p>
</subsection> -->

<exercises xml:id="ap-tan-line-approx">
<subsection xml:id="ap-tan-line-approx">
<title>Additional Practice</title>
<exercise label="tangentline-given-derivative-eqns-2">
<webwork source="Contrib/METU-NCC/MAT101/Final/Tangent.pg" />
Expand Down Expand Up @@ -108,10 +108,10 @@
</exercise>


</exercises>
</subsection>


<exercises xml:id="fe-tan-line-approx">
<subsection xml:id="fe-tan-line-approx">
<title>Foundations</title>
<introduction>
<p>
Expand Down Expand Up @@ -153,7 +153,7 @@
</exercise>


</exercises>
</subsection>


</section>
Loading