RSSAmplifier

Blog

Home on BigEatie's Blog

Recent content in Home on BigEatie's Blog

bigeatie.comRSS feed ↗2 posts

Latest posts

TikZ Images in org-latex-preview

If you use LaTeX within org-mode you may come across a situation where you would like to embed TikZ diagrams and have Emacs preview them with org-latex-preview. Unfortunately Emacs does not handle this very well out of the box. The reason for this is not entirely clear to me. However, one reddit comment suggests this is because the default program used to generate LaTeX previews, dvipng, does not…

Advanced Filtering of Chess Databases with pgn-extract

Introduction Serious Chess players often rely on databases containing millions of games to enhance their studies. These databases are invaluable for studying openings, where a user can enter an exact sequence of moves to reach the position they want to analyze. Chess databases can filter based on such opening sequences with ease. However, when it comes to filtering based on criteria outside of the…