blob: 0819a1308a29365ae30ace7973089ca4b99283ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
break_into_partial_movies: false
camera_qualities:
default_quality: high
high:
frame_rate: 60
resolution: 1920x1080
low:
frame_rate: 15
resolution: 854x480
medium:
frame_rate: 30
resolution: 1280x720
ultra_high:
frame_rate: 60
resolution: 3840x2160
directories:
mirror_module_path: false
output: media
raster_images: media/rasters
sounds: media/sound
vector_images: media/vectors
full_screen: false
style:
background_color: '#333333'
font: Consolas
tex:
executable: latex
intermediate_filetype: dvi
template_file: tex_template.tex
text_to_replace: '[tex_expression]'
universal_import_line: from manimlib import *
window_monitor: 0
window_position: UR
|