For a paper I am working on, I am managing my citations with biblatex. I don't use in text citations, so I am currently using the command \nocite{*} to print all references.
However, the output is numbered. Since I am not actually referring to any of them in the text, I would prefer if it were simply an alphabetical list, with no numbers next to each reference.
Is there a simple way to do so? I couldn't find anything in the documentation that seemed like it would help.
Update: Just found this. However, biblatex doesn't seem to use @biblabel. Looking into it.
authortitlegenerates the same bibliography entries as the numeric styles, but without the label numbers. – Audrey Nov 29 '12 at 18:57authoryear? I was trying to avoidauthoryearbecause in another section I do use the numeric style. If I can't figure it out, that might be what I end up doing though. – kyryx Nov 29 '12 at 19:08authortitle. You can't use multiple styles in one document, but you can use different bibliography environments via theenvoption to\printbibligraphy. – Audrey Nov 29 '12 at 19:15