-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathproject.ptx
More file actions
59 lines (59 loc) · 2.13 KB
/
Copy pathproject.ptx
File metadata and controls
59 lines (59 loc) · 2.13 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
<?xml version="1.0" encoding="utf-8"?>
<project ptx-version="2">
<!-- For the conversion to ptx-version="2", I have only tested HTML and instructor targets initially (20250702). MTK -->
<targets>
<target name="html"
format="html"
source="main.ptx"
xsl="acmv-html.xsl"
deploy-dir="multi" />
<target name="instructor"
format="html"
source="main.ptx"
xsl="acmv-html.xsl"
publication="publication-instructor.ptx"
deploy-dir="multi-instructor" />
<target name="runestone"
format="html"
source="main.ptx"
xsl="acmv-html.xsl"
publication="publication_runestone.ptx"
platform="runestone" />
<target name="latex"
format="latex"
source="main.ptx"
output-dir="latex"
output-filename="acm.tex"/>
<target name="pdf"
format="pdf"
source="main.ptx"
output-filename="acm.pdf"
latex-engine="xelatex" />
<target name="solutions"
format="pdf"
source="acm-solution-manual.ptx"
publication="publication-solutions.ptx"
output-filename="acm-solutions.pdf"
xsl="acm-solution-manual.xsl"
latex-engine="xelatex" />
<target name="solutions-latex"
format="latex"
source="acm-solution-manual.ptx"
publication="publication-solutions.ptx"
output-filename="acm-solutions.tex"
xsl="acm-solution-manual.xsl" />
<target name="workbook"
format="pdf"
source="main.ptx"
publication="publication-workbook.ptx"
output-filename="acm-solutions.pdf"
xsl="acm-activity-workbook.xsl"
latex-engine="xelatex" />
<target name="workbook-latex"
format="latex"
source="main.ptx"
publication="publication-workbook.ptx"
output-filename="acm-activity-workbook.tex"
xsl="acm-activity-workbook.xsl" />
</targets>
</project>