Closed JackYansongLi closed 1 year ago
Please provide more details on how it "does not work". What did you do? What is the expected behavior? What actually happened?
Please provide more details on how it "does not work". What did you do? What is the expected behavior? What actually happened?
I just typed a1 and =>, they are not changing to a_1 and \implies
Can you take a screenshot?
Note that live snippet for math formulas dont work in inline math equations ($$
). It only works in \[\]
and \begin{formula}...
Note that live snippet for math formulas dont work in inline math equations (
$$
). It only works in\[\]
and\begin{formula}...
oh! you are right! I didn't see this on the document.
You can use \(\)
for inline equation
You can use
\(\)
for inline equation
live snippet still does not work for (), I am using \$...\$ for inline formula and \begin{equation} for displayed formula. The live snippet works pretty well for displayed formula
replace $...$
with \(...\)
replace
$...$
with\(...\)
does not work, the live snippet is not activated inside \( ... \)
Can you take a screenshot
Can you take a screenshot
I restarted the computer and everything works fine now....
Bug Report
Disable all the other extensions except for LaTeX Workshop and LaTeX Utilities, and check that you still see this issue.
You still see this issue?: Yes
Describe the bug
I have made latex-utilities.liveReformat.enabled to true, but the live snippet does not work.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
a1 should be replaced by a_1 and => by \implies, but it does not happen.
Logs
Please paste the whole log messages here, not parts of ones. It is very important to identify problems. If you think the logs are unrelated, please say so.
LaTeX Workshop Output
``` logs here ```LaTeX Utilities Output
``` logs here ```Developer Tools Console
``` logs here ```Screenshots
If applicable, add screenshots to help explain your problem.
Desktop
Additional context
Add any other context about the problem here.