feat: first draft
This commit is contained in:
commit
fb3b63f05e
24 changed files with 926 additions and 0 deletions
38
template/bibliography/thesis.bib
Normal file
38
template/bibliography/thesis.bib
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
@book{Smith.2020,
|
||||
author = {John Smith},
|
||||
title = {A Comprehensive Introduction to C++},
|
||||
year = {2020},
|
||||
publisher = {Tech Books Publishing Ltd.},
|
||||
address = {New York},
|
||||
}
|
||||
|
||||
@book{a,
|
||||
author = {John Smith},
|
||||
title = {A Comprehensive Introduction to C++},
|
||||
year = {2020},
|
||||
publisher = {Tech Books Publishing Ltd.},
|
||||
address = {New York},
|
||||
}
|
||||
|
||||
@book{b,
|
||||
author = {John Smith},
|
||||
title = {A Comprehensive Introduction to C++},
|
||||
year = {2020},
|
||||
publisher = {Tech Books Publishing Ltd.},
|
||||
address = {New York},
|
||||
}
|
||||
|
||||
@book{c,
|
||||
author = {John Smith},
|
||||
title = {A Comprehensive Introduction to C++},
|
||||
year = {2020},
|
||||
publisher = {Tech Books Publishing Ltd.},
|
||||
address = {New York},
|
||||
}
|
||||
@book{d,
|
||||
author = {John Smith},
|
||||
title = {A Comprehensive Introduction to C++},
|
||||
year = {2020},
|
||||
publisher = {Tech Books Publishing Ltd.},
|
||||
address = {New York},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue