/** 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_1, title = "Probabilities of conditionals and previsions of iterated conditionals", journal = "International Journal of Approximate Reasoning", volume = "121", pages = "150 - 173", year = "2020", issn = "0888-613X", doi = "https://doi.org/10.1016/j.ijar.2020.03.001", url* = "./pdf/2020/ContributionSIR2_corrections.pdf", author = "Giuseppe Sanfilippo and Angelo Gilio and David E. Over and Niki Pfeifer", comment = { [Preprint Available on RG]}, scopus={2-s2.0-85082550656}, wos={WOS:000527939100009}, keywords = {Coherence, Conditional random quantities, Conditional probabilities and previsions, Conjoined and iterated conditionals, Affirmation of the Consequent, Independence and uncorrelation}, gsid={https://scholar.google.com/scholar?oi=bibs&hl=it&cites=3161265976881006061&as_sdt} }