Texmaker and TeXstudioBiblatex Bibliography

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
huu2011
Posts: 10
Joined: Thu Sep 15, 2011 9:43 am

Biblatex Bibliography

Post by huu2011 »

Hello,
I would like to make Havard references using texmaker in texlive 2011.Installed to Biblatex package already.
Should I make the bib file and attach it?
How to define the author year for referencing?
thank you in advance

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Biblatex Bibliography

Post by josephwright »

'Harvard' is a very loose term: it covers basically all author-year styles. In the first instance, you should try something like

Code: Select all

\documentclass{article}
\usepackage[style=authoryear]{biblatex}
\bibliography{your-bib-file-name}
\begin{document}
\cite{some-reference}
\printbibliography
\end{document}
Joseph Wright
huu2011
Posts: 10
Joined: Thu Sep 15, 2011 9:43 am

Re: Biblatex Bibliography

Post by huu2011 »

Dear Wright,
Thanks for your reply.
I have few more questions.
1. is it necessary to pint texmaker where the biblatex (.bib)file is? for example c:texmFiles\bibdata?.
2:compiling bib in texmaker.Iam doing the following steps:
step 1: compile latex file with bibtex (.tex )
setp 2:compile the latex file with pdflatex to generate pdf files.
But if I add another reference, texmaker doesnt pick up?.

Please any idea.
NB: using texlive 2009 and texmaker 3.5
thank you
huu2011
Posts: 10
Joined: Thu Sep 15, 2011 9:43 am

Re: Biblatex Bibliography

Post by huu2011 »

sorry for this.I have another question

how can I add keywords in my articles?
thank you again
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Biblatex Bibliography

Post by josephwright »

pdfLaTeX should fine the .bbl file without any issues: perhaps we could see your log file? On keywords, I'm not quite sure what you mean: do you want them to print out in your document or just store them in your .bib file?
Joseph Wright
huu2011
Posts: 10
Joined: Thu Sep 15, 2011 9:43 am

Re: Biblatex Bibliography

Post by huu2011 »

wright,
thanks, it works.The keyword am asking is in the article. you have abstract then keywords.For example infectious disease,epidemiology
thank you in advance
regards
Post Reply