/** 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
?>
@article{IJAR21,
title = {Compound conditionals, {F}réchet-{H}oeffding bounds, and {F}rank t-norms},
journal = {International Journal of Approximate Reasoning},
volume = {136},
pages = {168-200},
year = {2021},
issn = {0888-613X},
doi = {https://doi.org/10.1016/j.ijar.2021.06.006},
url = {https://arxiv.org/abs/2010.14382.pdf},
author = {Angelo Gilio and Giuseppe Sanfilippo},
comment= {[Preprint available on ResearchGate]},
scopus={2-s2.0-85108961181} ,
keywords={Coherence, Conditional previsions, Convexity,
Conjunction and disjunction, Fréchet-Hoeffding bounds, Frank t-norms}
}