File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 4444import  shutil 
4545import  sys 
4646import  pydoc 
47+ import  sage .typeset .unicode_characters  as  uc 
4748from  sage .misc .temporary_file  import  tmp_dir 
4849from  sage .misc .viewer  import  browser 
4950from  sage .misc  import  sageinspect 
9596    (r'\\rvert' , '|' ),
9697    (r'\\mid' , '|' ),
9798    (r' \\circ' , ' o' ),
98-     (r'\\circ' , ' o' )
99+     (r'\\circ' , ' o' ),
100+     (r'\\{' , '{' ),
101+     (r'\\}' , '}' ),
102+     (r'\\!' , '' ),
103+     (r'\\,' , '' ),
104+     (r'\\;' , '\u205F ' ),
105+     (r'\\dim' , 'dim' ),
106+     (r'\\in' , '\u2208 ' ),
107+     (r'\\phi' , '\u03C6 ' ),
108+     (r'\\Lambda' , '\u039B ' ),
109+     (r'\\NN' , '\U0001D40D ' ),
110+     (r'\\QQ' , '\U0001D410 ' ),
111+     (r'\\RR' , '\U0001D411 ' ),
112+     (r'\\ZZ' , '\U0001D419 ' ),
113+     (r'\\otimes' , uc .unicode_otimes ),
114+     (r'\\wedge' , uc .unicode_wedge ),
115+     (r'\\bigwedge' , uc .unicode_bigwedge ),
116+     (r'\\mathbf{k}' , '\U0001D424 ' ),
99117]
100118nonmath_substitutes  =  [
101119    ('\\ _' , '_' ),
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments