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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
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

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • 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

  • 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
  • You too can write a book

    2 projects | news.ycombinator.com | 9 Nov 2024
  • Quarkdown: Markdown with Superpowers

    4 projects | news.ycombinator.com | 22 Aug 2024
  • Show HN: Srcbook – A TypeScript notebook for rapid prototyping

    7 projects | news.ycombinator.com | 19 Aug 2024