You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\documentclass{article}
\usepackage{cloze}
\clozeset{hide}
\clozesetfont{}
\begin{document}
One and one is \cloze{two}.
\[1+1=\cloze{2}\]\end{document}
The word two is hidden and underlined (great).
The letter 2 is neither hidden nor underlined (not great).
Is this an expected behaviour?
Regards,
-- Louis
The text was updated successfully, but these errors were encountered:
Thank you for your feedback. I must admin that I never tested the package in math mode. This is not the expected behaviour. The letter 2 should be hidden. I think this issue is not easy to fix. That takes time.
Consider the following MWE:
The word
two
is hidden and underlined (great).The letter
2
is neither hidden nor underlined (not great).Is this an expected behaviour?
Regards,
-- Louis
The text was updated successfully, but these errors were encountered: