Is it possible to use MS Visual Studio as an IDE for LaTeX users?

前端 未结 2 1446
醉梦人生
醉梦人生 2021-02-20 04:27

I am a big fan of Microsoft Visual Studio. I like the code folding, auto-completion, auto-formatting, and many more.

I am thinking that it will be good if I can abuse MS

相关标签:
2条回答
  • 2021-02-20 04:37

    For Visual Studio Code (VSC) use extension: "LaTeX Workshop".

    On Windows: Install MiKTeX, then over MiKTeX Console install package "latexmk". Finally install Perl http://strawberryperl.com/

    PDF gets rebuilt automatically on saving the .tex file with VSC.

    For viewing the changing .pdf file in Windows "TeXworks" did work best from multiple viewers tried, because it does not lock the .pdf file against changes and quickly refreshes the view on changing pdf output.

    0 讨论(0)
  • 2021-02-20 04:44

    Yes. It is possible. Use Visual Studio Code with LaTeX extension. And it is free of charge.

    0 讨论(0)
提交回复
热议问题