spacemacs/contrib/auctex
John Hammond 67999a1591 Removed setting TeX-master variable
In the auctex contrib package, TeX-master was set to nil, which overrode the user's setting from their .spacemacs file as soon as auctex mode was loaded.
2015-01-25 00:04:46 -05:00
..
img Resize latex logo 2015-01-18 00:32:27 -05:00
packages.el Removed setting TeX-master variable 2015-01-25 00:04:46 -05:00
README.md Reformat auctex layer README 2015-01-18 00:32:27 -05:00

Auctex Layer for Spacemacs

logo

Table of Contents

Description

Includes support for Auctex including some bindings, sane defaults, and manual loading for better startup times.

Install

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(auctex)
  "List of contribution to load."
)

Features

Company Auctex

Along with other things this layer includes company-auctex, it's only enabled if you also enable my other contrib layer company-mode.

Tags navigation

Tags navigation can be performed with key % thanks to evil-matchit.

Keybindings

Key Binding Description
SPC m b build and view
SPC m e insert LaTeX environment
SPC m c close LaTeX environment
SPC m i insert \item
SPC m f insert LaTeX font - full bindings here: AUCTeX documentation
SPC m C TeX command on master file
SPC m p r preview region
SPC m p b preview buffer
SPC m p d preview document
SPC m p e preview environment
SPC m p s preview section
SPC m p p preview at point
SPC m p f cache preamble for preview
SPC m p c clear previews
SPC m * TeX documentation, can be very slow

Maintainer

This layer was created by and is maintained by @trishume, ping me in the Gitter chat if you have questions. Feel free to submit PRs for this layer though if you have improvements.