System environment
OS X EI captain
Installation steps
- 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/
- MacTeX is now a 2g+ big bag, it is recommended to use the full version, because the Basic version of a little pit dad.
- 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.
- 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 。
- 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