Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scribble-lib/scriblib/autobib.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion scribble-test/tests/scriblib/bibtex.latex-escapes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading