forked from code4mathorg/github-for-mathematicians
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmain.ptx
More file actions
45 lines (39 loc) · 1.29 KB
/
main.ptx
File metadata and controls
45 lines (39 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version='1.0' encoding='utf-8'?>
<pretext xml:lang="en-US" xmlns:xi="http://www.w3.org/2001/XInclude">
<docinfo>
<macros>
\newcommand{\R}{\mathbb R}
</macros>
<latex-image-preamble>
\usepackage{tikz}
</latex-image-preamble>
<brandlogo
source="g4m.png" />
</docinfo>
<book xml:id="g4m">
<title>GitHub for Mathematicians</title>
<xi:include href="frontmatter.ptx" />
<xi:include href="ch-git-github.ptx"/>
<xi:include href="ch-first-repo.ptx"/>
<xi:include href="ch-coding.ptx"/>
<xi:include href="ch-website.ptx"/>
<xi:include href="ch-copilot.ptx"/>
<xi:include href="ch-collaboration.ptx"/>
<xi:include href="ch-jupyter.ptx"/>
<xi:include href="ch-projects.ptx"/>
<xi:include href="ch-manim.ptx"/>
<xi:include href="ch-latex.ptx"/>
<backmatter xml:id="backmatter">
<title>Backmatter</title>
<xi:include href="ax-related.ptx"/>
<xi:include href="ax-additional-topics.ptx"/>
<appendix xml:id="ax-defs-notes">
<title>Definitions and Notes Quick Ref</title>
<list-of elements="definition note" divisions="section" empty="no" />
</appendix>
<colophon>
<p> This book was authored in <pretext />. </p>
</colophon>
</backmatter>
</book>
</pretext>