-
-
Notifications
You must be signed in to change notification settings - Fork 197
Expand file tree
/
Copy pathproject.ptx
More file actions
33 lines (33 loc) · 912 Bytes
/
project.ptx
File metadata and controls
33 lines (33 loc) · 912 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
33
<?xml version="1.0" encoding="utf-8"?>
<!--
This file provides the overall configuration for your PreTeXt
project. To edit the content of your document, open `source/main.ptx`
(default location).
-->
<project ptx-version="2" source="pretext" publication="pretext">
<targets>
<target name="web"
format="html"
source="thinkcspy.ptx"
publication="publication-rs-for-all.xml"
/>
<target name="runestone"
format="html"
source="thinkcspy.ptx"
platform="runestone"
publication="publication-rs-academy.xml"
/>
<target name="latex"
format="latex"
source="thinkcspy.ptx"
publication="publication-rs-for-all.xml"
output-dir="output/latex"
/>
<target name="pdf"
format="pdf"
source="thinkcspy.ptx"
publication="publication-rs-latex.xml"
output-dir="output/pdf"
/>
</targets>
</project>