MAC LaTeX Environment Sublime Text 3 + MacTeX

Source: Internet
Author: User
Tags sublime text


System environment


OS X EI captain


Installation steps
    1. First you need to install the Sublime Text 2/3 and the package Control, with the registration code link attached. http://appnee.com/sublime-text-3-universal-license-keys-collection-for-win-mac-linux/
    2. MacTeX is now a 2g+ big bag, it is recommended to use the full version, because the Basic version of a little pit dad.
    3. In the Sublime Text command+shift+p call up the command window, enter install, then select Latextools, Network OK, quickly completed the plug-in installation.
    4. The Latextools plugin will call Skim this PDF reader to open the compiled PDF file after compiling your Tex file, so you will also need to install Skim. Run Skim, go to Preferences-sync, Pdf-tex sync support there Sublime Text 。
    5. Complete all the above steps, in fact, has been built to complete the basic environment. Create a Test.tex document, save it later, Sublime Text will automatically apply LaTeX syntax display and compilation. With Command + B, if it compiles normally, the skim will be called to display a PDF document.
Test code
%! TEX program = xelatex
\ documentclass {article}
\ usepackage {fontspec, xunicode, xltxtra}
\ setmainfont {Hiragino Sans GB}
 
\ title {Title}
\ author {}
 
\ begin {document}
 
\ maketitle {}
 
\ section {Introduction}
 
This is where you will write your content.
 
\ end {document} 




Difference


Tex-pdftex-xetex-luatex are typesetting engines, increasing in accordance with the advanced level (LuaTeX not yet complete).



LaTeX is a format that defines a number of more user-friendly control commands based on TeX format. Each of the four engines has a corresponding program that interprets the LaTeX format as something the engine can handle.



Ctex, MiKTeX, Tex Live are all Tex's releases, and they are a collection of many things.


References and additions


An online latex Formula editor:
http://www.codecogs.com/latex/eqneditor.php
A very good introductory tutorial:
http://liam0205.me/2014/09/08/latex-introduction/
Deploy the sublime Text+latex Chinese environment on your Mac:
Http://www.readern.com/sublime-text-latex-chinese-under-mac.html



MAC LaTeX Environment Sublime Text 3 + MacTeX


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.