I require two citation lists with the following format...
- Main report reference list
[1] [2] [3] etc
- Appendix References
[A1] [A2] [A3] etc
I have approx. 50 different references which are cited throughout the report.
I currently use these lines of code to produce two reference lists...
\printbibliography[keyword={MainRep},notkeyword={Appendix},title={Main Report References}]
\printbibliography[keyword={Appendix},notkeyword={MainRep},title={Appendix References}]
How can I change the citation numbering format?

My "main report refs" contains refs [1-16], [24-27], [38-40]. My "appendix refs" contains [17-23], [28-30].
Is the best solution just to use 5 'refsections' within the main report?
– Crilly Mar 23 '23 at 17:08\usepackage[bankend=biber, style=ieee, sorting=none, defernumbers=true]{biblatex}
– Crilly Mar 23 '23 at 17:24