August 22, 2014
\documentclass{article} \usepackage[papersize={5.2in, 1.6in}, text={5in, 1.4in}]{geometry} % for choosing the proper font encoding \usepackage[T1]{fontenc} % for proper encoding \usepackage[utf8]{inputenc} % enhanced font Latin Modern \usepackage{lmodern} % multi-language support \usepackage[english]{babel} % for inline and display quotations. \usepackage[autostyle]{csquotes} \usepackage{doi} \usepackage[ocgcolorlinks,pdfusetitle]{hyperref} \usepackage[ backend=biber, style=alphabetic, citestyle=alphabetic, backref=true]{biblatex} %%% \usepackage{filecontents} \begin{filecontents}{bib.bib} @article{black1973, author = {Black, Fishcer and Scholes, Myron}, doi = {10.1086/260062}, journal = {Journal of political economy}, number = 3, pages = {637--654}, publisher = {UChicago Press}, title = {The pricing of options and corporate liabilities}, volume = 81, year = 1973 } \end{filecontents} \addbibresource{bib.bib} \begin{document} Lorem ipsum dolor sit amet, consectetuer adipiscing elit \cite{black1973}. Ut purus elit, vestibulum ut, placerat ac, adipiscing vitae, felis. \printbibliography \end{document}
Comments Off on BibLaTeX + backref + biber + doi
no comment until now