Putting book part information into page headers in LaTeX
A recent question on the LaTeX subreddit prompted me to learn more about headings in two-sided LaTeX documents and how to control their content.
A recent question on the LaTeX subreddit prompted me to learn more about headings in two-sided LaTeX documents and how to control their content.
Algorithm::CurveFit
version 1.06
After having blogged about a bug (and its fix) in Algorithm::CurveFit, as well as giving a talk about it at the 2024 London Perl and Raku Workshop, I’ve fina...
As part of tutoring physics and maths to high school students, I sometimes write up deep-dive explanations of questions arising during lessons. This post dis...
When searching for a subset of rows in a database table by using a list of entries in one of its columns, one can use the WHERE column_name IN list syntax in...
A Common-Sense Guide to Data Structures and Algorithms (second edition) by Jay Wengrow is a clearly explained and (dare I say it) fun guide to data structure...