BibTeX-File As Entry PointA typical BibTeX files contains entries like the
following1:
In order to facilitate searching the BibTeX file, I suggest
to edit the BibTeX file with tw=0.
It depends on the BibTeX style defined in the
LaTeX source document, how the BibTeX entry is
eventually formatted for inclusion in your LaTeX document.
Fields your BibTeX style does not know about will be
ignored by BibTeX. You can make use of this behaviour to
include additional information in the BibTeX entry.
The additional fields summary, file, and
doi contain viki links that refer to
intervikis. In order to turn those extra fields into
hyperlinks, you can use the :VikiMinorMode in
VIM. In order to always invoke this command when editing a
BibTeX file, you could create a file
~/vimfiles/after/syntax/bib.vim (where
vimfiles refers to your personal VIM runtime,
but see :help vimfiles in VIM):
The intervikis are best defined in
~/vimfiles/after/plugin/viki.vim:
Move the cursor over the link to the summary and press
<c-cr> or <a-leftmouse>. This will
create or open the file ~/Sci/Summaries/solka08.txt that
will contain you notes on the (randomly chosen) paper with the
BibTeX ID solka08.
1I
use this paper as an example because I recently added it to my
BibTeX file and because I’m too lazy to come up with
an contrived entry.