SublimeText3与Latex结合

SublimeText3与Latex结合

讲述如何在mac系统使用Latex和SublimeText3进行论文撰写

软件安装

  1. 安装Mactex,4G左右;
  2. 安装Skim,安装以后个人偏好中,取消自动更新,选择对应的sublimeTex3;
  3. 安装Package Control,按照页面 https://sublime.wbond.net/installation
  4. 搜索package control:install package
  5. 重启sublimeTex3
  6. Ctrl+Shift+p,搜索Latex Tools,安装;
  7. 重启sublimeTex3
  8. 编写Tex文件,Ctl B编译,Skim会自动出现最新的结果
  9. Enjoy

Problems

  1. LaTeXTools: Reconfigure and migrate settings:在Tools command Palette中搜索“LaTeXTools: Reconfigure and migrate settings” ,回车解决

Sample

\documentclass{article}

\title{Title} \author{Your Name}

\begin{document}

\maketitle{}

\section{Introduction}

This is where you will write your content.

\end{document}


快捷键:

http://vaisaghvt.files.wordpress.com/2012/10/sublimelatexsheet-mac.pdf

你可能感兴趣的:(macos)