LaTeX Stuff


Projects

Those who know me know I am a big LaTeX fan. It started in 2016 when Bas van Fraassen asked me to digitize his Formal Semantics and Logic, which was quite a task. Of course, if I were to do it today I would do it differently.

And here is some stuff since:

LaTeX Workflow

I have a fairly advanced LaTeX workflow, about which I have sometimes been asked.

For beginners, I always recommend Overleaf, which is by far the easiest entrypoint—no installation, etc. For people who would rather work locally, I always recommend TeXstudio, which offers lots of useful menus and toolbars and buttons (but then you need to install TeX Live).

In my own case, I found two reasons not to use Overleaf: I sometimes work without an internet connection, and I need my custom macro files stored in one place. And I found two reasons not to use TeXstudio: I no longer had (much) use for the toolbars, and I was tired of keeping track of whether my flash drive was in my laptop or desktop.

I run Fedora Linux (click here for an image I saw on Twitter some years back, which tells the approximate story of the Linux journey), so of course most of my problems could have been solved in MacOS or Windows, with iCloud or OneDrive—or else with another Linux-compatible cloud storage service. But the ability to publicly host stuff especially weighs in favor of GitHub, as do version control and collaboration management.

So these days, my setup is like this: This way, when I sit down to work, I just open Visual Studio Code, sync anything that's unsynced, and get to work—and when I'm done I sync again. And whenever there is a chance I will have to work without an internet connection, I just sync my laptop before.