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
19 changes: 10 additions & 9 deletions publication/publication.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<!-- There are four components (statement/hint/answer/solution) for each -->
<!-- of five exercise types (inline/divisional/worksheet/reading/ -->
<!-- project). -->
<!--<exercise-inline statement="yes" hint="yes" answer="no" solution="no" />-->
<!--<exercise-divisional statement="yes" hint="yes" answer="no" solution="yes" />-->
<exercise-inline statement="yes" hint="yes" answer="no" solution="no" />
<exercise-divisional statement="yes" hint="yes" answer="no" solution="no" />
<!--<exercise-worksheet statement="yes" hint="yes" answer="no" solution="no" />-->
<!--<exercise-reading statement="yes" hint="yes" answer="no" solution="no" />-->
<!--<exercise-project statement="yes" hint="yes" answer="yes" solution="yes" />-->
Expand Down Expand Up @@ -121,7 +121,7 @@

<!-- Whether to knowl a particular elements is set here -->
<!-- Lots of elements have this possibility; see the guide -->
<!--<knowl
<knowl
theorem="no"
proof="yes"
definition="no"
Expand All @@ -136,17 +136,17 @@
table="no"
listing="no"
list="no"
exercise-inline="yes"
exercise-inline="no"
exercise-divisional="no"
exercise-worksheet="no"
exercise-readingquestion="no"
/>-->
/>

<!-- Specify the theme for the html by giving names to -->
<!-- override defaults. Ex:<css theme="denver"/> -->
<!-- See also -->
<!-- https://pretextbook.org/doc/guide/html/publication-file-online.html#online-style-options -->
<!--<css theme="denver"/>-->
<!-- <css theme="salem"/> -->

<!-- Search can be default or none, or you can use a Google-cx number to use google's search
feature (but then variant should be set to none to avoid conflict) -->
Expand All @@ -171,13 +171,14 @@
<!-- <baseurl href="https://changetomywebsite.org"/> -->

<!-- Control behavior of online WeBWorK, per type: -->
<!--<webwork
<webwork
inline="dynamic"
divisional="dynamic"
reading="static"
worksheet="static"
project="dynamic"
/>-->
/>


<!-- Use the tabbed viewer for tasks in exercises. "project" and "reading" can be added to the list of types in the @tabbed-tasks attribute (but not worksheet). -->
<!--<exercises tabbed-tasks="inline divisional"/>-->
Expand Down Expand Up @@ -208,7 +209,7 @@


<!-- To use WeBWorK, you need a server. -->
<!-- <webwork server="https://webwork-ptx.aimath.org" /> -->
<webwork server="https://webwork.runestone.academy" />
<!-- @course, @coursepassword, @user, and @userpassword can also be set. -->
<!-- You can also set how tasks are revealed for webwork problems using the @task-reveal attribute on the above-->

Expand Down
5 changes: 3 additions & 2 deletions source/bookinfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@
</blurb>
<rename element="exploration" xml:lang="en-US">Preview Activity</rename>

<rename element="objectives" xml:lang="en-US">Motivating Questions</rename>
<rename element="objectives" xml:lang="en-US">Section Objectives</rename>
<rename element="outcomes" xml:lang="en-US">Foundations</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>
<rename element="inlineexercise" xml:lang="en-US">Question</rename>
<!-- <rename element="inlineexercise" xml:lang="en-US">Question</rename> -->
</docinfo>

6 changes: 3 additions & 3 deletions source/chap-1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<xi:include href="./sec-1-1-vel.xml" />
<xi:include href="./sec-1-2-lim.xml" />
<xi:include href="./sec-1-3-derivative-pt.xml" />
<xi:include href="./sec-1-4-derivative-fxn.xml" />
<!-- <xi:include href="./sec-1-4-derivative-fxn.xml" /> -->
<!-- <xi:include href="./sec-1-5-units.xml" /> -->
<xi:include href="./sec-1-5-units.xml" />
<!-- <xi:include href="./sec-1-5-units.xml" />
<xi:include href="./sec-1-6-second-d.xml" />
<xi:include href="./sec-1-7-lim-cont-diff.xml" />
<xi:include href="./sec-1-8-tan-line-approx.xml" />
<xi:include href="./sec-1-8-tan-line-approx.xml" /> -->
</chapter>

61 changes: 61 additions & 0 deletions source/companion-template.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<?xml version="1.0"?>


<section xmlns:xi="http://www.w3.org/2001/XInclude" xml:id="sec-chap-secnum-phrase">
<title>Section Title</title>
<objectives>
<ul>
<li>
<p>
Objective 1
</p>
</li>

<li>
<p>
Objective 2
</p>
</li>
</ul>
</objectives>
<outcomes>
<ul>
<li>
<p>
Foundational knowledge or technique 1
</p>
</li>
<li>
<p>
Foundational knowledge or technique 1
</p>
</li>
</ul>
</outcomes>

<!-- Any discussion of activities or sticking points? Maybe asides?
Or something else that can be knowled? -->


<!-- do we put them into separate files for easier editing later? -->


<subsection><title>Additional Section Exercises</title>
<!-- <exercises xmlns:xi="http://www.w3.org/2001/XInclude" xml:id="ez-1-1"><title>Additional Exercises</title> -->
<!-- <exercise label="limits-from-graph-1">
<webwork><xi:include parse="text" href="../webworkfiles/sec_1-2_prob1.pg"/></webwork>
</exercise>
<exercise label="limits-from-graph-2">
<webwork source="Library/Valdosta/APEX_Calculus/1.4/APEX_1.4_12.pg"/>
</exercise> -->

<!-- </exercises> -->

</subsection>

<subsection><title>Foundational Exercises</title>



</subsection>
</section>
10 changes: 5 additions & 5 deletions source/main.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<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" />
<xi:include href="./chap-6.xml" />
<xi:include href="./chap-4.xml" /> -->
<!-- <xi:include href="./chap-5.xml" /> -->
<!-- <xi:include href="./chap-6.xml" />
<xi:include href="./chap-7.xml" />
<xi:include href="./chap-8.xml" />
<xi:include href="safranski.xml" />
<xi:include href="safranski.xml" /> -->
<xi:include href="./backmatter.xml" />
</book>
</pretext>
Expand Down
Loading