refactor: Initialiased target docs structure

This commit is contained in:
TrisNol
2023-09-30 11:13:45 +02:00
parent 0d779db1e8
commit dd55b5184c
25 changed files with 165 additions and 3 deletions

View File

@ -0,0 +1,18 @@
@book{knuth,
author = {Knuth, Donald E.},
title = {The Art of Computer Programming},
subtitle = {Fundamental Algorithms},
volume = {1},
publisher = {Addison-Wesley},
location = {Reading, Massachusetts},
edition = {3},
year = {1997}
}
@online{scheme,
author = {Shinn, Alex and Cowan, John and Gleckler, Arthur A.},
title = {Scheme Reports Process},
year = {2013},
urldate = {2020-07-13},
url = {http://www.scheme-reports.org/}
}