Re: [AUCTeX] Autocomplete for BibTeX cite

2015-07-15 Thread Florian Lindner
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

Re: [AUCTeX] Autocomplete for BibTeX cite

2015-07-15 Thread Mosè Giordano
Hi Florian, 2015-07-15 10:19 GMT+02:00 Florian Lindner mailingli...@xgm.de: 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}

Re: [AUCTeX] Autocomplete for BibTeX cite

2015-07-15 Thread Lars Madsen
From: auctex-bounces+daleif=math.au...@gnu.org [auctex-bounces+daleif=math.au...@gnu.org] on behalf of Florian Lindner [mailingli...@xgm.de] Sent: 15 July 2015 10:15 To: auctex@gnu.org Subject: [AUCTeX] Autocomplete for BibTeX cite Hello, I have a minimal

Re: [AUCTeX] Autocomplete for BibTeX cite

2015-07-15 Thread Joost Kremers
On Wed, Jul 15 2015, Florian Lindner mailingli...@xgm.de wrote: Mosè Giordano wrote: Well, the description of RefTeX is RefTeX is a package for managing Labels, References, Citations and index entries with GNU Emacs. Just FYI: when it comes to inserting BibTeX citations, there are

[AUCTeX] Autocomplete for BibTeX cite

2015-07-15 Thread Florian Lindner
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

Re: [AUCTeX] Autocomplete for BibTeX cite

2015-07-15 Thread Florian Lindner
Mosè Giordano wrote: Hi Florian, 2015-07-15 10:19 GMT+02:00 Florian Lindner mailingli...@xgm.de: Florian Lindner wrote: Sorry, accidently sent the post too early. Hello, I have a minimal LaTeX file: \documentclass{scrartcl} \usepackage[utf8]{inputenc} \begin{document}

Re: [AUCTeX] Autocomplete for BibTeX cite

2015-07-15 Thread Mosè Giordano
2015-07-15 10:37 GMT+02:00 Florian Lindner mailingli...@xgm.de: Mosè Giordano wrote: Do you use RefTeX? No, not yet. Is it needed for that kind of autocomplete? Well, the description of RefTeX is RefTeX is a package for managing Labels, References, Citations and index entries with