/** bibtex2latex generates a publication list in latex from a bibtex file It is written in PHP and is built on top of [[http://www.monperrus.net/martin/bibtexbrowser/|bibtexbrowser]]. The publication list created has an academic style (book/articles/conferenc papers/workshop paper/etc). For instance, it can be inserted in a CV. The main advantage of this approach is that your publication list in your web page and the one in your CV are always in sync and have the same style. ====Online==== Copy here the bibtex file containing your publications:
====Output====
%% the simplest way
\documentclass{article}
\usepackage[latin1]{inputenc} %% for accents, may be replaced by utf-8, depending of the encoding of the bibtex file
\usepackage[margin=2cm]{geometry}
\begin{document}
\input{publist.tex}
\end{document}
*/
$_GET['library']=true;
// this will transformed by pp4php
?>
@article{Article20_3, Author = {Lad, Frank and Sanfilippo, Giuseppe}, Doi = {https://doi.org/10.1007/s10203-020-00281-z}, Isbn = {1129-6569}, Journal = {Decisions in Economics and Finance}, Title = {Predictive distributions that mimic frequencies over a restricted subdomain}, volume={43}, pages={17-41}, Url = {https://doi.org/10.1007/s10203-020-00281-z}, Year = {2020}, Url={https://rdcu.be/b37p7}, keywords={Probability elicitation, Conditional probability, Probability bounds, Extendable exchangeability} }