I was wondering if there is a way to make a command to generate a BibLatex blank entry to be filled easily (instead of typing all the fields I need).
Context to what I am thinking:
I know JabRef and Zotero (the ones I use) produces the sort of entries according to the config./style I need, but, imagine that I just want to create my bibliog. entries directly in a .bib file. So, instead of writing:
@book{ ,
author = ,
title = ,
location = ,
etc ...,
}
I could type, for example, \book -- into a .bib file -- and then generate the type of entry (book, article, inbook, etc).
If there's a way, please, indicate me the way for achieving that. Ig there's not, thanks anyway.
Thanks.
biblatex(and friends) will transform a.bibfile into a new file. But they won't change the contents of a file. So if you type\book, it will stay\book. You could ask for a tex command that would transform\book{key,author=DCM...}into a.bibentry, but you might as well skip that step and type it as@book{key,author=DCM...}in the first place. So we're back to something that would generate@book{...}for you within the file. And that's the job of the editor that you're using, be it Notepad or Word (and you are using an editor). So: which editor? – Teepeemm Mar 27 '23 at 01:44@book{ID, author = {author}, title = {title}, date = {date}, OPTeditor = {editor}, OPTeditora = {editora}, OPTeditorb = {editorb}, OPTeditorc = {editorc}, OPTtranslator = {translator}, OPTannotator = {annotator}, OPTcommentator = {commentator}, OPTintroduction = {introduction}, OPTforeword = {foreword}, ... }Too much information for what I need. I'd have to choose from the list the items I need. – D.ClassMemoir Mar 29 '23 at 17:14console.logorprint(). heheheh. Sorry, I do not know how to concatenate this in a spreadsheet. – D.ClassMemoir Mar 29 '23 at 17:19