-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathproject.ptx
More file actions
72 lines (71 loc) · 1.91 KB
/
project.ptx
File metadata and controls
72 lines (71 loc) · 1.91 KB
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
<?xml version="1.0" encoding="utf-8"?>
<!-- This file, the project manifest, provides the overall configuration for your PreTeXt project. To edit the content of your document, open `source/main.ptx`. See https://pretextbook.org/doc/guide/html/processing-CLI.html#cli-project-manifest. -->
<project ptx-version="2" source="src">
<targets>
<target
source="ads.xml"
name="ads-print"
format="pdf"
output-dir="print"
publication="publication-ads-print.ptx" />
<target
name="screen"
format="pdf"
output-dir="screen"
publication="publication_screen.ptx" />
<target
source="ads.xml"
name="ads-screen"
format="pdf"
output-dir="ads"
publication="publication_latex.ptx" />
<target
source="ads.xml"
name="web"
format="html"
output-dir="web"
publication="publication.ptx" />
<target
name="runestone"
format="html"
output-dir="../published/ads"
publication="pub-runestone.ptx"
/>
<target
source="ads_experiment.xml"
name="single"
format="pdf"
output-dir="single"
publication="publication_single.ptx" />
<target
source="ads.xml"
name="im"
format="pdf"
output-dir="im"
publication="publication_im.ptx" />
<target
source="ads-1.xml"
name="ads-1-print"
format="pdf"
output-dir="ads_1"
publication="publication-ads-print.ptx" />
<target
source="ads-1.xml"
name="ads-1-screen"
format="pdf"
output-dir="ads_1"
publication="publication_latex.ptx" />
<target
source="ads-2.xml"
name="ads-2-print"
format="pdf"
output-dir="ads_2"
publication="publication-ads-print.ptx" />
<target
source="ads-2.xml"
name="ads-2-screen"
format="pdf"
output-dir="ads_2"
publication="publication_latex.ptx" />
</targets>
</project>