Coder Social home page Coder Social logo

vim-latex-completion's Introduction

vim-latex-completion

Dictionary and snippet files for editting LaTeX documents on Vim.

The dictionary file works with the standard Vim completion feature. The snippet file is intended to be used with Neosnippet.

  • tex.dict - The dictionary, containing command names.
  • tex.snip - The snippet file, containing snippets for environments. Each snippet can be called upon by the environment name itself.

These files include commands and environments from LaTeX2e and amsmath, amscd, amsthm, TikZ packages. More specifically:

  • tex.dict virtually contains all command names starting with a backslash (\). Exceptions are those with no or only one Latin alphabet just after the backslash (\# and \c for example) and \begin.
  • tex.snip contains all environment names, and additionally, \begin.
  • Compared to the TeX snippet file bundled with Neosnippet, our tex.snip has the advantage that it is clear which environment is contained and which is not.

We have an intention to expand them so that they cope with other often-used packages under the following principles:

  • Do it comprehensively, based on some established document if possible.
  • Don't surprise users. Aim somewhere between "perfect" and "just one step away," without implementing any unexpected actions, so that it feels like the air around us.

Note: The abbr field of the snippets is written in Japanese for now. This is temporary.

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.