diff --git a/teach_online/_config.yml b/teach_online/_config.yml index 50844db..49509d3 100644 --- a/teach_online/_config.yml +++ b/teach_online/_config.yml @@ -18,7 +18,7 @@ latex: # Add a bibtex file so that we can create citations bibtex_bibfiles: - - references.bib + - ref.bib # Information about where the book exists on the web repository: diff --git a/teach_online/_toc.yml b/teach_online/_toc.yml index 4c71afa..7f8fb7b 100644 --- a/teach_online/_toc.yml +++ b/teach_online/_toc.yml @@ -6,3 +6,4 @@ root: intro chapters: - file: preface - file: modalities +- file: references diff --git a/teach_online/references.bib b/teach_online/ref.bib similarity index 100% rename from teach_online/references.bib rename to teach_online/ref.bib diff --git a/teach_online/references.md b/teach_online/references.md new file mode 100644 index 0000000..7b1615c --- /dev/null +++ b/teach_online/references.md @@ -0,0 +1,5 @@ +# References + +```{bibliography} +:style: unsrt +```