Closed kylebutts closed 2 years ago
This isn't a bug per se, but there are no Beamer definitions in unified-latex-ctan
. If you wanted to make some and submit a PR, I'd be greatful!
Let me look in that package and see if I can orient myself around that!
This should be fixed in v1.1.0
thanks to #11
Hi there, super excited about this!
I wanted to point out a potential bug. In beamer documents, it's common to use
\begin{frame}{title}
or\begin{frame}{title}{subtitle}
. This doesn't work in the latex-parser-playground.This code:
results in this:
Notice how the {Title} is on a separate line