From 2429c8bf67d801aeab6ed27738835980af30f5be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Fri, 5 Nov 2021 11:47:28 -0400 Subject: [PATCH] Fix space issue in BibTeX entry --- CITATION.bib | 3 +-- docs/src/index.md | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CITATION.bib b/CITATION.bib index 889cc23dd8..2887797498 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -1,5 +1,4 @@ -@article{ - legat2021mathoptinterface, +@article{legat2021mathoptinterface, title={{MathOptInterface}: a data structure for mathematical optimization problems}, author={Legat, Beno{\^\i}t and Dowson, Oscar and Garcia, Joaquim Dias and Lubin, Miles}, journal={INFORMS Journal on Computing}, diff --git a/docs/src/index.md b/docs/src/index.md index 58ca78d08f..d3298c34d7 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -46,9 +46,8 @@ is available on [arXiv](https://arxiv.org). If you find MathOptInterface useful in your work, we kindly request that you cite the following paper: -``` -@article{ - legat2021mathoptinterface, +```bibtex +@article{legat2021mathoptinterface, title={{MathOptInterface}: a data structure for mathematical optimization problems}, author={Legat, Beno{\^\i}t and Dowson, Oscar and Garcia, Joaquim Dias and Lubin, Miles}, journal={INFORMS Journal on Computing},