diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-12-14 20:06:01 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-12-14 20:06:01 +0100 |
commit | 86f6dba2566bc91526a3fa9c5427dfa380609e78 (patch) | |
tree | 0228d79a8fb931e8f80eb3ce29c4a989bc1e770b | |
parent | 419ef6aded21195d9d3f9b3a0f9d4c97c2a9246b (diff) |
Add a bibliography file for interesting books that haven't been used yet
-rw-r--r-- | source/bibliography/unused.bib | 15 | ||||
-rw-r--r-- | source/conf.py | 1 |
2 files changed, 16 insertions, 0 deletions
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", ] |