forked from ladanielson/MAT101
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmat101-book.xml
35 lines (25 loc) · 1.17 KB
/
mat101-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
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<!-- USE XINCLUDE SWITCH ON XSLTPROC -->
<!-- Master file for AATA -->
<!-- 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 -->
<!-- Changing xml:lang causes many strings to change language -->
<!-- See the xsl/localizations directory for details -->
<!-- Note the use of the "xinclude" namespace in order to use multiple files -->
<!-- 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">
<!-- <mathbook xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="fr-FR"> -->
<docinfo>
<latex-image-preamble>
\usepackage{pgfplots}
</latex-image-preamble>
</docinfo>
<book xml:id="mat101-book">
<title>Survey of Algebra and Probability</title>
<subtitle>MAT 101</subtitle>
<xi:include href="./preliminaries.xml" /> <!-- Preliminaries -->
</book>
</mathbook>