From 631ba40e57b4f121fe9335f334a76dd9c81de088 Mon Sep 17 00:00:00 2001 From: Lars Wrenger Date: Fri, 31 Mar 2023 18:41:17 +0200 Subject: Support for multiple bib files in a bibliography (#296) --- assets/files/works_too.bib | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 assets/files/works_too.bib (limited to 'assets') diff --git a/assets/files/works_too.bib b/assets/files/works_too.bib new file mode 100644 index 00000000..8ccbe5d1 --- /dev/null +++ b/assets/files/works_too.bib @@ -0,0 +1,10 @@ +@article{keshav2007read, + title = {How to read a paper}, + author = {Keshav, Srinivasan}, + journal = {ACM SIGCOMM Computer Communication Review}, + volume = {37}, + number = {3}, + pages = {83--84}, + year = {2007}, + publisher = {ACM New York, NY, USA} +} -- cgit v1.2.3