Let ChatGPT Index Your LaTeX Documents

Indexing documents is an ongoing chore. You would think picking out “good” book or article index words would be a trivial pseudo-sampling-sorting task, but that is not the case. Building a useful index requires something like “comprehending” the text. You must read the document, understand what’s in it, and then judiciously select words that elucidate, … Continue reading Let ChatGPT Index Your LaTeX Documents

“Managing” a SQLite Database with J (Part 2)

When faced with unfamiliar program code Roger Hui, the co-creator of the J Programming Language would sometimes wipe out all the code comments. He told me this forced him to concentrate on the actual code and not the opinions of previous developers. Roger was an exceptional programmer; he knew that program comments are often dated, … Continue reading “Managing” a SQLite Database with J (Part 2)

Pandoc based J Syntax Highlighting

John MacFarlane's excellent command line utility Pandoc is a Haskell program that converts to and from various text markup languages. Pandoc's help option lists its supported input and output formats. The following examples are Linux bash shell commands. Windows shell commands are identical. $ pandoc --help pandoc [OPTIONS] [FILES] Input formats: native, json, markdown, markdown+lhs, … Continue reading Pandoc based J Syntax Highlighting

WordPress to LaTeX with Pandoc and J: Using TeXfrWpxml.ijs (Part 3)

Click for an updated PDF version of this post. WordPress to LaTeX In this post I will describe how to use the J script TeXfrWpxml.ijs to generate LaTeX source from WordPress export XML.  I am assuming you have worked through (Part 1) and (Part 2) and have: Successfully installed and tested Pandoc.Installed and tested a … Continue reading WordPress to LaTeX with Pandoc and J: Using TeXfrWpxml.ijs (Part 3)