Search found 2 matches

by samuelandjw
Sat Apr 11, 2015 9:28 am
Forum: Texmaker and TeXstudio
Topic: No code completion when citing more than one reference
Replies: 4
Views: 3692

No code completion when citing more than one reference

Texmaker 4.4.1 on Mac OS 10.10.3
See the following MWE:

\documentclass{article}
\usepackage[noadjust]{cite}
\usepackage{filecontents}

\begin{filecontents*}{test.bib}
@MISC{test1,
title = {Reference test1}
}
@MISC{test2,
title = {Reference test2}
}
@MISC{test3,
title = {Reference test3}
}
\end ...