|
| 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="web"> |
| 10 | + <format>html</format> |
| 11 | + <source>pretext/thinkcspy.ptx</source> |
| 12 | + <publication>pretext/publication-rs-for-all.xml</publication> |
| 13 | + <output-dir>output/html</output-dir> |
| 14 | + </target> |
| 15 | + <target name="runestone"> |
| 16 | + <format>html</format> |
| 17 | + <source>pretext/thinkcspy.ptx</source> |
| 18 | + <publication>pretext/publication-rs-academy.xml</publication> |
| 19 | + <output-dir>published/httlacs</output-dir> |
| 20 | + </target> |
| 21 | + <target name="latex"> |
| 22 | + <format>latex</format> |
| 23 | + <source>source/main.ptx</source> |
| 24 | + <publication>publication/publication.ptx</publication> |
| 25 | + <output-dir>output/latex</output-dir> |
| 26 | + </target> |
| 27 | + <target name="pdf" pdf-method="pdflatex"> |
| 28 | + <format>pdf</format> |
| 29 | + <source>source/main.ptx</source> |
| 30 | + <publication>publication/publication.ptx</publication> |
| 31 | + <output-dir>output/pdf</output-dir> |
| 32 | + </target> |
| 33 | + <target name="subset"> |
| 34 | + <format>html</format> |
| 35 | + <source>source/main.ptx</source> |
| 36 | + <publication>publication/publication.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 | + <pdfcrop>pdf-crop-margins</pdfcrop> |
| 54 | + <pageres>pageres</pageres> |
| 55 | + <node>node</node> |
| 56 | + <liblouis>file2brl</liblouis> |
| 57 | + </executables> |
| 58 | +</project> |
0 commit comments