This repository has been archived by the owner on Aug 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 172
/
frontmatter.xml
146 lines (121 loc) · 5.69 KB
/
frontmatter.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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<?xml version="1.0" encoding="UTF-8" ?>
<!--********************************************************************
Copyright 2017 Georgia Institute of Technology
*********************************************************************-->
<frontmatter xml:id="index2" xmlns:xi="http://www.w3.org/2001/XInclude">
<titlepage>
<author>
<personname>Dan Margalit</personname>
<department>School of Mathematics</department>
<institution>Georgia Institute of Technology</institution>
<!-- <email>[email protected]</email> -->
</author>
<author>
<personname>Joseph Rabinoff</personname>
<department>School of Mathematics</department>
<institution>Georgia Institute of Technology</institution>
<!-- <email>[email protected]</email> -->
</author>
<!-- <author> -->
<!-- <personname>and the Faculty of the School of Mathematics</personname> -->
<!-- <department>School of Mathematics</department> -->
<!-- <institution>Georgia Institute of Technology</institution> -->
<!-- <email>[email protected]</email> -->
<!-- </author> -->
<date><today /></date>
</titlepage>
<colophon>
<!--
<edition>Annual Edition 2017</edition>
<website>
<name><c>math.gatech.edu</c></name>
<address>http://math.gatech.edu</address>
</website>
-->
<copyright>
<year>2017</year>
<holder>Georgia Institute of Technology</holder>
<minilicense>GFDL License</minilicense>
<shortlicense>Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the appendix entitled <q>GNU Free Documentation License.</q> All trademarks<trademark /> are the registered<registered /> marks of their respective owners.</shortlicense>
</copyright>
</colophon>
<!-- The following items must be placed in the desired/required order -->
<!-- This will be checked by a Document Type Definition eventually -->
<!-- Order: dedication, acknowledgements, forewords, prefaces -->
<!-- Each paragraph gets centered and has some vertical separatation -->
<!-- A line element may be used here with a single paragraph -->
<!--
<dedication>
<p>Place a dedication here.</p>
</dedication>
<acknowledgement>
<p>Acknowledgments go here.</p>
</acknowledgement>
-->
<preface>
<title>Contributors to this textbook</title>
<contributors>
<contributor xml:id="dan">
<personname>Dan Margalit</personname>
<department>School of Mathematics</department>
<institution>Georgia Institute of Technology</institution>
<email>[email protected]</email>
</contributor>
<contributor xml:id="jdr">
<personname>Joseph Rabinoff</personname>
<department>School of Mathematics</department>
<institution>Georgia Institute of Technology</institution>
<email>[email protected]</email>
</contributor>
<contributor xml:id="larry">
<personname>Larry Rolen</personname>
<department>School of Mathematics</department>
<institution>Georgia Institute of Technology</institution>
<email> [email protected]</email>
</contributor>
</contributors>
<p>
Joseph Rabinoff contributed all of the figures, the demos, and the technical aspects of the project, as detailed below.
<ul>
<li>
The textbook is written in XML and compiled using a variant of Robert Beezer's <url href="https://mathbook.pugetsound.edu/">MathBook XML</url>, as heavily modified by Rabinoff.
</li>
<li>
The mathematical content of the textbook is written in LaTeX, then converted to HTML-friendly SVG format using a collection of scripts called PreTeX: this was coded by Rabinoff and depends heavily on <url href="https://inkscape.org/">Inkscape</url> for pdf decoding and <url href="https://fontforge.github.io/">FontForge</url> for font embedding. The figures are written in <url href="https://en.wikipedia.org/wiki/PGF/TikZ">PGF/TikZ</url> and processed with PreTeX as well.
</li>
<li>
The demonstrations are written in JavaScript+WebGL using Steven Wittens' brilliant framework called <url href="https://github.com/unconed/mathbox">MathBox</url>.
</li>
</ul>
All source code can be found on <url href="https://github.com/QBobWatson/gt-linalg">GitHub</url>. It may be freely copied, modified, and redistributed, as detailed in the appendix entitled <q>GNU Free Documentation License.</q>
</p>
<p>
Larry Rolen wrote many of the exercises.
</p>
</preface>
<preface>
<title>Variants of this textbook</title>
<p>
There are several variants of this textbook available.
<ul>
<li>
The <url href="/ila">master version</url> is the default version of the book.
</li>
<li>
The <url href="/ila/1553">version for math 1553</url> is fine-tuned to contain only the material covered in Math 1553 at Georgia Tech.
</li>
</ul>
The section numbering is consistent across versions. This explains why Section 6.3 does not exist in the Math 1553 version, for example.
</p>
<p>
You are currently viewing the
<restrict-version versions="default">
<em>master version</em>.
</restrict-version>
<restrict-version versions="1553">
<em>version for math 1553</em>.
</restrict-version>
</p>
</preface>
<xi:include href="./overview.xml" />
</frontmatter>