We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In config.py, tex_dir is defined inside config (config['tex_dir']), same for 'text_dir'.
config.py
config
But in tex_file_writer.py, l32, it is file_writer_config['tex_dir'], that is used (not config).
tex_file_writer.py
file_writer_config['tex_dir']
This is in fact a very easy fix. I thought to add it within #185.
Pining @leotrs