Problem in bibliography autocompletion in TeXStudio
This question is the continuation of my previous question in here. I have updated everything according to the instructions given there in the answer of @doctorate.
The problem that I have is the autocpmplete list in TeXStudio for bibliography entries. Unfortunately, updating did not help. I am using classicthesis package and my Bibliography.tex is located in the folder named FrontBackMatter. When I have:
\bibliography{../Bibliography}
in the file Bibliography.tex, I am able to see the entries of the bibliography in autocomplete list (very cool). However, the problem is that the compiler does not succeed in putting the citation in the document itself by using for example \citep{}. When I change it back to:
\bibliography{Bibliography}
the citation works perfectly in the document but autocomplete fails to show me the entries.
Could someone help me find the solution to this?
This question is the continuation of my previous question in here. I have updated everything according to the instructions given there in the answer of @doctorate.
The problem that I have is the autocpmplete list in TeXStudio for bibliography entries. Unfortunately, updating did not help. I am using classicthesis package and my Bibliography.tex is located in the folder named FrontBackMatter. When I have:
\bibliography{../Bibliography}
in the file Bibliography.tex, I am able to see the entries of the bibliography in autocomplete list (very cool). However, the problem is that the compiler does not succeed in putting the citation in the document itself by using for example \citep{}. When I change it back to:
\bibliography{Bibliography}
the citation works perfectly in the document but autocomplete fails to show me the entries.
Could someone help me find the solution to this?
No comments:
Post a Comment