Skip to content

Instantly share code, notes, and snippets.

@tilofrei
tilofrei / ajt-ama-style.tex
Last active May 13, 2019 02:39
Biblatex style for the American Journal of Transplantation (similar to AMA style)
% Biblatex style for the American Journal of Transplantation (similar to AMA style)
% I used remus' suggestions as a template: https://tex.stackexchange.com/a/233423/115062
% To use this just include in your tex-file
% configuring package options
\usepackage[backend=bibtex, bibencoding=utf8, citestyle=numeric-comp, bibstyle=numeric, sorting=none, maxbibnames=6, minbibnames=3, doi=false, isbn=false, url=false, uniquename=false, uniquelist=false, firstinits=true, terseinits=true]{biblatex}
% BEGIN DEFINE CITATION STYLE
% first after last name
\DeclareNameAlias{default}{last-first}