summaryrefslogtreecommitdiff
path: root/test/functional/tests/standalone_rst_latex.py
blob: f0c40b75a8b3a95e1cec6458c23b182b731b4f2b (plain)
1
2
3
4
5
6
7
8
execfile('functional/tests/_standalone_rst_defaults.py')

# Source and destination file names.
test_source = "standalone_rst_latex.txt"
test_destination = "standalone_rst_latex.tex"

# Keyword parameters passed to publish_file.
writer_name = "latex"