I am trying to create a custom source.bib file. Default templates are not helping me since my company has a different fields ordering in .bib file.
Assume I am working under the @mis type.
@misc{A14-002,
author = {},
title = {TM/TC Database Design Architecture},
howpublished = {},
year = {},
keywords = {RD}
}
Rather that above example I want to create a custom-bib file as shown below:
@template{A14-002,
document_code = {},
title = {},
keywords = {}
}
Is there a easy way to accomplish that. I am very newbie at working on biblatex files. But any solution will be welcomed (I am trying to avoid complex macros). Thank you in advance!