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 project.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<project ptx-version="2">
<targets>
<target name="web" format="html" />
<target name="runestone" format="html" publication="publication-rs.ptx"/>
<target name="print" format="pdf" />
</targets>
</project>
Expand Down
216 changes: 216 additions & 0 deletions publication/publication-rs.ptx
Original file line number Diff line number Diff line change
@@ -0,0 +1,216 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- This is the publication file for a newly generated PreTeXt book. -->
<!-- By changing the values of attributes here, you can change how -->
<!-- the output looks and functions. For the complete documentation -->
<!-- of publication-file options, see -->
<!-- https://pretextbook.org/doc/guide/html/publisher-file-reference.html -->

<!-- Commented settings below illustrate some possible changes you can -->
<!-- make from the default values. -->

<publication>
<common>
<!-- Level at which are html files generated (chapter/section/etc): -->
<chunking level="2" />

<!-- Depth for table of contents. 0 means no TOC -->
<tableofcontents level="2" />

<!-- Visibility of exercise components where they first appear. -->
<!-- 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="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" />-->

<!-- Style of fill-in-the-blanks: -->
<!--<fillin textstyle="underline" mathstyle="shade" />-->

<!-- You can set a watermark: -->
<!-- <watermark scale="0.5">DRAFT</watermark> -->

<!-- Mermaid diagram themes -->
<!-- <mermaid theme="default" /> -->

<!-- QR code image: set path to an image to put in center of QR codes -->
<!-- <qrcode image="image.png" /> -->
</common>


<!-- Set where external assets and generated assets will be -->
<!-- stored or created. Directories are relative to the main -->
<!-- source PreTeXt file -->
<source>
<!-- Paths to folders containing external assets and generated assets -->
<!-- relative to your main source file. -->
<directories external="../assets" generated="../generated-assets/rs" />

<!-- Set which marked elements are included in this version: -->
<!-- See
https://pretextbook.org/doc/guide/html/publication-file-source.html#publication-file-source-version -->
<!-- <version include="videos labs"/> -->

</source>

<numbering>
<!-- the divisions element describes the numbering of divisions. -->
<!-- @part-structure should be "decorative" or "structural", -->
<!-- were the latter would restart numbering chapters within each -->
<!-- part (this only matters if your book has parts). -->
<!-- The attribute @chapter-start give the number of the first -->
<!-- chapter. @level says how deep (chapter->section->subsection)-->
<!-- numbering should appear. -->
<!-- For use with a book organized by part, you can set the -->
<!-- @part-structure to "decorative" or "structural" -->
<!--<divisions part-structure="decorative" chapter-start="0" level="2"/>-->

<!-- The next elements say how the levels deep to break up the -->
<!-- numbering of the respective elements. Can't be more than the -->
<!-- @level on divisions above. -->
<!--<blocks level="2" />-->
<!--<projects level="2" />-->
<!--<equations level="2" />-->
<!--<footnotes level="2" />-->
</numbering>

<!-- LaTeX specific options: set @print="yes" to get pdf set up -->
<!-- for printing; set @sides="two" if the printing would be two- -->
<!-- sided. @pageref="yes/no" controls whether page number are -->
<!-- included in cross-references -->
<latex>
<!-- Replace the <latex> tag above with the one below to try these-->
<!--
<latex
print="no"
sides="one"
open-odd="no"
pageref="no"
font-size="10"
draft="no"
latex-style="dyslexic-font"
>
-->

<!-- Control text justification and bottom page behavior. Add content intended for \geometry{} inside the <geometry> element. -->
<!--
<page right-alignment="flush" bottom-alignment="ragged" crop-marks="letter">
<geometry></geometry>
</page>
-->

<!-- The asymptote/@links set to "yes" would produce -->
<!-- links the html version of asymptote graphics. -->
<!--<asymptote links="no" />-->

<!-- Covers: provide paths to pdfs for front and back covers: -->
<!--<cover front="cover-front.pdf" back="cover-back.pdf" />-->
<!-- Set @formatted to "no" to remove formatting on worksheets: -->
<!--<worksheets formatted="yes" />-->
</latex>

<html>
<!-- A possible attribute for the html tag above is @short-answer-responses, with values either "always" or "graded". As in: -->
<!--<html short-answer-responses="always">-->

<!--The platform host can be "web" or "runestone"-->
<platform host="runestone"/>

<!-- Whether to knowl a particular elements is set here -->
<!-- Lots of elements have this possibility; see the guide -->
<knowl
theorem="no"
proof="yes"
definition="no"
example="yes"
example-solution="yes"
project="no"
task="no"
remark="no"
objectives="no"
outcomes="no"
figure="no"
table="no"
listing="no"
list="no"
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="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) -->
<!--<search variant="default" />-->

<!-- Table of Contents: focused="yes" enables expand/collapse functionality. -->
<!-- @preexpanded-levels controls how deep to expend toc initially. -->
<!--<toc focused="yes" preexpanded-levels="1" />-->

<!-- Navigation options: linear or tree, and whether there is an "up" button -->
<!--<navigation logic="tree" upbutton="no" />-->

<!-- xref options: control whether cross-references are knowls or links -->
<!--<cross-references knowled="cross-page" />-->

<!-- Embedded calculators. For math, this could be geogebra-classic, geogebra-graphing,
geogebra-geometry, and geogebra-3d. For ActiveCode, you can specify a language (python,
javascript, etc). -->
<!--<calculator model="geogebra-classic" activecode="python" />-->

<!-- Set the base URL of where the online version is hosted to have links in other formats -->
<!-- <baseurl href="https://changetomywebsite.org"/> -->

<!-- Control behavior of online WeBWorK, per type: -->
<webwork
inline="dynamic"
divisional="dynamic"
reading="static"
worksheet="dynamic"
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"/>-->

<!-- Video privacy: the default value of "yes" disables certain tracking cookies for embedded videos. -->
<!--<video privacy="yes"/>-->

<!-- Asymptote Click to Enlarge links -->
<!--<asymptote links="yes"/>-->

<!-- Feedback button can be added with a link to an email or form -->
<!--<feedback href="mailto:youraddress@yourUni.edu"/>-->

<!-- Magic IDs identify HTML pages to analytics services -->
<!-- Presence implies relevant Javascript will be added -->
<!-- StatCounter requires both values to be set -->
<!-- <analytics
google-gst="UA-0123456-1"
statcounter-project="0123456"
statcounter-security="0123456"
/> -->
</html>

<epub>
<!-- The cover tag can have a @front attribute to specify a cover image. -->
<!-- <cover front="cover.jpg"> -->
</epub>


<!-- To use WeBWorK, you need a server. -->
<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-->

</publication>
4 changes: 2 additions & 2 deletions publication/publication.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!--<chunking level="1" />-->

<!-- Depth for table of contents. 0 means no TOC -->
<!--<tableofcontents level="1" />-->
<tableofcontents level="2" />

<!-- Visibility of exercise components where they first appear. -->
<!-- There are four components (statement/hint/answer/solution) for each -->
Expand Down Expand Up @@ -47,7 +47,7 @@
<source>
<!-- Paths to folders containing external assets and generated assets -->
<!-- relative to your main source file. -->
<directories external="../assets" generated="../generated-assets" />
<directories external="../assets" generated="../generated-assets/web" />

<!-- Set which marked elements are included in this version: -->
<!-- See
Expand Down
2 changes: 1 addition & 1 deletion source/bibinfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</credit>

-->
<edition>Second</edition>
<edition>0</edition>
<website>
<url href="https://openmathbooks.org/active-calculus-companion"/>
</website>
Expand Down
9 changes: 4 additions & 5 deletions source/bookinfo.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>

<docinfo>
<brandlogo url="https://activecalculus.org" source="images/ActiveCalculusImage_sm.jpg" component="ed1" />
<brandlogo url="https://activecalculus.org" source="images/ACS-2E-thumbnail.jpg" component="ed2" />

<latex-image-preamble>
\usepackage{pgfplots}
\definecolor{blue}{HTML}{0000FF}
Expand Down Expand Up @@ -45,10 +44,10 @@
<cross-references text="type-global" />
<initialism>AC</initialism>

<document-id component="runestone-doc" edition="2">ac-single</document-id>
<document-id component="proteus" edition="2">active-calc-proteus</document-id>
<document-id edition="0">ac-companion</document-id>
<blurb shelf="Mathematics">
Active Calculus Single Variable supports an active learning approach in the first two semesters of calculus. Every section of Active Calculus Single Variable offers engaging activities for students to complete before and during class; additional exercises that challenge students to connect and assimilate core concepts; interactive WeBWorK exercises; opportunities for students to develop conceptual understanding and improve their skills at communicating mathematical idea. The text is free and open-source, available in HTML, PDF, and print formats. Ancillary materials for instructors are also available.
The Active Calculus Companion is intended to give students using Active Calculus (Single Variable) additional practice exercises, as well as help them sure up foundational skills.
Note: this book is still in early draft form.
</blurb>
<rename element="exploration" xml:lang="en-US">Preview Activity</rename>

Expand Down
8 changes: 4 additions & 4 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-5-units.xml" /> -->
<!-- <xi:include href="./sec-1-5-units.xml" />
<xi:include href="./sec-1-4-derivative-fxn.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>

Loading