forked from klevasseur/ads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.ptx
40 lines (40 loc) · 1.18 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
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>
<targets>
<target name="html">
<format>html</format>
<source>src/ads.xml</source>
<publication>src/to_html.xml</publication>
<output-dir>output/html</output-dir>
</target>
<target name="latex-full-noprint">
<format>latex</format>
<source>src/ads.xml</source>
<publication>src/to_tex.xml</publication>
<output-dir>output/latex</output-dir>
</target>
<target name="runestone">
<format>html</format>
<source>src/ads.xml</source>
<publication>publication/pub-runestone.ptx</publication>
<output-dir>published/ads</output-dir>
</target>
</targets>
<executables>
<tex>xelatex</tex>
<pdfsvg>pdf2svg</pdfsvg>
<asy>asy</asy>
<sage>sage</sage>
<pdfpng>convert</pdfpng>
<pdfeps>pdftops</pdfeps>
<pdfcrop>pdf-crop-margins</pdfcrop>
<pageres>pageres</pageres>
<node>node</node>
<liblouis>file2brl</liblouis>
</executables>
</project>