Skip to content

jpgoldberg/latexer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

latexer

Laxer is a package to help you with your every day LaTex needs.

Build Status

Features

####Reference autocompletion Autocompletion of references Triggers:

  • Typing in \ref{ or \eqref{
  • Deleting anything so that the left of the cursor reads \ref{ or \eqref{, e.g. deleting the word 'something' from \ref{something}

####Bibliography autocompletion Autocompletion of bibliography Will scan through the file to find \bibliography{mybib1.bib, mybib2} and then scan through the file named mybib1.bib and mymbib2.bib to get the citations. Triggers:

  • Typing in \cite{, \textcite{, \citet{, \citet*{, \citep{ or \citep*{. You can also write something in square brackets before, e.g. \cite[Theorem 1]{.
  • Deleting anything so that the left of the cursor reads \cite{, \textcite{, \citet{, \citet*{, \citep{ or \citep*{, e.g. deleting the word 'something' from \cite{something}

Will look for Bibtex files given in the current file of the form \bibliography, \addbibresource and \addglobalbib.

For multifile support, from the child files use %!TEX root = mainfile.tex to point to the root file.

#####Environment autocompletion Autocompletion of environments Triggers:

  • Having an unmatched \begin{env_name} or \[ in the line above.

About

Adds LaTex autocompletion to Atom.io

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%