-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Randy Lai edited this page Sep 18, 2016
·
29 revisions
LaTeXBox is a multi-platform LaTeX package for Sublime Text 3. It works on OSX, Windows and Linux. LaTeXBox aims to be lightweight, extensible but self contained. If you are looking for a full feature package, see, for example LaTeXing or LaTeXTools. A lot of ideas are actually inspired by these two packages. So why this package? If you want to customize or be able to hack packages, this package would be your choice as LaTeXing is not open source and LaTeXTools is too bulky.
- OSX, Windows and Linux support
- Automatic process of generating a LaTeX document by using
latexmk
- AutoCompletion for
\ref
,\cite
,\include
,\input
,\includegrpahics
etc... - Keybinds for mathematics symbols, e.g.
`a
types\alpha
. - Backward and forward sync of various PDF viewers
- Automatch for
()
,[]
,{}
,\(\)
,\(\)
,\{\}
,\left
-\right
pairs,$$
and quotation marks. - More…
- Installation
- [User Manual](https://github.com/randy3k/LaTeXBox/wiki/User Manual)
- Project Setup
- LaTeXBox Options
- BracketHighlighter Settings
While it is possible to backward port to ST2, I would rather keep it ST3 only for easier maintenance.
LaTeXBox Package for Sublime Text
Copyright (C) 2016 Randy Lai
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.