Hacker News new | ask | show | jobs
by stettberger 850 days ago
You would not believe it, but I just created (this week) a Latex TikZ library that helps me to create templates / journal inserts for the use case of handwritten notes. Although I believe in DIN A5 paper, it might be useful for someone:

https://github.com/stettberger/notebook

1 comments

How can I get the columns at the bottom, above the page number? Is that possible?
Sure that is directly possible without further tinkering:

\notebookpage{todo={[bottom,draw]3},fill dotted,paginate}

This will create a dotted page with 3x2 todo notes at the bottom. The todo fields are surrounded by a box (draw), and the page is paginated.

Perfect! Thank you.