How is the symbol "not subset" represented in asciimath? I am converting some LaTeX expressions to asciimath, but got stuck when I came up with the symbol "not subset", whose representation in LaTeX is "\not \subset".
            Asked
            
        
        
            Active
            
        
            Viewed 495 times
        
    2 Answers
1
            
            
        I would use latexmath:[A \nsubseteq B] and avoid all that translation work if possible. LaTeX is much more comprehensive than AsciiMath.
        mljrg
        
- 4,430
 - 2
 - 36
 - 49
 
0
            
            
        The following works for me: A cancel sub B
cancel isn't listed on the AsciiMath website but you can find it in the source code.  This also works when using AsciiMath by way of MathJax.
        mjk99
        
- 1,290
 - 11
 - 18
 
- 
                    1It is not rendered properly. – mljrg Sep 24 '20 at 15:04