ho-tex / oberdiek

Updating the oberdiek bundle
Other
16 stars 6 forks source link

\implies #92

Closed thegaryking closed 9 months ago

thegaryking commented 1 year ago

\centernot doesn't work well with \implies for some reason. the slash is over on the left, a quarter way over (at least as part of the beamer package)

davidcarlisle commented 1 year ago

Please always include a proper test file, it looks OK to me

image

\documentclass{article}

\usepackage{centernot,amsmath}

\begin{document}

\[A \centernot\implies b\]
\[A \implies b\]

\end{document}

If there is a problem in beamer, you would need to make a suitable test and report there.

u-fischer commented 9 months ago

closing as not reproducible.