2. Make a symbolic link for the bibliography database file.
ln -s ~/foldname/of/JabRef-database-folder/ bib
Then, put the symbolic link in
/home/username/texmf
3. Extract harvard bibliography style zip file, which is downloadable at CTAN page. Put all the .bst(bibliography style) files in
/home/username/texmf/bibtex/bst
and .sty files in /home/username/texmf/tex/latex/my_styles
4. In preambule, put
\usepackage{harvard}
and \bibliographystyle{agsm}
right after \begin{document}
.5. Put, before
\end{document},
\addcontentsline{toc}{chapter}{Reference}
\bibliography{/home/username/texmf/bib/filename-without-.bib-extension}
We're done. Compile! latex-bibtex-latex-latex.
Hi
ReplyDeleteWhat do you mean with
" Compile! latex-bibtex-latex-latex "
yours
Luis