[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX] Citation completion
From: |
Chris Mears |
Subject: |
[AUCTeX] Citation completion |
Date: |
Fri, 16 Jun 2006 09:52:59 +1000 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Hi,
I have a problem with citation completion. I have a bibliography file,
'books.bib':
@Article{guy00:_fancy_title,
author = {Some Guy},
title = {Fancy Title},
journal = {Journal of High Regard},
year = 2000}
and a document 'article.tex':
\documentclass{article}
\begin{document}
Lorem ipsum dolor sit amet...
\bibliographystyle{plain}
\bibliography{books}
\end{document}
Parsing the tex file (with C-c C-n) gives the variable
LaTeX-bibliography-list the value
(("books") nil)
which seems correct. However, the variable LaTeX-bibitem-list is nil,
which means that I get no completion for \cite (and \citep etc.)
commands.
What have I done wrong?
Thanks,
Chris Mears
- [AUCTeX] Citation completion,
Chris Mears <=