I have defined a very basic biblatex bibliography.
\defbibenvironment{bibliography}
{\begin{description}}
{\end{description}}
{\item[\nopunct\printnames{author}\addspace\printdate]}
\newbibmacro*{finentry}{\newline}
However, when trying to use my own format for the author names (\printnames[myformat]{author}) it will just print nothing, meaning it does not recognize it.
When outside the defbibenvironment it works fine and prints the authors with my format.
Any ideas on what i am doing wrong?
\item[{\nopunct\printnames[myformat]{author}\addspace\printdate}]see also https://tex.stackexchange.com/q/78414/35864, https://tex.stackexchange.com/q/99495/35864) or yourmyformatis somehow faulty. – moewe Mar 08 '24 at 06:48