Configure the latex editing environment under sublime Text 3 __latex

Source: Internet
Author: User
Tags sublime text
0 Configuration Scheme Brief

I decided to look for an elegant latexing posture when the seniors told WinEdt that it was already very out of the day. The programmes currently in use are:
Win7 x64 + Tex Live 2015 + Sublime Text 3 + latextools (Sublime extension tool) + sumatrapdf (skim is under Mac) 1 What's the benefit 2 specific steps

1, install texlive or MiKTeX, and add the installation directory to the PATH environment variable
2. Install Sumatra PDF and add installation directory to PATH environment variable
3, installation Sublime Text 3
4. Install package control in sublime
4.1, Sublime Text 3 in the console input
Import Urllib.request,os,hashlib; h = ' 2915d1851351e5ee549c20394736b442 ' + ' 8bc59f460fa1548d1514676163dafc88 '; PF = ' Package control.sublime-package '; IPP = Sublime.installed_packages_path (); Urllib.request.install_opener (Urllib.request.build_opener (Urllib.request.ProxyHandler ())); by = Urllib.request.urlopen (' http://packagecontrol.io/' + pf.replace (', '%20 ')). read (); DH = hashlib.sha256 (by). Hexdigest (); Print (' Error validating download (got%s instead of%s), please try Manual '% (DH, h)) if DH install h else open (!= H.join (IPP, PF), ' WB '. Write (by)
4.2, Sublime Text 2 in the console input
Import Urllib2,os,hashlib; h = ' 2915d1851351e5ee549c20394736b442 ' + ' 8bc59f460fa1548d1514676163dafc88 '; PF = ' Package control.sublime-package '; IPP = Sublime.installed_packages_path (); Os.makedirs (IPP) if not os.path.exists (IPP) else None; Urllib2.install_opener (Urllib2.build_opener) (urllib2. Proxyhandler ())); by = Urllib2.urlopen (' http://packagecontrol.io/' + pf.replace (', '%20 ')). read (); DH = hashlib.sha256 (by). Hexdigest (); Open (Os.path.join (IPP, PF), ' WB '). Write (by) if DH = = = H else None; Print (' Error validating download (got%s instead of%s), please try manual install '% (DH, h) if DH!= h Else ' please rest Art Sublime Text to finish installation ')
To open the console shortcut key: ctrl+~
SOURCE Web: https://packagecontrol.io/
5. Install Latextools in Sublime
6. Configure Sublime
6.1, click Preferences > Packages Settings > Latextools > Reconfigure latextools and migrate settings
6.2, click Preferences > Packages Settings > Latextools > Setting-user, navigate to the Windows section and change to the following:

7, write a latex document, press Ctrl+b

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.