forked from TeamBasedInquiryLearning/linear-algebra
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.ptx
26 lines (26 loc) · 1.35 KB
/
project.ptx
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
<?xml version="1.0" encoding="utf-8"?>
<project ptx-version="2">
<targets>
<target name="web" format="html" deploy-dir="2024">
<stringparams debug.project.number="the-way-it-should-be"/>
</target>
<target name="print" format="pdf" output-filename="TBIL-LA-2024.pdf" deploy-dir="2024/pdf">
<stringparams debug.project.number="the-way-it-should-be"/>
</target>
<target name="slides" format="pdf" xsl="slides.xsl" output-filename="TBIL-LA-2024-slides.pdf" deploy-dir="2024/pdf" publication="slides.ptx">
<stringparams debug.project.number="the-way-it-should-be"/>
</target>
<target name="worksheet" format="pdf" xsl="worksheet.xsl" output-filename="TBIL-LA-2024-worksheet.pdf" deploy-dir="2024/pdf">
<stringparams debug.project.number="the-way-it-should-be"/>
</target>
<target name="worksheet-latex" format="latex" xsl="worksheet.xsl" output-filename="TBIL-LA-2024-worksheet.tex">
<stringparams debug.project.number="the-way-it-should-be"/>
</target>
<!-- use `python scripts/bank/build.py` for this target -->
<target name="checkit" format="custom" output-dir="../exercises/docs" deploy-dir="2024/exercises">
<!-- built by checkit, not pretext -->
<!-- everything except output-dir and deploy-dir is unused -->
</target>
<target name="print-latex" format="latex"/>
</targets>
</project>