在Mac OS X下搭建Latex編輯環境

來源:互聯網
上載者:User

標籤:latex   mac   sublimetext   

在這裡分享一下如何在Mac下搭建Latex編輯環境的方法

首先當然是Google Mac Latex尋找已有的Blog教程,然後發現Mac上常用Sublime Text來編輯,因此搜尋Mac sublime Latex,就找到了以下兩個網頁:

http://www.readern.com/sublime-text-latex-chinese-under-mac.html

http://economistry.com/2013/01/installing-and-using-latex-for-mac/

那麼搭建方法基本就在這裡面了。

我的環境是 Mac OS X Yosemite 10.10 ,Xcode 6.1

總結一下我的搭建方法:

Step 1:下載MacTex 我最終還是使用了完整的包 http://tug.org/mactex/

Step 2:下載Sublime Text 3 Beta http://www.sublimetext.com/3

Step 3:下載安裝Skim http://skim-app.sourceforge.net

Step 4:在Sublime Text中安裝Package Control https://sublime.wbond.net/installation

方法很簡單,開啟Sublime Text 3, 按Ctrl+` 開啟控制台,copy上面的python代碼粘貼上去運行,就可以完成安裝

Step 5:在Sublime Text中安裝LatexTools

在Sublime Text裡Command+Shift+P調出命令視窗,輸入Install,之後選擇LaTexTools,完成安裝:

Step 6:在Sublime Text 中配置LaTexTools,如為安裝好的情況,點擊Reconfigure and migrate settings 完成重新設定

Step 7:Skim同步配置

點擊Skim-》選項

在命令中輸入:/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl

參數如上輸入:”%file”:%line

Step 8: 修改編譯和中文環境

這一步完全參考上面列的網頁的方法,

點擊Browse Package,然後

開啟編輯~/Library/Application\ Support/Sublime\ Text/Packages/Users/LaTeX.sublime-settings,將其中”builder”條目改為:
“builder”: “simple”
接著開啟編輯~/Library/Application\ Support/Sublime\ Text/Packages/LaTeXTools/builders/simpleBuilder.py
找到其中大概第41行
pdflatex = [“pdflatex”, “-interaction=nonstopmode”, “-synctex=1″]
修改為
pdflatex = [“xelatex”, “-interaction=nonstopmode”, “-synctex=1″]
儲存後關閉,重新編譯一下,中文正常啦!

OK,經過上面的步驟,整個Latex環境就搭建完畢了,下面做個測試:

在Sublime Text 輸入如下代碼:

\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}

儲存後按 Command+B 編譯,Skim直接顯示:

在Mac OS X下搭建Latex編輯環境

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.