forked from barbarer/py4e-int
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathproject.ptx
More file actions
28 lines (26 loc) · 784 Bytes
/
project.ptx
File metadata and controls
28 lines (26 loc) · 784 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
<?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">
<targets>
<!-- To build this target, run `pretext build web` -->
<target name="web"
format="html"
source="main.ptx"
publication="publication.ptx"
output-dir="output/web" />
<target name="runestone"
format="html"
source="main.ptx"
publication="publication-academy.ptx"
output-dir="output/runestone" />
<target name="print"
format="pdf"
source="main.ptx"
publication="publication.ptx"
output-dir="output/print" />
</targets>
</project>