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