I am testing NBIB support and I see that even though abstract gets parsed (I see it in --debug --verbose output), it is not dumped into XML by nbib2xml. Also, keywords do not get converted either. Here is my testing NBIB input: https://gist.github.com/wilx/bfa772258d8fd54bd89a859e6dc5d1af
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found the problem. Turns out that the defines SKIP and SIMPLE accidentally have the same value in lib/reftypes.h. For the mesh heading keywords ( tag "MH" ), the tag needs to be defined in nbibtypes.c
The fix will be in the version 6.5 release.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am testing NBIB support and I see that even though abstract gets parsed (I see it in
--debug --verboseoutput), it is not dumped into XML bynbib2xml. Also, keywords do not get converted either. Here is my testing NBIB input: https://gist.github.com/wilx/bfa772258d8fd54bd89a859e6dc5d1afI found the problem. Turns out that the defines SKIP and SIMPLE accidentally have the same value in lib/reftypes.h. For the mesh heading keywords ( tag "MH" ), the tag needs to be defined in nbibtypes.c
The fix will be in the version 6.5 release.