Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.4 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.4 KB

LaTeX typesetting for Brackets

This extension provides support for typestting documents in LaTeX within Brackets.

Prerequisites

  • A working installation of the TeX typesetting system See here for details
  • Corresponding programs for viewing .pdf, .ps or .dvi files (depending on the output selected in the settings dialog).

Features

  • Enhances the brackets environment for editing and compiling LaTeX documents.
  • LaTeX keyword highlighting (using the CodeMirror stex mode)
  • Compilation of latex documents using latex, pdflatex, pslatex, xetex, xelatex or bibtex
  • Code hints for latex keywords and document labels when typesetting documents
  • Dialog for configuring where to find the TeX distribution to use for compilation
  • Compile from any file in a multi-file project by including %!TEX root=../root.tex at the first line in every included file. Alternatively, set the Main file option in the Settings Dialog.
  • Compilation automatically triggers bibtex if there is a \bibliography{bibfile} entry in the main document.

Keyboard shortcuts

The following are the default keyboard shortcuts. If any of the shortcut keys conflict with your keyboard or you would prefer to use another shortcut key for any reason, you can remap the keys as described here.

Ctrl-Alt-B  compile  document

License

MIT licensed.