-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathmain.ptx
More file actions
18 lines (17 loc) · 825 Bytes
/
main.ptx
File metadata and controls
18 lines (17 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<pretext xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
<xi:include href="./bookinfo.ptx"/>
<book xml:id="cpp4py-v2" permid="cpp4py-v2">
<title>C++ for Python Programmers</title>
<subtitle>The PreTeXt Edition</subtitle>
<xi:include href="./meta_frontmatter.ptx" />
<xi:include href="./IntroCpp/toctree.ptx"/>
<xi:include href="./AtomicData/toctree.ptx"/>
<xi:include href="./Control_Structures/toctree.ptx"/>
<xi:include href="./Functions/toctree.ptx"/>
<xi:include href="./CollectionData/toctree.ptx"/>
<xi:include href="./Input_and_Output/toctree.ptx"/>
<xi:include href="./Exception_Handling/toctree.ptx"/>
<xi:include href="./Turtles/toctree.ptx"/>
</book>
</pretext>