-
Notifications
You must be signed in to change notification settings - Fork 407
Table of Contents removes alternate file #2073
Copy link
Copy link
Closed
Description
Opening Vimtex's Table of Contents removes Vim's alternate file.
-
Edit the file below.
-
Compile to create
highlight.bib. -
e highlight.bibto open an alternate file. -
ctrl-^three times to switch back to the.texfile and forth and back again. -
<local-leader>ltto open the TOC. -
ctrl-^to switch to the alternate file."E23: No alternate file"
This behavior doesn't occur with Vundle's PlugInList, which similarly opens a new buffer in a split. The alternate file is retained after closing the split.
\documentclass{article}
\usepackage[style=verbose-ibid]{biblatex}
\addbibresource{highlight.bib}
\begin{filecontents}{highlight.bib}
@book{Hemingway:For_Whom_the,
author = {Earnest Hemingway},
title = {For Whom the Bell Tolls},
date = {1940},
publisher = {Simon \& Schuster},
}
\end{filecontents}
\begin{document}
\section{Introduction}
Some text here.\autocite[10]{Hemingway:For_Whom_the}
\end{document}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels