/** 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
?>
@INCOLLECTION{GiSa21ECSQARU, author = {Gilio, Angelo and Sanfilippo, Giuseppe}, title = {Iterated Conditionals and Characterization of P-Entailment}, pages = {629--643}, booktitle = {Symbolic and Quantitative Approaches to Reasoning with Uncertainty, ECSQARU 2021}, year = {2021}, series = {LNCS}, editor = {Vejnarov\'a, J. and Wilson, N.}, publisher={Springer International Publishing}, doi={https://doi.org/10.1007/978-3-030-86772-0_45}, url*={https://arxiv.org/pdf/2109.04776.pdf}, url={https://www.researchgate.net/publication/354730340_Iterated_Conditionals_and_Characterization_of_P-Entailment" target="_blank}, scopus={2-s2.0-85116399997}, volume={12897}, keywords={Coherence, Conditional event, Conjunction, Frank t-norm }, comment={ https://www.researchgate.net/publication/354730340_Iterated_Conditionals_and_Characterization_of_P-Entailment" target="_blank"> Preprint available on ResearchGate}, }