On a freshly-updated MikTeX on Windows 10, this:
\documentclass{article}
\usepackage{auto-pst-pdf,pst-vowel}
\begin{document}
\begin{figure}
\begin{vowel}[ipanew]
\putcvowel{something}{1}
\putcvowel{something}{2}
\end{vowel}
\ncline{->}{v1}{v2}
\end{figure}
\end{document}
gives an error (compiled with lualatex -enable-write18):
! Missing } inserted.
<inserted text>
}
l.10 \end{figure}
I think this used to work in the past. Any idea what the issue is?
Removing the ncline command fixes it, but obviously also gets rid of the arrow I intended to draw.
\usepackage[crop=off]{auto-pst-pdf}. see if the answers here work for you: https://tex.stackexchange.com/questions/2941/how-to-setup-synctex-with-vim-pdflatex-and-an-open-source-pdf-viewer-under-linu – naphaneal Jun 05 '19 at 09:09lualatex. Usexelatexinstead and withoutauto-pst-pdf– user187802 Jun 05 '19 at 09:43