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?
_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex
