| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Sugar for the delicious Espresso text editor to provide syntax highlighting and basic itemizers for LaTeX documents. Supports the Espresso Sugar Standard
Once installed Espresso should automatically recognize your LaTeX files, provided they end in .tex. In addition to syntax highlighting for some common LaTeX features (functions & arguments, comments, (sub)sections, and text formatting, among others!) this Sugar provides itemizers (things that show up in the Navigator pane), simple code completion (for oft-used functions like \cite and \begin{}), and a few useful snippets.
There are textual shortcuts for several of the snippets:
Itemizer support is working now.
Clone this project somewhere, with the following:
git clone git://github.com/doches/Latex.sugar.git ./Latex.sugar
And then link it to your syntaxes directory:
ln -s "$(pwd)/Latex.sugar" "/Users/$(whoami)/Library/Application Support/Espresso/Sugars/"
| Back | FazBrowse Home | New Git URL |