Created
October 22, 2017 22:04
-
-
Save carsontang/ce66551feef51ac50ada875e97d195a0 to your computer and use it in GitHub Desktop.
changes to make manim work
This file contains hidden or 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
diff --git a/constants.py b/constants.py | |
index b6bb6f1..c68f453 100644 | |
--- a/constants.py | |
+++ b/constants.py | |
@@ -62,7 +62,7 @@ RIGHT_SIDE = SPACE_WIDTH*RIGHT | |
# Change this to point to where you want | |
# animation files to output | |
-MOVIE_DIR = os.path.join(os.path.expanduser('~'), "Dropbox/3b1b_videos/animations/") | |
+MOVIE_DIR = os.path.join(os.path.expanduser('~'), "dev/3b1b_videos/animations/") | |
STAGED_SCENES_DIR = os.path.join(MOVIE_DIR, "staged_scenes") | |
### | |
THIS_DIR = os.path.dirname(os.path.realpath(__file__)) | |
diff --git a/template.tex b/template.tex | |
index 97bc0ff..e70ea21 100644 | |
--- a/template.tex | |
+++ b/template.tex | |
@@ -11,7 +11,6 @@ | |
\usepackage{mathrsfs} | |
\usepackage{calligra} | |
\usepackage{wasysym} | |
-\usepackage[UTF8]{ctex} | |
\begin{document} | |
\centering | |
diff --git a/text_template.tex b/text_template.tex | |
index c5c7698..5a645f3 100644 | |
--- a/text_template.tex | |
+++ b/text_template.tex | |
@@ -15,7 +15,6 @@ | |
\usepackage{ragged2e} | |
\usepackage{physics} | |
\usepackage{xcolor} | |
-\usepackage[UTF8]{ctex} | |
\linespread{1} | |
\begin{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment