diff --git a/old-project.ptx b/old-project.ptx new file mode 100644 index 0000000..d96d920 --- /dev/null +++ b/old-project.ptx @@ -0,0 +1,64 @@ + + + + + + html + pretext/cpp4python.ptx + pretext/publication-rs-for-all.xml + output/html + + + html + pretext/cpp4python.ptx + pretext/publication-rs-academy.xml + published/cpp4py-v2 + + + epub + pretext/cpp4python.ptx + pretext/publication-pub.xml + published/epub + + + latex + pretext/cpp4python.ptx + pretext/publication-rs-for-all.xml + output/latex + + + pdf + pretext/cpp4python.ptx + pretext/publication-rs-for-all.xml + output/pdf + + + html + source/cpp4python.ptx + publication/publication.ptx + output/subset + + + ch-first + + + + latex + pdflatex + xelatex + pdf2svg + asy + sage + convert + pdftops + pdf-crop-margins + pageres + node + file2brl + + diff --git a/pretext/CollectionData/summary.ptx b/pretext/CollectionData/summary.ptx index 53e12a1..951fe68 100644 --- a/pretext/CollectionData/summary.ptx +++ b/pretext/CollectionData/summary.ptx @@ -1,6 +1,6 @@
Summary and Reading Questions -

    +

    1. A statically allocated C++ array is an ordered collection of one or more C++ data values of identical type stored in contiguous memory. diff --git a/pretext/Functions/FunctionOverloading.ptx b/pretext/Functions/FunctionOverloading.ptx index 4d4d835..5ef1825 100644 --- a/pretext/Functions/FunctionOverloading.ptx +++ b/pretext/Functions/FunctionOverloading.ptx @@ -74,7 +74,7 @@ main() -

      Helps keep consintency in the way your functions are named across your program.

      +

      Helps keep consistency in the way your functions are named across your program.

      Take a look at the other answers as well...

      diff --git a/pretext/cpp4python.ptx b/pretext/main.ptx similarity index 100% rename from pretext/cpp4python.ptx rename to pretext/main.ptx diff --git a/project.ptx b/project.ptx index d96d920..e4a1f7b 100644 --- a/project.ptx +++ b/project.ptx @@ -1,64 +1,32 @@ - + - - html - pretext/cpp4python.ptx - pretext/publication-rs-for-all.xml - output/html - - - html - pretext/cpp4python.ptx - pretext/publication-rs-academy.xml - published/cpp4py-v2 - - - epub - pretext/cpp4python.ptx - pretext/publication-pub.xml - published/epub - - - latex - pretext/cpp4python.ptx - pretext/publication-rs-for-all.xml - output/latex - - - pdf - pretext/cpp4python.ptx - pretext/publication-rs-for-all.xml - output/pdf - - - html - source/cpp4python.ptx - publication/publication.ptx - output/subset - - - ch-first - + + + + + + + + + - - latex - pdflatex - xelatex - pdf2svg - asy - sage - convert - pdftops - pdf-crop-margins - pageres - node - file2brl - - + \ No newline at end of file diff --git a/pretext/publication-rs-for-all.xml b/publication/publication.ptx similarity index 100% rename from pretext/publication-rs-for-all.xml rename to publication/publication.ptx diff --git a/pretext/publication-rs-academy.xml b/publication/runestone.ptx similarity index 100% rename from pretext/publication-rs-academy.xml rename to publication/runestone.ptx diff --git a/requirements.txt b/requirements.txt index c01ba91..834f79c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -runestone>=7.0.0 +runestone>=3.2.11 SQLAlchemy>=1.0.8 -pretext>=1.6.0 \ No newline at end of file +jupyterlite-sphinx +pretext=2.18.0 \ No newline at end of file