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) · 1023 Bytes
/
Copy pathmain.ptx
File metadata and controls
28 lines (24 loc) · 1023 Bytes
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 Programmers</title>
<subtitle>Edition 2</subtitle>
<xi:include href="meta_frontmatter.ptx" />
<xi:include href="ch1_overview.ptx" />
<xi:include href="ch2_firstjavaprogram.ptx" />
<xi:include href="ch3_javadatatypes.ptx" />
<xi:include href="ch4_conditionals.ptx" />git
<xi:include href="ch5_loopsanditeration.ptx" />
<xi:include href="ch6_definingclasses.ptx" />
<xi:include href="ch7_recursion.ptx" />
<xi:include href="ch8_filehandling.ptx" />
<xi:include href="ch9_commonmistakes.ptx" />
<xi:include href="ch10_moredocumentation.ptx" />
<xi:include href="meta_backmatter.ptx" />
<index>
<title> Index </title>
<index-list/>
</index>
</book>
</pretext>