This website link is outdated.

My up-to-date website is ejmastnak.com

Here are quick links to up-to-date content you might have been looking for:

The outdated site is below...

Real-time LaTeX using (Neo)Vim, VimTeX, and snippets

This tutorial series will help you set up the Vim or Neovim text editors for efficiently writing LaTeX documents. Here is an example of what I have in mind:

Writing LaTeX quickly

The blue bar with white text shows the keys I am typing, the bottom shows the resulting LaTeX source code, and the top is the compiled output. More on how this works below.

Wait, what are you talking about, what is LaTeX?

LaTeX is the industry standard typesetting software for writing articles/reports/books in mathematics, physics, computer science, and other quantitative sciences (but is mostly unknown outside this niche, so it's quite reasonable to have never heard of it). LaTeX has a reputation for producing high-quality documents but being clumsy to type—this series presents a framework aimed at eliminating the clumsiness.

Goal of this guide: make writing LaTeX as easy (fast, efficient, enjoyable…) as writing math by hand. Tech stack: the Vim text editor using the UltiSnips snippet plugin and the VimTeX plugin’s LaTeX editing features. The series should help if you…

What it costs you: everything in the guide is free, but it will cost you time and effort. You can skim through the guide in about 15-30 minutes; a closer read-through might take a few hours; and you’ll realistically need a few weekends (or perhaps a few weeks if you’re new to Vim) of dedicated focus and effort to become fully functional. From that point reaching the speed in this page’s GIFs would probably take months of practice.

Contents

  1. Cover prerequisites for getting the most out of the series, along with references that should get you up to speed if needed.

  2. Explain snippets, the key to real-time LaTeX. Available in UltiSnips or LuaSnip flavor.

  3. Introduce Vim’s filetype plugin system, which will help you understand the VimTeX plugin.

  4. Cover the excellent VimTeX pluginthe reason to use Vim over another LaTeX editor.

  5. Show how to compile LaTeX documents from within Vim.

  6. Integrate Vim and a PDF reader for viewing LaTeX documents.

  7. A Vimscript primer explaining the key mappings and Vimscript functions used in this tutorial.

Shut up and show me results

As concrete evidence that the techniques in this tutorial work in practice, here are 1500+ pages of typeset physics notes from my undergraduate studies, most of them written during university lecture in real time (although grammar and style were improved later). Here are some examples of what these notes look like:

And here are more GIFs showing that LaTeX can be written at handwriting speed:

Writing LaTeX quickly

This is actually a little faster than I can write by hand—try taking out a pencil and paper and see if you can keep up! (Yes, I know I’m cheating by throwing in a bunch of hard-to-handwrite integrals.) If you like, you can see more examples on YouTube.

Credit where it is due: the above GIFs are inspired by Gilles Castel’s video Fast LaTeX editing with Vim and UltiSnips—it is beautifully done and I encourage you to watch it.

A human-friendly guide

The series is written with the voice, format, notation, and explanation style I would have liked to have read if I were once again an inexperienced undergraduate learning the material for the first time myself.

All of the small discoveries I inefficiently scraped together from official documentation, online tutorials, YouTube, Stack Overflow, Reddit, and other online forums are compiled here and (hopefully) synthesized into an easily-followed, self-contained work. I do my best to write clearly and concisely. References to official documentation appear throughout the guide, so you know where each technique comes from. I’ll show you practical tips and tricks I use in everyday, real-life writing. You’ll find plenty of examples and GIFs. I might even crack a joke or two. Basically, I’ll try to teach how I would like to be taught. Hope it’s helpful!

The original Vim-LaTeX article

By the way: the seminal work on the subject of Vim and LaTeX, and my inspiration for attempting and ultimately succeeding in writing real-time LaTeX using Vim, is Gilles Castel’s How I’m able to take notes in mathematics lectures using LaTeX and Vim. You’ve probably seen it on the Internet if you dabble in Vim or LaTeX circles, and you should definitely read it if you haven’t yet.

This series builds on Castel’s article by more thoroughly walking the reader through technical details of implementation (e.g. the details of setting up a PDF reader with forward and inverse search, how to use the VimTeX plugin, how to write Vimscript functions and key mappings, how Vim’s ftplugin system works, how to manually compile LaTeX documents, and so on).

Config

Since someone will probably be curious, here is an overview of the setup used in this series:

Feedback, suggestions, appreciation, criticisms, etc.

Feedback is welcome and appreciated.

You can reach me by email, in English, Spanish, or Slovene, at ejmastnak@gmail.com or by opening an issue or pull request at github.com/ejmastnak/ejmastnak.github.io).

Have ideas for future projects?

If there is collective interest from readers of this guide, I would consider creating follow-up content expanding on this series. Here are two possible projects:

If these or other ideas interest you, let me know—if there is enough interest from the community, I’d enjoy putting together more content like this.

Begin the series!

The original writing, images, and animations in this series are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
CC BY-NC 4.0