LLM LaTeX-fu
I build my books using Pandoc these days. I used to use LaTeX directly, but Pandoc is better because I can write in markdown (clean+easy) then compile to epub and pdf for ebooks and paperbacks (pipeline). Even though I’m writing in markdown, I can still use an include for custom LaTeX packages and configuration. This is very cool, because I can customize the paperback PDF to look really great. The problem is, I forget all the cool LaTeX I’m supposed to use. ...