BibTeX, biblatex and biber ⇒ biblatex 0.9 & apalike
-
- Posts: 18
- Joined: Tue Apr 01, 2008 1:09 pm
biblatex 0.9 & apalike
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.
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
-
- Posts: 18
- Joined: Tue Apr 01, 2008 1:09 pm
Re: biblatex 0.9 & apalike
How can you put a key (in the form [AuthorYear]) in front of bibliographic entries?
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
biblatex 0.9 & apalike
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.duboismathieu wrote:[…] I know about the biblatex-apa package but it require biblatex 1.4 & biber.
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 18
- Joined: Tue Apr 01, 2008 1:09 pm
biblatex 0.9 & apalike
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",
Any idea?
Mathieu