jbuerman / latexsuite

MIT License
0 stars 0 forks source link

Allow shared bibtex files #12

Open jbuerman opened 1 year ago

jbuerman commented 1 year ago

Make it possible for several tex files to share one bibtex file. Currently pybtex's 'to_file' is used which used 'w' mode to write the bibliography file and thus overrides the file every time. Hence, only the citations from the document of the last run will be in the bib file.

jbuerman commented 4 months ago

This would also be useful for adding entries manually to the bib file since they will be overwritten by the next run as well.