/** 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{CaSa25IJAR, title = {Generalized conjunction and disjunction of two conditional events in the setting of conditional random quantities}, journal = {International Journal of Approximate Reasoning}, volume = {187}, pages = {109533}, year = {2025}, issn = {0888-613X}, doi = {https://doi.org/10.1016/j.ijar.2025.109533}, url = {https://www.sciencedirect.com/science/article/pii/S0888613X25001744}, author = {Lydia Castronovo and Giuseppe Sanfilippo}, keywords = {Coherence, Conditional random quantities, De Morgan's law, Conjunction and disjunction, Imprecise probability, Fréchet-Hoeffding bounds}, abstract = {In recent papers, notions of conjunction and disjunction of two conditional events as suitable conditional random quantities, which satisfy basic probabilistic properties, have been deepened in the setting of coherence. In this framework, the conjunction and the disjunction of two conditional events are defined as five-valued objects, among which are the values of the (subjectively) assigned probabilities of the two conditional events. In the present paper we propose a generalization of these structures, where these new objects, instead of depending on the probabilities of the two conditional events, depend on two arbitrary values a,b in the unit interval. We show that they are connected by a generalized version of the De Morgan's law and, by means of a geometrical approach, we compute the lower and upper bounds on these new objects both in the precise and the imprecise case. Moreover, some particular cases, obtained for specific values of a and b or in case of some logical relations, are analyzed. The results of this paper lead to the conclusion that the only objects satisfying all the logical and the probabilistic properties already valid for the operations between events are the ones depending on the probabilities of the two conditional events.} }