Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions executables.ptx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<executables
latex="latex"
pdflatex="pdflatex"
xelatex="xelatex"
asy="asy"
sage="sage"
pdfeps="pdftops"
node="node"
liblouis="file2brl" />
56 changes: 56 additions & 0 deletions project-old.ptx
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?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="runestone">
<format>html</format>
<source>source/main.ptx</source>
<publication>publication/runestone.ptx</publication>
<output-dir>published/opensource</output-dir>
</target>
<target name="web">
<format>html</format>
<source>source/main.ptx</source>
<publication>publication/dev.ptx</publication>
<output-dir>output/web</output-dir>
</target>
<target name="print" pdf-method="xelatex">
<format>pdf</format>
<source>source/main.ptx</source>
<publication>publication/dev.ptx</publication>
<output-dir>output/print</output-dir>
</target>
<target name="print-latex">
<format>latex</format>
<source>source/main.ptx</source>
<publication>publication/dev.ptx</publication>
<output-dir>output/print-latex</output-dir>
</target>
<target name="subset">
<format>html</format>
<source>source/main.ptx</source>
<publication>publication/dev.ptx</publication>
<output-dir>output/subset</output-dir>
<stringparam key="debug.skip-knowls" value="yes"/>
<!-- edit this to change the section/chapter/etc. to include
in your subset build -->
<xmlid-root>ch_first</xmlid-root>
</target>
</targets>
<executables>
<latex>latex</latex>
<pdflatex>pdflatex</pdflatex>
<xelatex>xelatex</xelatex>
<pdfsvg>pdf2svg</pdfsvg>
<asy>asy</asy>
<sage>sage</sage>
<pdfpng>convert</pdfpng>
<pdfeps>pdftops</pdfeps>
<node>node</node>
<liblouis>file2brl</liblouis>
</executables>
</project>
62 changes: 7 additions & 55 deletions project.ptx
Original file line number Diff line number Diff line change
@@ -1,56 +1,8 @@
<?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="runestone">
<format>html</format>
<source>source/main.ptx</source>
<publication>publication/runestone.ptx</publication>
<output-dir>published/opensource</output-dir>
</target>
<target name="web">
<format>html</format>
<source>source/main.ptx</source>
<publication>publication/dev.ptx</publication>
<output-dir>output/web</output-dir>
</target>
<target name="print" pdf-method="xelatex">
<format>pdf</format>
<source>source/main.ptx</source>
<publication>publication/dev.ptx</publication>
<output-dir>output/print</output-dir>
</target>
<target name="print-latex">
<format>latex</format>
<source>source/main.ptx</source>
<publication>publication/dev.ptx</publication>
<output-dir>output/print-latex</output-dir>
</target>
<target name="subset">
<format>html</format>
<source>source/main.ptx</source>
<publication>publication/dev.ptx</publication>
<output-dir>output/subset</output-dir>
<stringparam key="debug.skip-knowls" value="yes"/>
<!-- edit this to change the section/chapter/etc. to include
in your subset build -->
<xmlid-root>ch_first</xmlid-root>
</target>
</targets>
<executables>
<latex>latex</latex>
<pdflatex>pdflatex</pdflatex>
<xelatex>xelatex</xelatex>
<pdfsvg>pdf2svg</pdfsvg>
<asy>asy</asy>
<sage>sage</sage>
<pdfpng>convert</pdfpng>
<pdfeps>pdftops</pdfeps>
<node>node</node>
<liblouis>file2brl</liblouis>
</executables>
</project>
<project ptx-version="2">
<targets>
<target name="web" format="html" />
<target name="rs" format="html" platform="runestone" />
<target name="print" format="pdf" />
</targets>
</project>