windows Visual Studio 2010 的 Latex 插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5195982/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Latex plugin for visual studio 2010
提问by DarkKnight
I am looking for a latex plugin for Visual Studio 2010 (preferably free) .
我正在寻找适用于 Visual Studio 2010(最好是免费的)的 Latex 插件。
Features it must have:
它必须具备的特性:
- Code folding
- Syntax highlighting
- AUTOCOMPLETION
- Error Handling
- 代码折叠
- 语法高亮
- 自动完成
- 错误处理
采纳答案by John
I do not think there is anything available for VS. As an alternative, I use eclipse with the texlipse plugin. It has all of the features on your list. I do not use windows but ubuntu with eclipse, R, MySQL and Sweave is sufficient to cater for all my data connection, management, manipulation, analytical and reporting needs. All the tools listed are available on Windows with sufficient connectivity to SQLserver with RODBC.
我认为 VS 没有任何可用的东西。作为替代方案,我将 eclipse 与 texlipse 插件一起使用。它具有您列表中的所有功能。我不使用 windows,但 ubuntu 和 eclipse、R、MySQL 和 Sweave 足以满足我所有的数据连接、管理、操作、分析和报告需求。列出的所有工具都可在 Windows 上使用,并通过 RODBC 与 SQLserver 充分连接。
回答by phimuemue
I do not think that there's anything that comes close to what you want to do. But as far as I know, you can - in principle - use Visual Studio with any programming language. If you have enough time to configure it properly.
我不认为有任何事情接近你想做的事情。但据我所知,原则上您可以将 Visual Studio 与任何编程语言一起使用。如果您有足够的时间来正确配置它。
You can create your own LaTeX-specific language service. Moreover, you would have to create own build rules.
您可以创建自己的 LaTeX 特定语言服务。此外,您必须创建自己的构建规则。
But since I think that is too much work, I recommend TeXnicCenter, a freeware program that has syntax highlight, autocompletion and error handling. I'm not sure about code folding, but I think it does not have this.
但由于我认为这工作量太大,我推荐 TeXnicCenter,这是一个具有语法高亮、自动完成和错误处理的免费软件程序。我不确定代码折叠,但我认为它没有这个。
Another freeware is LEd (LaTeX Editor), that should have all the features you like, but as far as I remember, I was not that happy with code completion.
另一个免费软件是 Led(LaTeX 编辑器),它应该具有您喜欢的所有功能,但据我所知,我对代码完成不太满意。
回答by harper
回答by maverik
Actually I think MS VS has been developed as a programmers 'editor'. Of course it's much more than just an editor, but editing (la)tex files doesn't fit into this model. So it's better not to waste the time and to try other solutions. I suggest open-source Lyx which is available on Linux and Windows (and AFAIK on Mac OS) platforms and easy to use. Just try it while waiting for other (possibly better) answers.
实际上,我认为 MS VS 已被开发为程序员的“编辑器”。当然它不仅仅是一个编辑器,但是编辑 (la)tex 文件不适合这个模型。所以最好不要浪费时间并尝试其他解决方案。我建议使用开源 Lyx,它可以在 Linux 和 Windows(以及 Mac OS 上的 AFAIK)平台上使用并且易于使用。在等待其他(可能更好的)答案时尝试一下。
回答by Money Oriented Programmer
Visual Studio Code with LaTeX extension is available. It is free of charge as well.
带有 LaTeX 扩展的 Visual Studio Code 可用。它也是免费的。