#!/usr/bin/env python # coding: utf-8 # In[1]: import os from galgebra_ipython_helpers import check as check_latex, run os.chdir('../Old Format') # In[2]: run('bad_example') # In[3]: run('eval_check') # In[4]: run('exp_check') # In[5]: check_latex('latex_check') # In[6]: check_latex('matrix_latex') # In[7]: run('mv_setup_options') # In[8]: check_latex('physics_check_latex') # In[9]: check_latex('print_check_latex') # In[10]: run('prob_not_solenoidal') # In[11]: run('products_latex') # In[12]: check_latex('reflect_test') # In[13]: check_latex('simple_check_latex') # In[14]: run('simple_check') # In[15]: check_latex('spherical_latex') # In[16]: run('terminal_check')