Hello,
I need to parse a BibTeX file which, in addition to the standard types, also contains some custom entry types, such as 'slides', 'lecturenotes' etc. which all have exactly the same constraints as the entry type 'misc'. Could you please give me some pointers on how to achieve this?
I already skimmed the documentation about setting up a custom structure but have a feeling that it can be done in a couple of lines by inheriting from Text::BibTeX::BibEntry (all the custom types are basically just aliases for 'misc').
Thanks a lot in advance!