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

latex parser: add support for cleveref style referencing #629

Merged
merged 1 commit into from Aug 21, 2022

Conversation

tranner
Copy link
Contributor

@tranner tranner commented Apr 15, 2019

Cleveref uses the commands \Cref, \cref, \Cref* and \cref* to
reference labels. This should not lead to a spelling error.

Example LaTeX code:

\documentclass{article}

\usepackage{hyperref}
\usepackage{cleveref}

\begin{document}

\begin{equation}
  \label{eq:badlyspeltword}
  3 = 2 + 1
\end{equation}

\Cref{eq:badlyspeltword}, or \cref{eq:badlyspeltword}, or \cref*{eq:badlyspeltword}

% also in comments \cref{eq:badlyspeltword}

\end{document}

Cleveref uses the commands \Cref, \cref, \Cref* and \cref* to
reference labels. This should not lead to a spelling error.
@caolanm caolanm merged commit 240ef17 into hunspell:master Aug 21, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants