forked from BooksHTML/author-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthor-workflow.xml
56 lines (46 loc) · 1.44 KB
/
author-workflow.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
<?xml version="1.0" encoding="UTF-8" ?>
<mathbook>
<book xml:id="author-workflow">
<title>Author Workflow</title>
<frontmatter>
<titlepage>
<author>
<personname><pretext /> Authors</personname>
</author>
<date><today /></date>
</titlepage>
</frontmatter>
<chapter>
<title>WorkFlow</title>
<p>TODO</p>
</chapter>
<chapter>
<title>Exercises</title>
<p>
We can put exercises and other stuff here.
</p>
<p>
When this section gets too big, we can split it off as a separate file and <q>xinclude</q> it.
</p>
<exercise>
<statement>
<p>
What is the largest prime number mentioned in a popular song?
</p>
</statement>
</exercise>
<exercise xml:id="exercise-essay">
<title>Essay Question: Compare and Contrast</title>
<statement>
<p>
Write a short paragraph which compares, and contrasts,
the definite and indefinite integral.
</p>
</statement>
<hint>
<p>Start writing!</p>
</hint>
</exercise>
</chapter>
</book>
</mathbook>