Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloze does not work in math mode #3

Closed
paternal opened this issue Jan 14, 2018 · 2 comments
Closed

Cloze does not work in math mode #3

paternal opened this issue Jan 14, 2018 · 2 comments

Comments

@paternal
Copy link

Consider the following MWE:

\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

@Josef-Friedrich
Copy link
Owner

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.

@paternal
Copy link
Author

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants