Language Tool ,a plugin for TeXStudio

Language Tool ,a plugin for TeXStudio

TexStudio supports LanguageTool as an inline grammar checker. Note that you need to configure TXS first, by using Options > Configure TexStudio… > Grammar like this:

You should start LanguageTool GUI (which is contained in LanguageToolGUI.jar in the .oxt file, which is simply a zip file) and start it. Then simply open Options and select the option to run it as HTTP server. By default, it uses port 8081, which is also the default for TXS:

If TexStudio is configured to use inline grammar checking (which is the default, see Options > Configure TexStudio… > Editor > Inline Checking > Grammar), you should see grammar checks immediately:

As you can see, there are still some quirks (\cite is incorrectly treated in the example above) but it‘s still much easier to use than other options.

时间: 2024-10-22 00:21:38

Language Tool ,a plugin for TeXStudio的相关文章

Texlive + TexStudio + Language Tool Win7配置

Texlive的配置很简单,安装的时候跟着向导一步一步安装就可以了. TexStudio也是同样的安装过程,没什么技巧.这里提一下界面颜色的配置.习惯了暗底白字,所以就google了一下相关的配置,大多给出的是颜色配置的代码.代码的使用也十分简单,先在TexStudio里面保存一下Current Settings,然后找到你所保存的配置文件,用文本编辑器打开,找到颜色配置的位置,用google到的代码替换掉就ok了. Language Tool是TexStudio支持的一个语法检查工具,需要JR

Installing Language Tool in TexStudio

This is a recent and more detailed solution for Windows users. Make sure the last version of TeXstudio is downloaded from its website. Download the English dictionary (*.oxt) from here to the directory C:\Program Files (x86)\TeXstudio\dictionaries. D

mac 下vim 配置文件

" Configuration file for vim set modelines=0 " CVE-2007-2438 " Normally we use vim-extensions. If you want true vi-compatibility " remove change the following statements set nocompatible " Use Vim defaults instead of 100% vi compa

win7-64bit下基于VMware12.5安装rhel-server-6.3-i386

/************************************************************************************* 宿主PC:win7-64bit 虚拟软件:VMware12.5 虚拟PC:rhel-server-6.3-i386 时间:2016-10-02 *************************************************************************************/ 1.安装

44个JAVA代码质量管理工具(转)

1. CodePro AnalytixIt’s a great tool (Eclipse plugin) for improving software quality. It has the next key features: Code Analysis, JUnit Test Generation, JUnit Test Editor, Similar Code Analysis, Metrics, Code Coverage and Dependency Analysis.2. PMDI

vim配置文件 高亮+自动缩进+行号+折叠+优化

配置文件是网上找的,我把出错的几个地方改了下 将一下代码copy到 用户目录下 新建文件为  .vimrc保存即可生效: 如果想所有用户生效 请修改 /etc/vimrc (建议先cp一份) "========================================================================= " DesCRiption: 适合自己使用的vimrc文件,for Linux/Windows, GUI/Console " "

Mac 下VIM配置

Mac下VIM配置 首先,我们去这里下载MacVim,也可用这个网址:(http://code.google.com/p/macvim/),进入后的界面如下: _______________________________________________________________________ Download Download MacVim 7.3 (snapshot 65) for OS X 10.8 (Mountain Lion). (Released September 1, 2

vim 配置文件 ,高亮+自动缩进+行号+折叠+优化

vim 配置文件 ,高亮+自动缩进+行号+折叠+优化 将一下代码copy到 用户目录下 新建文件为  .vimrc保存即可生效: 如果想所有用户生效 请修改 /etc/vimrc (建议先cp一份)"=========================================================================" DesCRiption: 适合自己使用的vimrc文件,for Linux/Windows, GUI/Console""

[转] vim配置文件.vimrc

--------------------------------------------------------------------------- 转自:http://www.cnblogs.com/wangj08/archive/2013/03/13/2957309.html ------------------------------------------------------------------------------------- vim 配置文件 ,高亮+自动缩进+行号+折