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: Not working inside the user-defined function in LaTeX #429

Open
hainingpan opened this issue Apr 22, 2021 · 0 comments
Open

LaTeX: Not working inside the user-defined function in LaTeX #429

hainingpan opened this issue Apr 22, 2021 · 0 comments

Comments

@hainingpan
Copy link

The spelling checker did not catch any mistake inside a user-defined function in LaTeX defined \newcommand.

Here is a minimal working example.

\documentclass{article}
\newcommand{\anno}[1]{\emph{#1}}
\begin{document}
    ABCDEFG 

    \emph{ABCDEFG}

    \anno{ABCDEFG}    
\end{document}

The result is here
image
Here, the user-defined function \anno seems not being checked by cSpell at all.

@Jason3S Jason3S transferred this issue from streetsidesoftware/vscode-spell-checker May 22, 2021
@Jason3S Jason3S changed the title Not working inside the user-defined function in LaTeX LaTeX: Not working inside the user-defined function in LaTeX May 22, 2021
@Jason3S Jason3S added the LaTeX label Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants