forked from byoshiwara/mfg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmfg.xml
More file actions
73 lines (45 loc) · 2.42 KB
/
mfg.xml
File metadata and controls
73 lines (45 loc) · 2.42 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<!--********************************************************************
Copyright 2016 Katherine Yoshiwara
*********************************************************************-->
<!-- This file was originally part of the book -->
<!-- (as copied on 2016/28/04) -->
<!-- -->
<!-- Modeling, Functions, and Graphs -->
<!-- 4th -->
<!-- Copyright (C) Katherine Yoshiwara -->
<!-- USE XINCLUDE SWITCH ON XSLTPROC -->
<!-- Master file -->
<!-- Use XSL stylesheets to create subsets -->
<!-- Important: Always process all of the source -->
<!-- to preserve numbering and cross-references! -->
<!-- So it is never advisable to edit this file -->
<!-- Each included file must contain exactly one top-level element, -->
<!-- such as a chapter or section -->
<mathbook xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
<xi:include href="./bookinfo.xml" /> <!-- ISBN, website, other metadata -->
<book xml:id="MFG">
<title>Modeling, Functions, and Graphs</title>
<subtitle>Algebra for College Students</subtitle>
<xi:include href="./frontmatter.xml" /> <!-- Title Page, Preface, etc. -->
<!-- Parts are not full implemented yet -->
<!-- Once ready, make a new main-file like this, with parts -->
<!-- <part> <title>Chapter 1</title> -->
<xi:include href="./chap1.xml" /> <!-- Functions and their graphs -->
<xi:include href="./chap2.xml" /> <!-- Modeling with Functions -->
<xi:include href="./chap3.xml" /> <!-- Power Functions -->
<xi:include href="./chap4.xml" /> <!-- Exponential Functions -->
<xi:include href="./chap5.xml" /> <!-- logarithmic Functions -->
<xi:include href="./chap6.xml" /> <!-- Quadratic Functions -->
<xi:include href="./chap7.xml" /> <!-- Polynomial and Rational Functions -->
<xi:include href="./chap8.xml" /> <!-- Linear Systems -->
<xi:include href="./backmatter.xml" />
<!-- Index follows appendices, preceded only colophon -->
<index>
<index-list />
</index>
<colophon>
<p>This book was authored in MathBook XML.</p>
</colophon>
</book>
</mathbook>