Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.28 KB

LaTeX Outline for Sublime Text

Overview

This is an adaptation for LaTeX projects of warmdev's original SublimeOutline. It also uses modifications due to vlad-wonderkidstudio's SublimeOutline.

See these pages for more details.

This package allows to have a clickable table of contents for a LaTeX article file on a tab.

It is quite basic for the moment and in particular limited to (S|Subs|Subsubs)-ections.

NOTE: it needs a lot of review/polish!

Manual installation

  1. Clone or download this repository using the green Clone or download button.
  2. Rename the cloned or extracted folder to LaTeXOutline. Make sure outline.py is at the root of the LaTeXOutline folder.
  3. Move the LaTeXOutline folder to your Sublime Text's Packages folder. To find the Packages folder, click menu Preferences > Browse Packages.
  4. Restart Sublime Text.

Usage

  1. Open a LaTeX File.
  2. Use the command Palette LaTeX Outline (Left) or LaTeX Outline (Right) to open the Outline pane.
  3. Use the command Palette LaTeX Outline: Close sidebar to close it.

License

This plugin is licensed under the MIT license. IN PARTICULAR, it is provided "as is", without warranty of any kind!