2 questions that have been bugging me forever now:
1 I have several biblatex entries that are some sort of publication without a specific author. I use them like this:
@booklet{name,
author = {Surpreme Court},
etc
}
This is just an example ofcourse, but now when i print my bibliography it will write it down as: Court, Surpreme. This because ofcourse i entered it as author. But i have a lot of booklet entries without a specific author. Whats the best way to make sure it just prints it as: Surpreme Court and not Court, Surpreme?
2 I have my subbibliography as: \printbibliography[heading=subbliography] etc
The manual says it should not put this in my TOC. Cuz then i would have to use subbibintoc
But for some reason it does put my subbibliography in my TOC. What am i doing wrong?