Tagged Questions
2
votes
2answers
315 views
Why does \everydisplay conflict with gather and multline
When gather* is used together with \everydisplay an error is produced. Is there a possibility to make these work together?
Minimal working example:
\documentclass{ctexart}
\usepackage{amsmath,color}
...