From 8d92c040e9e2d43e00cdf9a99812671f43bcf3de Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau Date: Sun, 13 Sep 2026 16:33:28 -0400 Subject: [PATCH 1/2] autobib: include "." after doi, to clearly separate from notes. Much improves the bibliography for my book LtUO. --- scribble-lib/scriblib/autobib.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribble-lib/scriblib/autobib.rkt b/scribble-lib/scriblib/autobib.rkt index 92674a2315..aebb94bbcc 100644 --- a/scribble-lib/scriblib/autobib.rkt +++ b/scribble-lib/scriblib/autobib.rkt @@ -421,7 +421,7 @@ ".") null) (if (and (not doi) url) `(" " ,[(url-rendering) url]) null) - (if doi `(" " ,[(doi-rendering) doi]) null) + (if doi `(" " ,[(doi-rendering) doi] ".") null) (if note `(" " ,note) null)))) (define-syntax (define-cite stx) From 9916411058e0328074de27a3835019980572e050 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau Date: Mon, 14 Sep 2026 02:26:25 -0400 Subject: [PATCH 2/2] Update test --- scribble-test/tests/scriblib/bibtex.latex-escapes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribble-test/tests/scriblib/bibtex.latex-escapes.txt b/scribble-test/tests/scriblib/bibtex.latex-escapes.txt index 838181d2c0..5fb75edc8d 100644 --- a/scribble-test/tests/scriblib/bibtex.latex-escapes.txt +++ b/scribble-test/tests/scriblib/bibtex.latex-escapes.txt @@ -4,4 +4,4 @@ Bibliography Yovine. Parametric prediction of heap memory requirements. In Proc. Proceedings of the 7th international symposium on Memory management, ISMM ’08, pp. 141–150. ACM, New York, NY, USA, 2008. - doi:10.1145/1375634.1375655 + doi:10.1145/1375634.1375655.