I am new on Tex studio. I am combining three latex file in one by using \import{File name} command. The problem is that all files are combine normally but they have not shown their references at the end of each paper. Can any one help in this regard ?
Asked
Active
Viewed 30 times
1
Tools->Command->Biberanf then run againpdflatex– Aug 13 '15 at 05:33\begin{papers}[] \import{JESS1501102} \end{papers}
– Arshian Sharif Aug 13 '15 at 05:50\begin{papers}[] \import{file1} \end{papers}
\begin{papers}[] \import{file2} \end{papers}
File 1 and file 2 both are .tex file and have their own list of references in (ref.bib) file which needs to be printed at the end of each file respectively but they are not....
\usepackage{apacite}
– Arshian Sharif Aug 13 '15 at 06:44apaciteand notbiblatex, I will re-tag the question, so people can find it better. Still, please come up with a fully copy-and-paste-able and compilable MWE so we can examine your problem. With the fragments in the comments we can hardly do anything. – moewe Aug 13 '15 at 06:48