The configuration of the texlive is simple, and the installation will be followed by a wizard step-by-step installation.
Texstudio is the same installation process, no tricks. Here is a look at the configuration of the interface color. Used to the dark bottom white, so Google a bit about the configuration, most of the color configuration of the code. The use of the code is very simple, first in the Texstudio to save the current Settings, and then find your saved configuration file, open with a text editor, find the location of the color configuration, with Google to replace the code is OK.
The Language tool is a grammar checker supported by Texstudio and requires JRE 7 support. After installing JRE 7, unzip the language tool to configure it. Here i download language Tool for Desktop. Fill in the Path information in the box of the language tool in the Texstudio->options->configure->grammar page:
Lt:c:/program Files (x86)/languagetool-2.5/languagetool.jar
Java:c:/program Files (x86)/java/jre7/bin/java.exe
So you can run it.
When I first configured the language tool a little bit of a problem, after the configuration, the grammar check did not follow my expected work. The resolution process is as follows.
By entering in the browser:
Http://localhost:8081/?language=en&text=my+text
You can determine whether the service of the Language tool is open.
On the command line, enter:
JAVA-CP "C:\Program Files (x86) \languagetool-2.3\languagetool-server.jar" Org.languagetool.server.HTTPServer--port 8081
Open Texstudio at the same time, if you type or delete text in the text, you can see the TS and LT Communication in the cmd window, if the previous configuration is correct.
After I found the communication to be normal in cmd, I was sure that my previous configuration was correct.
After careful observation found that the original LT check out the grammatical errors are marked with blue underline, and my background is exactly blue Orz.
Problem solved successfully.
Here are a few helpful questions and answers:
Http://wiki.languagetool.org/checking-la-tex-with-languagetool
Http://tex.stackexchange.com/questions/155148/installing-language-tool-in-texstudio
http://sourceforge.net/p/texstudio/bugs/872/