Code Monkey home page Code Monkey logo

latexer's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.