forked from RunestoneInteractive/java4python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.ptx
More file actions
28 lines (24 loc) · 1.04 KB
/
Copy pathmain.ptx
File metadata and controls
28 lines (24 loc) · 1.04 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
<?xml version="1.0" encoding="UTF-8"?>
<pretext xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
<xi:include href="./meta_bookinfo.ptx"/>
<book xml:id= "java4py2">
<title>Java For Python Programmer</title>
<subtitle>The PreTeXt Interactive Edition</subtitle>
<xi:include href="meta_frontmatter.ptx" />
<xi:include href="ch_1_introduction.ptx" />
<xi:include href="ch_2_whylearnjava.ptx" />
<xi:include href="ch_3_firstjavaprogram.ptx" />
<xi:include href="ch_4_javadatatypes.ptx" />
<xi:include href="ch_5_conditionals.ptx" />
<xi:include href="ch_6_loopsanditeration.ptx" />
<xi:include href="ch_7_definingclasses.ptx" />
<xi:include href="ch_8_namingconventions.ptx" />
<xi:include href="ch_9_commonmistakes.ptx" />
<xi:include href="ch_10_moredocumentation.ptx" />
<xi:include href="meta_backmatter.ptx" />
<index>
<title> Index </title>
<index-list/>
</index>
</book>
</pretext>