From 12e3a710ff4cc9435cc2b984d5a453062b501a79 Mon Sep 17 00:00:00 2001 From: dakkar Date: Wed, 24 Jun 2015 17:26:19 +0100 Subject: first few scripts --- bin/rst2latex | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/rst2latex (limited to 'bin/rst2latex') diff --git a/bin/rst2latex b/bin/rst2latex new file mode 100755 index 0000000..6ea2d27 --- /dev/null +++ b/bin/rst2latex @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /home/dakkar/src/ReST/docutils-0.3.7/tools/rst2latex.py --language=it --documentoptions=a4paper,12pt --use-latex-footnotes --use-latex-toc "$@" -- cgit v1.2.3