-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathproject.ptx
More file actions
40 lines (40 loc) · 1.45 KB
/
project.ptx
File metadata and controls
40 lines (40 loc) · 1.45 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
<?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">
<targets>
<target name="html" format="html" publication="publication.ptx" />
<target name="latex" format="latex" publication="publication.ptx"
xsl="apc-latex.xsl"/>
<target name="pdf"
latex-engine="xelatex"
format="pdf"
publication="publication.ptx"
xsl="apc-latex.xsl" />
<target name="solutions"
latex-engine="xelatex"
format="pdf"
source="apc-solution-manual.ptx"
publication="publication-solutions.ptx"
xsl="apc-solution-manual.xsl" />
<target name="solutions-latex"
format="latex"
source="apc-solution-manual.ptx"
publication="publication-solutions.ptx"
xsl="apc-solution-manual.xsl" />
<target name="workbook"
latex-engine="xelatex"
format="pdf"
source="apc-activity-workbook.ptx"
publication="publication-workbook.ptx"
xsl="apc-activity-workbook.xsl" />
<target name="workbook-latex"
format="latex"
source="apc-activity-workbook.ptx"
publication="publication-workbook.ptx"
xsl="apc-activity-workbook.xsl" />
</targets>
</project>