auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] Autocomplete for BibTeX cite


From: Florian Lindner
Subject: Re: [AUCTeX] Autocomplete for BibTeX cite
Date: Wed, 15 Jul 2015 10:19:16 +0200
User-agent: KNode/4.14.10

Florian Lindner wrote:

Sorry, accidently sent the post too early.

> Hello,
> 
> I have a minimal LaTeX file:
> 
> \documentclass{scrartcl}
> \usepackage[utf8]{inputenc}
> 
> \begin{document}
> 
> \cite{Zudrop2012}
> 
> \bibliography{literatur}
> \bibliographystyle{unsrt}
> 
> \end{document}
> 
> which works perfect and produces a references section. How can I have
> autocomplete with the \cite macro?

My auctex config is like that:

(use-package tex-site
  :ensure auctex
  :init
  (progn
    (setq TeX-auto-save t
          TeX-parse-self t
          TeX-save-query nil
          TeX-view-program-selection '((output-pdf "xdg-open"))))
  )

which installed my 11.88.6, Emacs is 24.5.1

I'm using helm for completion, which works perfect with Auctex C-c RET.

Thanks,
Florian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]