- Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathproject.ptx
More file actions
Latest commit
32 lines (28 loc) · 815 Bytes
/
Copy pathproject.ptx
File metadata and controls
32 lines (28 loc) · 815 Bytes
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
<?xml version="1.0" encoding="utf-8"?>
<!--
This file provides the overall configuration for this PreTeXt
project. To edit the content of this document, open `source/main.ptx`
(default location).
-->
<projectptx-version="2"source="pretext"publication="publication">
<targets>
<!-- To build this target, run `pretext build web` -->
<targetname="web"
format="html"
source="main.ptx"
publication="publication.ptx" />
<target
name="runestone"
format="html"
source="main.ptx"
publication="runestone.ptx" />
<targetname="pdf"
format="pdf"
source="main.ptx"
publication="publication.ptx" />
<targetname="latex"
format="latex"
source="main.ptx"
publication="publication.ptx" />
</targets>
</project>