You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
295 B
12 lines
295 B
# Source and destination file names. |
|
test_source = "latex_docinfo.txt" |
|
test_destination = "latex_docinfo.tex" |
|
|
|
# Keyword parameters passed to publish_file. |
|
reader_name = "standalone" |
|
parser_name = "rst" |
|
writer_name = "latex" |
|
|
|
# Extra setting we need |
|
|
|
settings_overrides['use_latex_docinfo'] = 1
|
|
|