Taking notes in class with LaTeX

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • nvim-autopairs

    autopairs for neovim written in lua

  • To close environments (brackets, $$, whatever) as soon as you open them, and move cursor between opening and closing, there's [nvim-autopairs](https://github.com/windwp/nvim-autopairs)

  • .dotfiles

  • I'm quite happy with only texlab + nvim-cmp + luasnips. That's it. I have some snippets here https://github.com/tiagovla/.dotfiles/tree/master/neovim/.config/nvim/lua/plugins/config/luasnip/snips for latex if you need a place to start (just require the files).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • pandoc

    Universal markup converter

  • Consider writing notes using Markdown + Pandoc to compile to PDF (or other formats). Markdown is less typing than LaTeX, making it good for quick writing that doesn't need exquisite control over the typesetting. Plus, Pandoc's flavor of Markdown supports LaTeX-style $...$ and $$...$$ math.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts