This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
from __future__ import division, print_function | |
""" | |
This script generates a file to use for building authorea papers, and then runs | |
latex on them. | |
Requires python >= 2.6 (3.x should work, too) | |
The key assumptions are: |