BibTeX, biblatex and biberbiblatex 0.9 & apalike

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
duboismathieu
Posts: 18
Joined: Tue Apr 01, 2008 1:09 pm

biblatex 0.9 & apalike

Post by duboismathieu »

Hello,

I'm using biblatex 0.9 (Ubuntu 11.04 comes with TeXLive 2009).

I would like to use something that looks like the classical apalike style i.e. citations are ordered by a key in the form [AuthorYear] and they appear like that in the text.

I'm a bit lost within biblatex options. Can anyone help?

Thanks in advance.

P.S.: I know about the biblatex-apa package but it require biblatex 1.4 & biber.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

duboismathieu
Posts: 18
Joined: Tue Apr 01, 2008 1:09 pm

Re: biblatex 0.9 & apalike

Post by duboismathieu »

Maybe I can be a bit more specific:
How can you put a key (in the form [AuthorYear]) in front of bibliographic entries?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

biblatex 0.9 & apalike

Post by localghost »

duboismathieu wrote:[…] I know about the biblatex-apa package but it require biblatex 1.4 & biber.
You can always create a TeX directory tree in your »home« folder (~/texmf) and put current versions of needed packages in. You only have to note that is has to follow the TeX Directory Structure (TDS) standard. And Biber can be put into ~/bin.


Thorsten
duboismathieu
Posts: 18
Joined: Tue Apr 01, 2008 1:09 pm

biblatex 0.9 & apalike

Post by duboismathieu »

Hi,

Thanks for your answer (I was about to do it).

After some reading biblatex-apa is not what I want.

I would like to have key in the bibliography for easier navigation.
For instance:

Code: Select all

[Einstein1905] Einstein, A. "Ist die Trägheit eines Körpers von seinem Energieinhalt abhängig?", Annalen der Physik, 1905
[Newton1687] Newton, I. "Philosophiæ Naturalis Principia Mathematica", 
I think it's simply a matter of options for biblatex (but the manual is very dense and it's hard to figure out what every command does). It's pretty close to the numeric style.

Any idea?
Mathieu
Post Reply