ankursinha.in/blog

neuroscience/fedora/musings

Fri 19 September 2025

Zaphod is now on PyPi as zaphodtex

Posted by ankur in Research (144 words, approximately a 1 minute read)


  • Share this post:

A quick announcement post.

I had written Zaphod several years ago. It is a python wrapper around LaTeXdiff that enables a Git workflow for generating diffs in LaTeX documents. A demonstration is in the initial announcement post. It lets you generate a diff, and it also lets you pick and choose what bits from the diff you want to incorporate. It does all of this using Git, so no work is every lost, and everything can be undone (or redone).

I finally got around to publishing it on PyPi as a package. Unfortunately, the name, zaphod, was already taken, so I have published it as zaphodtex.

So, you can now install it on your system directly using pip or uv:

uv pip install zaphodtex

It will also make it easier for people to use it in their projects, on GitHub Actions and so on.


  • Share this post:

Comments