mgttlinger / biblatex-lncs

BiBLaTeX style for Springer Lecture Notes in Computer Science
LaTeX Project Public License v1.3c
17 stars 3 forks source link

`misc` entries are not populated #8

Closed tvercaut closed 1 year ago

tvercaut commented 1 year ago

Citing a misc work leads to a plain "MISC" in the generated bibliography.

A poor workaround can be to add:

\DeclareBibliographyAlias{misc}{article}

However a proper fix for it exist in other forks: https://github.com/NorwegianRockCat/biblatex-lncs/pull/1

It would be good to port this here.