I'm able to take notes in mathematics lectures using LaTeX and Vim (2019)

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • inkscape-shortcut-manager

    Inkscape shorcut manager

  • I am unable to reply to any comments, so I’ll add my reply to blagie as a top-level comment instead: Gilles himself documents his process of using Inkscape here: castel.dev/post/lecture-notes-2/

    As a summary, he uses a custom keyboard shortcut manager¹ which allows him to compos multiple keystrokes (and also saves commonly used styles):

    > For example, when I press `s` and `f` simultaneously, my shortcut manager will apply a solid stroke and a grey fill to the current selection. When I want the stroke to be thick, I press `s+f+g` together, where `g` stands for thick (as the `t` key is hard to reach).

    [1]: he makes it available on GitHub: https://github.com/gillescastel/inkscape-shortcut-manager

  • dotfiles

    Collection of my custom vim themes and snippets (by ykonstant1)

  • I created a similar toolset using UltiSnips and vimtex, which I demonstrated here: https://www.reddit.com/r/unixporn/comments/jtjol5/cinnamon_l...

    The dotfiles powering the demo (particularly, the UltiSnips folder) are at my github: https://github.com/ykonstant1/dotfiles

  • 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
  • yasnippet

    A template system for Emacs

  • There's YASnippet, which could be used in much the same way as the tools that were described.

    https://github.com/joaotavora/yasnippet

  • Materiais01

    Anotações de aulas para materiais de construção mecânicas 1 - Teoria

  • typst

    A new markup-based typesetting system that is powerful and easy to learn.

  • For writing math notes (especially in vim), I switch to using Typst (https://typst.app).

    Here's a few points:

    - The syntax is a lot lighter and easier to type fast. I was up and running in half hour after starting to use it. Once in a while I can look up some symbol name in the docs but that's about it.

    - Empty document is a valid document. No preambles, no includes etc, it's all optional and the defaults are sensible. Just start typing.

    - It's incremental. Live preview from neovim is in the browser and it's lightning fast, pretty much immediate. No pdf sync pain. No build files, makefiles and all that. Just start typing.

    While it's not going to beat latex in terms of serious academic use, for personal use and notes it's close to perfect.

    (And of course it's written in Rust...)

  • unicode.vim

    A Vim plugin that provides a completion function for Unicode glyphs

  • Given that we're in a vim story, I'll reply with a little vim tip…

    Vim has digraph support built-in¹, so for your example the first few digraphs are In, p, >=, h. It is also how I typed the ellipsis on the first line of this comment(,.).

    A more complete Unicode solution for vim is available in Christian Brabandt's excellent plugin².

    ¹ https://vimhelp.org/digraph.txt.html

    ² https://github.com/chrisbra/unicode.vim

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

  • How to actually make an application?

    1 project | /r/learnpython | 28 Mar 2021
  • Any drawing software with vim keybinds?

    3 projects | /r/vim | 17 Feb 2021
  • German state ditches Microsoft for Linux and LibreOffice

    3 projects | news.ycombinator.com | 4 Apr 2024
  • The tyranny of inconsistent keyboard shortcuts

    1 project | news.ycombinator.com | 12 Feb 2024
  • Bibliography CSL

    1 project | /r/typst | 9 Dec 2023