Just a note that it is much nicer to use python's raw strings for the
latex variables in config.py so you don't need to include double
slashes. Just prepend an 'r' to the string:

r"""
\documentclass[12pt]{article}
\pagestyle{empty}
\begin{document}
"""

David

-- 
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to