diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | brazil.bib | 12 |
2 files changed, 14 insertions, 0 deletions
@@ -32,6 +32,8 @@ Entries in this repository also uses the following non-standard BibTeX fields: organizer = {Jane Doe, John Doe}, +* `cover`: to list those who made the book/entry cover. + ## Testing sudo apt install make biber pybtex @@ -283,3 +283,15 @@ abstract = {O caso Mourão nos ajuda a entender com mais precisão o modus operandi que levou à situação em que hoje estamos e o ideário transmitido de geração a geração, nas academias militares, fartamente financiadas com dinheiro público}, tags = {brasil}, } + +% https://rosadafonseca.org/livro/ +@book{celestino2022, + title = {A Família Militar no Século XXI: perfis, experiências e particularidades}, + author = {Sabrina Celestino and Eduarda Hamann}, + organizer = {Sabrina Celestino and Eduarda Hamann}, + year = {2022}, + publisher = {Gráfica do Exército}, + isbn = {978-65-997634-0-3}, + url = {https://rosadafonseca.files.wordpress.com/2022/08/livro-familia-militar_e-book.pdf}, + cover = {Sonnia Guerra}, +} |