diff options
author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-02-24 11:40:50 +0000 |
---|---|---|
committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-02-24 11:40:50 +0000 |
commit | 17b8a432d43e18bec738fbec1ebd2cca1ebcf041 (patch) | |
tree | bbdad678bad69c9f957066e2a2d1c74f7b2fa4d7 /sandbox/code-block-directive/docs/myfunction.py.txt | |
parent | 3eeffd4ba5169690bf321b6a96a1e814e74e259d (diff) | |
download | docutils-17b8a432d43e18bec738fbec1ebd2cca1ebcf041.tar.gz |
sandbox/code-block-directive: Add LaTeX front end, update
documentation and examples
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5873 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/code-block-directive/docs/myfunction.py.txt')
-rw-r--r-- | sandbox/code-block-directive/docs/myfunction.py.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sandbox/code-block-directive/docs/myfunction.py.txt b/sandbox/code-block-directive/docs/myfunction.py.txt index 926733dc0..783e5b0b6 100644 --- a/sandbox/code-block-directive/docs/myfunction.py.txt +++ b/sandbox/code-block-directive/docs/myfunction.py.txt @@ -2,7 +2,9 @@ This is a test of the new code-block directive: .. Translate this document to HTML with a pygments enhanced frontend, e.g. - rst2html-highlight --stylesheet=pygments-default.css --link-stylesheet + ../rst2html-highlight --stylesheet=../data/pygments-default.css + + ../rst2latex-highlight --stylesheet=../data/pygments-docutileroles.sty .. code-block:: python |