From 86f6dba2566bc91526a3fa9c5427dfa380609e78 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Thu, 14 Dec 2023 20:06:01 +0100 Subject: Add a bibliography file for interesting books that haven't been used yet --- source/bibliography/unused.bib | 15 +++++++++++++++ source/conf.py | 1 + 2 files changed, 16 insertions(+) create mode 100644 source/bibliography/unused.bib diff --git a/source/bibliography/unused.bib b/source/bibliography/unused.bib new file mode 100644 index 0000000..34e0b38 --- /dev/null +++ b/source/bibliography/unused.bib @@ -0,0 +1,15 @@ +@Book{1898:artistic + author = {Vienna ladies' tailoring institute}, + title = {Artistic ladies tailor system}, + publisher = {Hollinger Corp.}, + year = {1898}, + url = "https://archive.org/details/artisticladiest00vien/", +} + +@Book{1902:artistic + author = {Vienna ladies' tailoring institute}, + title = {Artistic ladies tailor system}, + publisher = {New York, Vienna ladies' tailoring institute}, + year = {1902}, + url = "https://archive.org/details/artisticladiest00vien/", +} diff --git a/source/conf.py b/source/conf.py index 025c851..e578bb9 100644 --- a/source/conf.py +++ b/source/conf.py @@ -85,4 +85,5 @@ bibtex_bibfiles = [ "bibliography/misc.bib", "bibliography/web.bib", "bibliography/free_soft_wear.bib", + "bibliography/unused.bib", ] -- cgit v1.2.3