Questions tagged [visual-studio-code]

an extensible text/code editor which can be used as a LaTeX editor, especially with the use of various LaTeX extensions.

An extensible text/code editor which can be used as a LaTeX editor, especially with the use of various LaTeX extensions.

54 questions
19
votes
3 answers

"Go to Source" for Latex on VS Code does not seem to work

I am currently trying to migrate to VS Code (on Mac) for creating and editing tex files. Everything has been working just fine except that, when I build and preview, I do not seem to be able to use the "Go to source" feature. In other words, I have…
Gregory Cosac
  • 193
  • 1
  • 1
  • 4
7
votes
1 answer

How can I get VSCode's LaTeX Workshop to find the right installation of TeX?

I've installed TeX Live and Visual Studio Code with the LaTeX Workshop extension. Previously, I'd installed LyX. VSCode is looking at the LyX installation. I know this because I had an error complaining it couldn't find a library and it listed the…
5
votes
2 answers

How to get LaTeX Workshop showing equations previews as I move my cursor into inline math / math environment?

I am using VSCode with a plugin called LaTeX Workshop as my editor for LaTeX. The plugin has a very useful feature that it shows previews of equations as I move my mouse over over inline math, \[, $$, \begin{align}, and \begin{...} of other math…
2
votes
2 answers

Display latex inline (in vs code)

I remember seeing someone's latex editing setup where the latex was rendered inline, so when you'd type \alpha in your .tex file it'd be replaced with the letter alpha for example. (but only visually, the actual .tex file would still contain \alpha)…
Chrono
  • 23
0
votes
0 answers

How does one mark something in a pdf and jumps to the part in the code?

i think this is something that might be well-known but i could not find it online. So since this depends on the editor i am using visual code right now. I would like to know if there is a way to jump to the part in the code when you mark something…
Adronic
  • 23
0
votes
1 answer

Gnuplot and VSCode's Latex Workshop

I am trying to create a contour plot with PGFPlots in VSCode. I am using the LaTeX Workshop extension. I have gnuplot installed. Also in case it matters, I am using Windows Subsystem for Linux 1 (WSL1). I have enabled shell escape too (and I know…
Nukesub
  • 607
0
votes
0 answers

VS Code with Latex produces wrong commenting

I'm using Visual Studio Code with Latex Workshop as my editor to create beamer slides. Until now everything works quite well. Today I tripped over a strange behaviour of VS code. I'm using minted environments to include programming code on my…
LosWochos
  • 141