/** 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====
====Download====
1/ [[bibtex2latex.php.txt|download bibtex2latex.php]]
3/ call http://www.domain.net/bibtex2latex.php?bib=mybib.bib&author=Firstname+Lastname&bibtex2latex [[http://www.monperrus.net/martin/bibtex2latex.php?bib=monperrus.bib&author=Martin+Monperrus&bibtex2latex|demo]]
4/ save the result in a tex file
5/ use the tex file, for instance with \input{publist.tex}
%% 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{PfSa21,
author = {Pfeifer, Niki and Sanfilippo, Giuseppe},
title = {Interpreting connexive principles in coherence-based probability logic},
pages = {672-687},
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_48},
volume={12897},
url={https://arxiv.org/pdf/2109.01139.pdf},
scopus={s2.0-85116464287},
comment = { [Preprint available on ResearchGate]},
keywords={Coherence, Compounds of conditionals, Conditional events, Conditional random quantities, Connexive principles, Default reasoning, Iterated conditionals, Probability logic}
}