Vectorize all the things

This commit is contained in:
Grant Sanderson
2016-04-17 00:31:38 -07:00
parent bd3783586a
commit 0d4e928b6e
12 changed files with 406 additions and 362 deletions

View File

@ -69,12 +69,10 @@ for folder in [IMAGE_DIR, GIF_DIR, MOVIE_DIR, TEX_DIR,
if not os.path.exists(folder):
os.mkdir(folder)
PDF_DENSITY = 800
SIZE_TO_REPLACE = "SizeHere"
TEX_TEXT_TO_REPLACE = "YourTextHere"
TEMPLATE_TEX_FILE = os.path.join(THIS_DIR, "template.tex")
TEMPLATE_TEXT_FILE = os.path.join(THIS_DIR, "text_template.tex")
MAX_LEN_FOR_HUGE_TEX_FONT = 25
LOGO_PATH = os.path.join(IMAGE_DIR, "logo.png")