|
4 | 4 | project. To edit the content of your document, open `source/main.ptx`
|
5 | 5 | (default location).
|
6 | 6 | -->
|
7 |
| -<project> |
| 7 | +<project ptx-version="2" source="pretext" publication="publication"> |
8 | 8 | <targets>
|
9 | 9 | <!-- To build this target, run `pretext build web` -->
|
10 |
| - <target name="web"> |
11 |
| - <format>html</format> |
12 |
| - <source>pretext/main.ptx</source> |
13 |
| - <publication>publication/publication.ptx</publication> |
14 |
| - <output-dir>output/web</output-dir> |
15 |
| - <stringparam key="html.css.extra" value="external/custom-styles.css"/> |
16 |
| - </target> |
17 |
| - <target name="runestone"> |
18 |
| - <format>html</format> |
19 |
| - <source>pretext/main.ptx</source> |
20 |
| - <publication>publication/publication-academy.ptx</publication> |
21 |
| - <output-dir>published/pswadsup</output-dir> |
22 |
| - <stringparam key="html.css.extra" value="external/custom-styles.css"/> |
23 |
| - </target> |
24 |
| - <target name="print" pdf-method="xelatex"> |
25 |
| - <format>pdf</format> |
26 |
| - <source>pretext/main.ptx</source> |
27 |
| - <publication>publication/publication.ptx</publication> |
28 |
| - <output-dir>output/print</output-dir> |
29 |
| - </target> |
30 |
| - <target name="print-latex"> |
31 |
| - <format>latex</format> |
32 |
| - <source>source/main.ptx</source> |
33 |
| - <publication>publication/publication.ptx</publication> |
34 |
| - <output-dir>output/print-latex</output-dir> |
35 |
| - </target> |
36 |
| - <target name="subset"> |
37 |
| - <format>html</format> |
38 |
| - <source>source/main.ptx</source> |
39 |
| - <publication>publication/publication.ptx</publication> |
40 |
| - <output-dir>output/subset</output-dir> |
41 |
| - <stringparam key="debug.skip-knowls" value="yes"/> |
42 |
| - <!-- edit this to change the section/chapter/etc. to include |
43 |
| - in your subset build --> |
44 |
| - <xmlid-root>ch_first</xmlid-root> |
45 |
| - </target> |
| 10 | + <target name="web" |
| 11 | + format="html" |
| 12 | + source="main.ptx" |
| 13 | + publication="publication.ptx" /> |
| 14 | + |
| 15 | + <target |
| 16 | + name="runestone" |
| 17 | + format="html" |
| 18 | + source="main.ptx" |
| 19 | + publication="publication-academy.ptx" /> |
| 20 | + |
| 21 | + <target name="pdf" |
| 22 | + format="pdf" |
| 23 | + source="main.ptx" |
| 24 | + publication="publication.ptx" /> |
| 25 | + |
| 26 | + <target name="latex" |
| 27 | + format="latex" |
| 28 | + source="main.ptx" |
| 29 | + publication="publication.ptx" /> |
| 30 | + |
46 | 31 | </targets>
|
47 |
| - <executables> |
48 |
| - <latex>latex</latex> |
49 |
| - <pdflatex>pdflatex</pdflatex> |
50 |
| - <xelatex>xelatex</xelatex> |
51 |
| - <pdfsvg>pdf2svg</pdfsvg> |
52 |
| - <asy>asy</asy> |
53 |
| - <sage>sage</sage> |
54 |
| - <pdfpng>convert</pdfpng> |
55 |
| - <pdfeps>pdftops</pdfeps> |
56 |
| - <node>node</node> |
57 |
| - <liblouis>file2brl</liblouis> |
58 |
| - </executables> |
59 | 32 | </project>
|
0 commit comments