forked from byoshiwara/mfg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackmatter.xml
More file actions
36 lines (26 loc) · 1.28 KB
/
backmatter.xml
File metadata and controls
36 lines (26 loc) · 1.28 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
<?xml version="1.0" encoding="UTF-8" ?>
<!-- This file was originally part of the book -->
<!-- Modeling, Functions, and Graphs -->
<!-- 4th -->
<!-- Copyright (C) Katherine Yoshiwara -->
<backmatter xml:id="backmatter" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Appendices</title> <!-- mostly for HTML sectioning -->
<xi:include href="./appendix-a.xml" /> <!-- Algebra Skills Refresher -->
<xi:include href="./appendix-b.xml" /> <!-- Using a Graphing Calculator -->
<xi:include href="./glossary.xml" /> <!-- glossary -->
<xi:include href="./properties-of-numbers.xml" /> <!-- properties -->
<references xml:id="geometry" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Geometry formulas</title>
<image source="images/fig-geometric-formulas"><description>geometry formulas</description></image>
</references>
<xi:include href="./bibliography.xml" /> <!-- bibliography -->
<appendix>
<title>Answers to selected exercises</title>
<solution-list />
</appendix>
<!-- <xi:include href="./gfdl-mathbook.xml" /> --> <!-- GFDL License text -->
<!-- Index follows appendices, preceded only colophon -->
<index>
<index-list />
</index>
</backmatter>