-
Notifications
You must be signed in to change notification settings - Fork 391
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
syntax conceal for spacing commands #2594
Comments
This is more or less already supported. There are probably some exceptions, but at least
I could add these, but before I properly consider it, please help me by categorizing the commands:
|
u mean like do they come from a latex package? |
the reset r not from a package |
i haven't noticed , working or \quad, and i just fetched |
I'm sorry, but could you please write in full sentences? I do not understand what you write in the last comment. Proof that the conceals work as expected for some of these: Here you see that In any case, I've investigated and reached the following conclusion:
\documentclass{minimal}
\begin{document}
Hello
\thinspace
\medspace
\thickspace
\bigskip
\hspace{1em}
\hfill
\vspace{1em}
\vfill
Moon
1 \, \: \; \! \quad \qquad 2
$ 1 \, \: \; \! \quad \qquad 2 $
$
Hello
\thinspace
\medspace
\thickspace
\bigskip
\hspace{1em}
\hfill
\vspace{1em}
Moon
$
\end{document} Some of this, as mentioned before, already works. But I'll implement the missing parts as well. |
Done. It should work as expected now, I believe. |
after fetching, it still didn't conceal , or \quad , it just highlighted them. |
Then that's because you have some issue with your configuration. |
To be clear: Please provide details on your system. There's a template for posting issues and it's there for a reason :) |
request to apply the syntax conceal feature to LaTeX spacing commands such as
\quad
,\qquad
,\,
,\thinspace
,\:
,medspace
,;
,\thickspace
,\!
,\bigskip
,\vskip
,\vspace
,\hspace
,\vfill
,\hfill
The text was updated successfully, but these errors were encountered: