A long overdue scan to eliminate files without terminating newlines.
(DrRacket should really do that.) original commit: 40124a0619da5e187d95aeb1dde237f05d6f9c6b
This commit is contained in:
parent
d2eb729e49
commit
2917d887d6
|
@ -217,4 +217,4 @@
|
||||||
[_
|
[_
|
||||||
(make-bib #:title (format "~v" the-raw))]))))
|
(make-bib #:title (format "~v" the-raw))]))))
|
||||||
|
|
||||||
(provide define-bibtex-cite)
|
(provide define-bibtex-cite)
|
||||||
|
|
|
@ -17,4 +17,4 @@ Uses @racket[define-cite] from @racketmodname[scriblib/autobib], but augments th
|
||||||
|
|
||||||
Each string is broken along spaces into citations keys that are looked up in the BibTeX database and turned into @racket[bib?] structures.
|
Each string is broken along spaces into citations keys that are looked up in the BibTeX database and turned into @racket[bib?] structures.
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,4 +20,4 @@
|
||||||
(citet-id "Tobin-Hochstadt:2011fk" "Tobin-Hochstadt:2011fk")
|
(citet-id "Tobin-Hochstadt:2011fk" "Tobin-Hochstadt:2011fk")
|
||||||
(citet-id "Tobin-Hochstadt:2011fk Tobin-Hochstadt:2011fk")
|
(citet-id "Tobin-Hochstadt:2011fk Tobin-Hochstadt:2011fk")
|
||||||
|
|
||||||
(generate-bibliography-id))))
|
(generate-bibliography-id))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user