From d47efaf77aa28ab1bd2a2b6f3af20b6ca3cdf8b8 Mon Sep 17 00:00:00 2001 From: coco3427 Date: Mon, 12 May 2025 11:29:52 -0400 Subject: [PATCH 1/3] fixed issue #194 --- pretext/Functions/FunctionOverloading.ptx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...

From 01857bd62e47233443d3cb59898984c8c68f4c7a Mon Sep 17 00:00:00 2001 From: coco3427 Date: Mon, 12 May 2025 14:21:01 -0400 Subject: [PATCH 2/3] fixed issue #246 --- pretext/CollectionData/summary.ptx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 1a1df15ea4fa8450bd2dd0e20c7e0fd656b89516 Mon Sep 17 00:00:00 2001 From: Jan Pearce Date: Tue, 13 May 2025 12:12:38 -0400 Subject: [PATCH 3/3] update pretext version to v2 --- old-project.ptx | 64 ++++++++++++++ pretext/{cpp4python.ptx => main.ptx} | 0 project.ptx | 84 ++++++------------- .../publication.ptx | 0 .../runestone.ptx | 0 requirements.txt | 5 +- 6 files changed, 93 insertions(+), 60 deletions(-) create mode 100644 old-project.ptx rename pretext/{cpp4python.ptx => main.ptx} (100%) rename pretext/publication-rs-for-all.xml => publication/publication.ptx (100%) rename pretext/publication-rs-academy.xml => publication/runestone.ptx (100%) 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/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