latex-snippets
Vim + LaTeX snippets setup (by gillescastel)
latex-snippets-vim
LaTeX UltiSnips snippets for use in Vim and Neovim (by ckunte)
latex-snippets | latex-snippets-vim | |
---|---|---|
9 | 1 | |
1,104 | 13 | |
0.0% | - | |
0.0 | 4.2 | |
over 2 years ago | about 2 years ago | |
Vim Snippet | Vim Snippet | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
latex-snippets
Posts with mentions or reviews of latex-snippets.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-31.
- LaTeX3: Programming in LaTeX with Ease
-
Troubles to set up vimtex and ultisnips for latex
My ~/.vimrc configuration is just copied from this website https://github.com/gillescastel/latex-snippets
-
How to check if you're in markdown math?
I was trying to use some of Gilles Castel's LaTeX snippets for my own notetaking, which I do on nvim with markdown, using pandoc to convert to pdf. The problem with this is that the tex snippets are designed to be activated only when in LaTeX math, but there's no function to directly check this in the plugin I'm using for pandoc markdown.
- Emacs' org-mode gets citation support
- help with ultisnips and vimtex
- A place to learn LaTeX online (learnlatex.org)
-
Package vim-latex annoyingly inserts extra <++> after code completions
1) There's a different plugin based approach for LaTeX if you don't grow to like latex-suite (as I did): vimtex can be used to do the compiling, syntax highlighting, completion, navigating to the right spot in the code or pdf ect, and you can take care of the snippets yourself, either by simply not doing anything and typing everything out (completion aided), using :h :ab or using a snippet plugin (in the case of UltiSnips, a careful review of this would be a boost) 2) "just installing" vim plugins without reading about their features doesn't really add to anything other than the learning curve, because many vim plugins change the way vim works and can only be made useful by knowing about their features. If you just let them sit, many of them won't do anything other than slowing down the program. This might very well be different than in VSC
-
Need help with Ultisnips
tex.snippet file i use
latex-snippets-vim
Posts with mentions or reviews of latex-snippets-vim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-20.
-
Emmet, but for LaTeX!
A quick search gives https://github.com/ckunte/latex-snippets-vim and I'm sorry to say, that demo looks better than yours so far.
What are some alternatives?
When comparing latex-snippets and latex-snippets-vim you can also consider the following projects:
vim-pandoc - pandoc integration and utilities for vim
dotfiles - Some Linux config files
inkscape-figures - Inkscape figure manager
dotfiles - MacOS (yabai) & Fedora (sway) dual dotfiles w/ Neovim, driven by Nix
awesome-typst - Awesome Typst Links
asyncomplete.vim - async completion in pure vim script for vim8 and neovim