Compatibility of MathJax extension and JetPack [closed]

Remove Jetpack’s shortcode handler:

remove_shortcode( 'latex', 'latex_shortcode' );

I don’t know when exactly the shortcode is registered, you have to find the best execution point (action) to remove it.