LaTeX basics
06 Feb 2024This is a collection of how to format simple things in LaTeX, mostly stuff that a novice may miss. It's to be used mostly as a simple guide or reference, especially when getting started.
This is a collection of how to format simple things in LaTeX, mostly stuff that a novice may miss. It's to be used mostly as a simple guide or reference, especially when getting started.
By horsing around on YouTube these days I found this video about dual numbers, which I found actually quite interesting. Since I have a computer engineering background, I immediately asked myself what can these numbers used for. It turns out, for some pretty nifty stuff.
Recently, I was doing some stuff in Markdown with Phoenix, more specifically with Earmark, and I needed to have a "textual only" preview of some Markdown text. That is, I wanted to strip the tags but keep the content.
This blog post is to explore a really clean way of sorting a list in Haskell.