HISTORY summary
[docutils.git] / test / functional / tests / standalone_rst_latex.py
blob0809fcc939566ddfeba6e96da8eee72e955cad50
1 exec(open('functional/tests/_standalone_rst_defaults.py').read())
3 # Source and destination file names.
4 test_source = "standalone_rst_latex.txt"
5 test_destination = "standalone_rst_latex.tex"
7 # Keyword parameters passed to publish_file.
8 writer_name = "latex"
10 # Settings
11 # use "smartquotes" transition:
12 settings_overrides['smart_quotes'] = True