Skip to content

Commit 1464781

Browse files
committed
St.Olaf edition ready!
1 parent 5c78e36 commit 1464781

4 files changed

Lines changed: 22 additions & 118 deletions

File tree

source/ch-M2.ptx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ This chapter is co-authored by Francesca Gandini, Sumner Strom, Al Ashir Intisar
280280
</section>
281281

282282
</section>
283-
<section xml:id="sec-invariantrings-package">
283+
<!-- <section xml:id="sec-invariantrings-package">
284284
<title>InvariantRings package </title>
285285
<section xml:id="sec-invariantring-demos">
286286
<title>InvariantRing Library Demos</title>
@@ -483,6 +483,6 @@ This chapter is co-authored by Francesca Gandini, Sumner Strom, Al Ashir Intisar
483483
484484
</section>
485485
486-
</section>
486+
</section> -->
487487

488488
</chapter>

source/ch-latex.ptx

Lines changed: 0 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,6 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<chapter xml:id="ch-latex">
33
<title>LaTeX</title>
4-
<introduction>
5-
<p>
6-
This chapter is co-authored by Francesca Gandini, Sumner Strom,
7-
</p>
8-
</introduction>
9-
<section xml:id="sec-what-is">
10-
<title>What Is </title>
11-
<p>
12-
<pubtitle>XXX</pubtitle> stands for <q>YYY</q>.
13-
more commonly known as
14-
15-
<em>ZZZZ</em>. For math <m>\sqrt{5}</m>. A sample list and links
16-
17-
<ul>
18-
<li>
19-
<p>
20-
<url href="https://www.3blue1brown.com/">https://www.3blue1brown.com/</url>
21-
</p>
22-
</li>
23-
<li>
24-
<p>
25-
<url href="https://www.youtube.com/c/3blue1brown">https://www.youtube.com/c/3blue1brown</url>
26-
</p>
27-
</li>
28-
</ul>
29-
</p>
30-
<p>
31-
Soething
32-
<url href="http://tbil.org">TBIL.org</url> Calculus I video series
33-
<url href="https://www.youtube.com/playlist?list=PLwXCBkIf7xBODPeQxULagMeWSK4YtLYog">
34-
at this YouTube playlist
35-
</url>
36-
was animated entirely by Tien Chih using Manim.
37-
</p>
38-
</section>
39-
404
<section xml:id="sec-latex-codespace">
415
<title>Creating a LaTeX Codespace</title>
426

@@ -50,72 +14,6 @@ you might be able to follow directly the README in the repo. Otherwise, keep rea
5014
</p>
5115
</section>
5216

53-
<section xml:id="sec-hello-world2">
54-
<title>Hello World!</title>
55-
<introduction>
56-
<p>
57-
Let's run our very first Manim animation.
58-
</p>
59-
</introduction>
60-
<activity>
61-
<introduction>
62-
<p>
63-
Open <c>main.py</c> and look for the line
64-
<c>class HelloWorld(Scene):</c>.
65-
</p>
66-
</introduction>
67-
<task>
68-
<statement>
69-
<p>
70-
Open a Terminal and execute the command
71-
<c>manim render -ql main.py HelloWorld</c>.
72-
(See the README file for other options
73-
to render Manim scenes.)
74-
</p>
75-
</statement>
76-
</task>
77-
<task>
78-
<statement>
79-
<p>
80-
Open the file
81-
<c>media/videos/main/480p15/HelloWorld.mp4</c>
82-
to view your newly rendered video.
83-
</p>
84-
</statement>
85-
</task>
86-
<task>
87-
<statement>
88-
<p>
89-
See if you can add these lines to the code so
90-
the video ends by saying <q>My name is YOUR NAME HERE</q>.
91-
<ul>
92-
<li>
93-
<p>
94-
<c>name = MathTex(r"\text{My name is YOUR NAME HERE.}")</c>
95-
</p>
96-
</li>
97-
<li>
98-
<p>
99-
<c>self.play(Transform(hello, name))</c>
100-
</p>
101-
</li>
102-
</ul>
103-
Don't forget to re-run
104-
<c>manim render -ql main.py HelloWorld</c>
105-
to update your rendered video.
106-
</p>
107-
</statement>
108-
</task>
109-
<task>
110-
<statement>
111-
<p>
112-
See if you can make the circle <c>GREEN</c> instead
113-
of <c>PINK</c>.
114-
</p>
115-
</statement>
116-
</task>
117-
</activity>
118-
</section>
11917

12018

12119

source/main.ptx

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,30 @@
99
<latex-image-preamble>
1010
\usepackage{tikz}
1111
</latex-image-preamble>
12-
<brandlogo
13-
source="g4m.png" />
12+
<!-- <brandlogo
13+
source="g4m.png" /> -->
1414
</docinfo>
1515

16-
<book xml:id="irm2">
17-
<title>Invariant Rings in Macaulay2</title>
18-
<!-- <xi:include href="frontmatter.ptx" />
16+
<book xml:id="g4msto">
17+
<title>Github for mathematicians</title>
18+
<subtitle>St. Olaf edition</subtitle>
19+
<xi:include href="frontmatter.ptx" />
1920

2021
<xi:include href="ch-git-github.ptx"/>
2122
<xi:include href="ch-first-repo.ptx"/>
2223
<xi:include href="ch-coding.ptx"/>
23-
<xi:include href="ch-website.ptx"/> -->
24-
<!-- <xi:include href="ch-copilot.ptx"/> -->
25-
<!-- <xi:include href="ch-collaboration.ptx"/>
24+
<xi:include href="ch-website.ptx"/>
25+
<xi:include href="ch-copilot.ptx"/>
26+
<xi:include href="ch-collaboration.ptx"/>
2627
<xi:include href="ch-jupyter.ptx"/>
27-
<xi:include href="ch-projects.ptx"/> -->
28-
<!-- <xi:include href="ch-manim.ptx"/> -->
29-
<!-- <xi:include href="ch-latex.ptx"/> -->
30-
<!-- <xi:include href="ch-M2.ptx"/> -->
28+
<xi:include href="ch-projects.ptx"/>
29+
<xi:include href="ch-manim.ptx"/>
30+
<!-- <xi:include href="ch-latex.ptx"/> -->
31+
<xi:include href="ch-M2.ptx"/>
3132
<xi:include href="ch-invarianttheory.ptx"/>
3233

3334

34-
<!-- <backmatter xml:id="backmatter">
35+
<backmatter xml:id="backmatter">
3536
<title>Backmatter</title>
3637
<xi:include href="ax-related.ptx"/>
3738
<xi:include href="ax-additional-topics.ptx"/>
@@ -42,7 +43,7 @@
4243
<colophon>
4344
<p> This book was authored in <pretext />. </p>
4445
</colophon>
45-
</backmatter> -->
46+
</backmatter>
4647

4748
</book>
4849
</pretext>

source/pr-acknowledgements.ptx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Tien Chih and Oscar Levin for contributing chapters on
3232
AI and Manim, repsectively.
3333
</p>
3434
</li>
35+
<li>
36+
<p>
37+
Francesca Gandini, Al Ashir Intisar, and Sumner Strom contributed the LaTeX, Macaulay2, and Invariant Theory chapters in the St. Olaf edition.
38+
</p>
39+
</li>
3540
</ul>
3641
</p>
3742
</preface>

0 commit comments

Comments
 (0)