====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 compound and iterated conditionals (bibtex)
On compound and iterated conditionals (bibtex)
@article{GiSa21Argumenta,
	author =        {Gilio, Angelo and Sanfilippo, Giuseppe},
	journal =       {Argumenta},
	title =         {On compound and iterated conditionals},
	year =          {2021},
	volume={6},
	number={2},
	pages={241--266},
	doi={10.14275/2465-2334/202112.gil},
	url={https://www.argumenta.org/article/compound-iterated-conditionals/},
	comment={  Preprint available on ResearchGate	},
keywords={Coherence, Conditional events, Conditional random quantities, Conjunction, Disjunction, Iterated conditional, Inference rules, p-validity, p-entailment, Import-Export principle}
}
Powered by bibtexbrowser