|
5 | 5 | (default location). |
6 | 6 | --> |
7 | 7 | <project> |
8 | | -4<targets> |
9 | | -44<target name="html"> |
10 | | -444<format>html</format> |
11 | | -444<source>thinkcspy.ptx</source> |
12 | | -444<publication>publication/publication.ptx</publication> |
13 | | -444<output-dir>output/html</output-dir> |
14 | | -44</target> |
15 | | -44<target name="latex"> |
16 | | -444<format>latex</format> |
17 | | -444<source>thinkcspy.ptx</source> |
18 | | -444<publication>publication/publication.ptx</publication> |
19 | | -444<output-dir>output/latex</output-dir> |
20 | | -44</target> |
21 | | -44<target name="pdf" pdf-method="pdflatex"> |
22 | | -444<format>pdf</format> |
23 | | -444<source>thinkcspy.ptx</source> |
24 | | -444<publication>publication/publication.ptx</publication> |
25 | | -444<output-dir>output/pdf</output-dir> |
26 | | -44</target> |
27 | | -44<target name="subset"> |
28 | | -444<format>html</format> |
29 | | -444<source>thinkcspy.ptx</source> |
30 | | -444<publication>publication/publication.ptx</publication> |
31 | | -444<output-dir>output/subset</output-dir> |
32 | | -444<stringparam key="debug.skip-knowls" value="yes"/> |
33 | | -444<!-- edit this to change the section/chapter/etc. to build --> |
34 | | -444<xmlid-root>ch-first</xmlid-root> |
35 | | -44</target> |
36 | | -4</targets> |
37 | | -4<executables> |
38 | | -44<latex>latex</latex> |
39 | | -44<pdflatex>pdflatex</pdflatex> |
40 | | -44<xelatex>xelatex</xelatex> |
41 | | -44<pdfsvg>pdf2svg</pdfsvg> |
42 | | -44<asy>asy</asy> |
43 | | -44<sage>sage</sage> |
44 | | -44<pdfpng>convert</pdfpng> |
45 | | -44<pdfeps>pdftops</pdfeps> |
46 | | -44<pdfcrop>pdf-crop-margins</pdfcrop> |
47 | | -44<pageres>pageres</pageres> |
48 | | -44<node>node</node> |
49 | | -44<liblouis>file2brl</liblouis> |
50 | | -4</executables> |
| 8 | + <targets> |
| 9 | + <target name="html"> |
| 10 | + <format>html</format> |
| 11 | + <source>thinkcspy.ptx</source> |
| 12 | + <publication>publication/publication.ptx</publication> |
| 13 | + <output-dir>output/html</output-dir> |
| 14 | + </target> |
| 15 | + <target name="latex"> |
| 16 | + <format>latex</format> |
| 17 | + <source>thinkcspy.ptx</source> |
| 18 | + <publication>publication/publication.ptx</publication> |
| 19 | + <output-dir>output/latex</output-dir> |
| 20 | + </target> |
| 21 | + <target name="pdf" pdf-method="pdflatex"> |
| 22 | + <format>pdf</format> |
| 23 | + <source>thinkcspy.ptx</source> |
| 24 | + <publication>publication/publication.ptx</publication> |
| 25 | + <output-dir>output/pdf</output-dir> |
| 26 | + </target> |
| 27 | + <target name="subset"> |
| 28 | + <format>html</format> |
| 29 | + <source>thinkcspy.ptx</source> |
| 30 | + <publication>publication/publication.ptx</publication> |
| 31 | + <output-dir>output/subset</output-dir> |
| 32 | + <stringparam key="debug.skip-knowls" value="yes"/> |
| 33 | + <!-- edit this to change the section/chapter/etc. to build --> |
| 34 | + <xmlid-root>ch-first</xmlid-root> |
| 35 | + </target> |
| 36 | + </targets> |
| 37 | + <executables> |
| 38 | + <latex>latex</latex> |
| 39 | + <pdflatex>pdflatex</pdflatex> |
| 40 | + <xelatex>xelatex</xelatex> |
| 41 | + <pdfsvg>pdf2svg</pdfsvg> |
| 42 | + <asy>asy</asy> |
| 43 | + <sage>sage</sage> |
| 44 | + <pdfpng>convert</pdfpng> |
| 45 | + <pdfeps>pdftops</pdfeps> |
| 46 | + <pdfcrop>pdf-crop-margins</pdfcrop> |
| 47 | + <pageres>pageres</pageres> |
| 48 | + <node>node</node> |
| 49 | + <liblouis>file2brl</liblouis> |
| 50 | + </executables> |
51 | 51 | </project> |
0 commit comments