Tags and alignment in math equations for latex exports

This is actually invalid LaTeX: You can’t put the align environment inside math mode (\[...\] or $$...$$ ), even though MathJax seems to accept it. Try aligned environment instead and see if it works for you.