You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command VimtexTocOpen fails on my document. The first time I run it I get an E688 and from then on I get E712.
Steps to reproduce
I use neovim (did not test vim).
I use the following document and the (your) minimal.vim init file from below.
\documentclass[a4paper]{article}
\usepackage{biblatex}
\addglobalbib{main.bib}
\begin{document}
\cite{something}
\printbibliography\begin{refsection}
\nocite{*}
\printbibliography[title={Temporary, complete list of references}]
\end{refsection}
\end{document}
and run :VimtexTocOpen. This results in the following error:
Error detected while processing function 74[12]..79[5]..vimtex#parser#toc[14]..vimtex#parser#toc#parse[57]..233[21]..235:
line 4:
E688: More targets than List items
and if I run the command again (and again each time) in
Error detected while processing function 74[12]..79:
line 12:
E712: Argument of filter() must be a List or Dictionary
Expected behavior
The TOC should be shown
Actual behavior
I get an error message, no TOC is shown.
Do you use a latexmkrc file?
no
VimtexInfo
System infoOS: Linux 5.10.57Vim version: NVIM v0.5.0Has clientserver: trueServername: /tmp/nvimkzZLlD/0VimTeX project: minimalbase: minimal.texroot: /home/luc/uni/mastertex: /home/luc/uni/master/minimal.texout:
log:
aux:
fls:
main parser: current file verifiedcompiler: latexrunoutput: /tmp/nvimkzZLlD/1configuration:
latexrun options:
--verbose-cmds--latex-args="-synctex=1"latexrun engine: pdflatexviewer: Generalqf: LaTeX logfileaddqflist: 72fix_paths: 73set_errorformat: 71document class: articlepackages:
biblatex
The text was updated successfully, but these errors were encountered:
Description
The command
VimtexTocOpen
fails on my document. The first time I run it I get an E688 and from then on I get E712.Steps to reproduce
I use neovim (did not test vim).
I use the following document and the (your) minimal.vim init file from below.
and run
:VimtexTocOpen
. This results in the following error:and if I run the command again (and again each time) in
Expected behavior
The TOC should be shown
Actual behavior
I get an error message, no TOC is shown.
Do you use a latexmkrc file?
no
VimtexInfo
The text was updated successfully, but these errors were encountered: