What is your preferred method for note taking? What are the advantages of writing on latex vs writing on paper?

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

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

    :hibiscus: Minimalist Vim Plugin Manager

  • " https://github.com/junegunn/vim-plug " Specify a directory for plugins call plug#begin('~/.vim/plugged') Plug 'lervag/vimtex' let g:tex_flavor='latex' let g:vimtex_view_method='zathura' let g:vimtex_quickfix_mode=0 " these two lines are for a separate plugin I use: https://github.com/KeitaNakamura/tex-conceal.vim set conceallevel=1 let g:tex_conceal='abdmg' " Initialize plugin system call plug#end()

  • vimtex

    VimTeX: A modern Vim and neovim filetype plugin for LaTeX files.

  • Install VimTeX using vim-plug as your plugin manager. Check out my .vimrc code below.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • tex-conceal.vim

  • " https://github.com/junegunn/vim-plug " Specify a directory for plugins call plug#begin('~/.vim/plugged') Plug 'lervag/vimtex' let g:tex_flavor='latex' let g:vimtex_view_method='zathura' let g:vimtex_quickfix_mode=0 " these two lines are for a separate plugin I use: https://github.com/KeitaNakamura/tex-conceal.vim set conceallevel=1 let g:tex_conceal='abdmg' " Initialize plugin system call plug#end()

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