Giter VIP home page Giter VIP logo

coc-texlab's Introduction

coc-texlab

fork of texlab-vscode, provides editing support for LaTeX documents, powered by the TexLab language server.

Install

:CocInstall coc-texlab

Requirements

More info in TexLab Docs

Configuration

  • texlab.path: custom path to texlab binary, defaults ""
  • texlab.rootDirectory: Path to the root directory, defaults null
  • texlab.build.executable: path to a LaTeX build tool, defaults latexmk
  • texlab.build.args: additional arguments passed to build tool
  • texlab.build.onSave: build after saving a file, defaults false
  • texlab.build.isContinuous: Set this property to true if the build arguments imply a continuous build (like latexmk -pvc), defaults false
  • texlab.build.forwardSearchAfter: Execute forward search after building, defaults false
  • texlab.auxDirectory: directory containing the build artifacts, defaults "."
  • texlab.forwardSearch.executable: path to a PDF previewer that supports SyncTeX, defaults null
  • texlab.forwardSearch.args: additional arguments passed to the previewer, defaults []
  • texlab.chktex.onOpenAndSave: lint using chktex after opening and saving a file, defaults false
  • texlab.chktex.onEdit: lint using chktex after changing a file, defaults false
  • texlab.bibtexFormatter: BibTeX formatter to use, defaults texlab
  • texlab.formatterLineLength: maximum amount of characters per line, defaults 80
  • texlab.latexFormatter: LaTeX formatter to use, defaults latexindent
  • texlab.latexindent.local: Configures the --local flag of latexindent, defaults null
  • texlab.latexindent.modifyLineBreaks: Configures the --modifylinebreaks flag of latexindent, defaults false

Commands

  • latex.Build: build current file
  • latex.ForwardSearch: performs a forward search from the current file
  • latex.UpdateLanguageServer: upgrade TexLab Server to latest version

License

MIT

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.