summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2023-12-14 20:06:01 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2023-12-14 20:06:01 +0100
commit86f6dba2566bc91526a3fa9c5427dfa380609e78 (patch)
tree0228d79a8fb931e8f80eb3ce29c4a989bc1e770b /source
parent419ef6aded21195d9d3f9b3a0f9d4c97c2a9246b (diff)
Add a bibliography file for interesting books that haven't been used yet
Diffstat (limited to 'source')
-rw-r--r--source/bibliography/unused.bib15
-rw-r--r--source/conf.py1
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",
]