Questions tagged [dexy]

Dexy is a multi-purpose project automation tool with lots of features designed for working with documents. Dexy is written in Python and has a command-line interface. It's open source software with an MIT license.

Dexy is a multi-purpose project automation tool with lots of features designed for working with documents. Dexy is written in Python and has a command-line interface. It's open source software with an MIT license.

Dexy makes it easier to create technical documents by doing the repetitive parts for you. Dexy provides a consistent interface to tools and scripts so you don't have to run them manually. Your project's dexy configuration keeps track of what to run, in which order, and with what parameters. This way, your whole process is captured so anyone can run it using one simple command and the results will be consistent.

Home: http://dexy.it/

2 questions
1
vote
1 answer

Define Latex packages in reST file

We used Docutils to produce reST document, and then make a TeX file via rst2latex. In the rst file, we have added a lot of LaTeX code like: .. raw:: latex ~\\ \rule{\textwidth}{1pt} ~\\ But I do not know where to add packages like…
Masood
  • 685
  • 2
  • 8
  • 16
0
votes
1 answer

How to have Dexy evaluate Perl scripts?

The dexy documentation states than any language may be used. The tutorial use the py filter to run Python file, but I didn't find any filter to run Perl file. I try to execute a very simple Perl file I've tried to use the bash or sh filter, but with…
Orabîg
  • 11,718
  • 6
  • 38
  • 58