-
Notifications
You must be signed in to change notification settings - Fork 2
/
mth-300-book.xml
32 lines (23 loc) · 1.67 KB
/
mth-300-book.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file is part of the book -->
<!-- -->
<!-- Logic and Proof for Teachers -->
<!-- -->
<!-- Copyright (C) 2019 Kimberly M. Childs, Deborah A. Pace, Thomas W. Judson -->
<!-- -->
<!-- See the file COPYING for copying conditions. -->
<pretext xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
<!-- <pretext xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="fr-FR"> -->
<xi:include href="./bookinfo.xml" /> <!-- ISBN, website, other metadata -->
<book xml:id="mth-300-book">
<title>Logic and Proof for Teachers</title>
<xi:include href="./frontmatter.xml" /> <!-- Title Page, Preface, etc. -->
<!-- In "bookinfo.xml" set to "structural" for maximum effect -->
<xi:include href="./logic.xml" /> <!-- Logic -->
<xi:include href="./arguments.xml" /> <!-- Arguments -->
<xi:include href="./sets.xml" /> <!-- Sets -->
<xi:include href="./relations.xml" /> <!-- Relations -->
<xi:include href="./integers.xml" /> <!-- Integers -->
<xi:include href="./backmatter.xml" /> <!-- GFDL, Hints, Notation -->
</book>
</pretext>