Open sairin1202 opened 3 years ago
Hi there, have you installed latexpand per the instructions here? https://github.com/allenai/s2orc-doc2json#latex-processing
The doc2json library does handle .bbl files (though not .bib files) but it requires latexpand to do so.
Most latex source codes from Arxiv use .bbl format for bibTex, while the code in doc2json cannot handle this. I tried some sources from Arxiv, none of those can produce bibliography information. Any suggestions for this?