-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
24 lines (15 loc) · 777 Bytes
/
Makefile
File metadata and controls
24 lines (15 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
default: images poster
poster:
pdflatex -synctex=1 -interaction=nonstopmode -enable-write18 nulls.tex
bibtex nulls
pdflatex -synctex=1 -interaction=nonstopmode -enable-write18 nulls.tex
pdflatex -synctex=1 -interaction=nonstopmode -enable-write18 nulls.tex
images: mainfig posindex negindex separatrix_dipole
mainfig:
cd fig/Mainfig; blender -b scene_earth.blend -P mainfig.py
posindex:
cd fig/posindex; blender -b scene_ball_small.blend -P posindex_start.py; blender -b scene_ball_small.blend -P posindex_end.py
negindex:
cd fig/negindex; blender -b scene_ball_small.blend -P negindex_start.py; blender -b scene_ball_small.blend -P negindex_end.py
separatrix_dipole:
cd fig/separatrix_dipole; blender -b scene_earth_centered.blend -P separatrix_dipole.py