JMSLab / Template

Template for research repository using scons.
9 stars 1 forks source link

Automatic splitting of main text and appendix bibliographies #97

Open miikapaal opened 5 months ago

miikapaal commented 5 months ago

I've found a way to create separate bibliographies for the main text and appendix so that the appendix bibliography only includes references that are not cited in the main text.

This file, from my public dissertation template, shows the implementation which uses biblatex.

It seems that the main hurdle would to be modify the LaTeX builder to use biblatex instead of bibtex.

Would there be interest in adding this feature? I'm busy putting together my dissertation right now, but I'd be happy to work on this in my spare time over the summer. Of course, any help would be appreciated!

FYI @jmshapir

jmshapir commented 5 months ago

@miikapaal thanks!

What I will plan to do is to keep an eye out for a live use case where we can test this out on our end. If that test is successful then we can test out adding it to the template.

Meantime we can keep this issue thread open as a reminder.

@rcalvo12 @zhizhongpu @ew487 fyi

miikapaal commented 5 months ago

@miikapaal thanks!

What I will plan to do is to keep an eye out for a live use case where we can test this out on our end. If that test is successful then we can test out adding it to the template.

Meantime we can keep this issue thread open as a reminder.

@rcalvo12 @zhizhongpu @ew487 fyi

Thanks @jmshapir, sounds good! Just wanted to add that I've only implemented this in LaTeX; I haven't checked if it works in LyX.