3.3.0 • Published 8 months ago

coc-texlab v3.3.0

Weekly downloads
231
License
MIT
Repository
github
Last release
8 months ago

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

3.3.0

8 months ago

3.2.1

1 year ago

3.2.0

3 years ago

3.0.2

3 years ago

3.1.0

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.3.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.10.4

4 years ago

1.10.3

4 years ago

1.10.2

4 years ago

1.10.1

4 years ago

1.10.0

4 years ago

1.9.10

4 years ago

1.9.9

4 years ago

1.9.8

4 years ago

1.9.7

4 years ago

1.9.6

5 years ago

1.9.5

5 years ago

1.9.1

5 years ago

1.9.0

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago