Beginning redo of eoc/chapter1

This commit is contained in:
Grant Sanderson 2017-03-29 16:06:10 -07:00
parent 983e205b3e
commit aa2b5b07cd
3 changed files with 2593 additions and 2336 deletions

File diff suppressed because it is too large Load diff

2576
eoc/old_chapter1.py Normal file

File diff suppressed because it is too large Load diff

View file

@ -12,17 +12,10 @@ from topics.objects import PatreonLogo
class OpeningQuote(Scene):
CONFIG = {
"quote" : [
"""The art of doing mathematics is finding
that """, "special case",
"""that contains all the
germs of generality."""
],
"quote" : [],
"quote_arg_separator" : " ",
"highlighted_quote_terms" : {
"special case" : BLUE
},
"author" : "David Hilbert",
"highlighted_quote_terms" : {},
"author" : "",
"fade_in_kwargs" : {
"submobject_mode" : "lagged_start",
"rate_func" : None,