====Output==== results ====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 ?> On Independence, Compound, and Iterated Conditionals (bibtex)
On Independence, Compound, and Iterated Conditionals (bibtex)
@INCOLLECTION{GOPS24,
	author={Angelo Gilio and David E. Over and Niki Pfeifer and Giuseppe Sanfilippo},
	year={2024},
	title = {On Independence, Compound, and Iterated Conditionals},
	booktitle ={Human and Artificial Rationalities: 
	Second International Conference, HAR 2023, Paris, France, September 19–22, 2023, Proceedings},
	pages =         {159--177},
	publisher =     {Springer},
	series =        {Lecture Notes in Computer Science},
	editor*={},
	volume*={14522},
	doi={10.1007/978-3-031-55245-8_11},

}
Powered by bibtexbrowser