File: build_tools_test.xml

package info (click to toggle)
enter-tex 3.48.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,460 kB
  • sloc: ansic: 10,657; xml: 3,025; makefile: 8; sh: 7
file content (12 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
<tools>
  <tool id="1" enabled="true" extensions=".tex" icon="compile_pdf">
    <label>LaTeX → PDF (Latexmk)</label>
    <job postProcessor="latexmk">latexmk -pdf -synctex=1 $filename</job>
    <job postProcessor="no-output">build job 2</job>
    <open>$shortname.pdf</open>
  </tool>

  <tool enabled="false">
    <label>build tool 2</label>
  </tool>
</tools>