hoelzer / dfg

A LaTeX template for a basic DFG (Deutsche Forschungsgemeinschaft, German Research Foundation) grant proposal.
GNU General Public License v3.0
69 stars 44 forks source link

Numbering of own references #25

Closed Tissot11 closed 2 years ago

Tissot11 commented 2 years ago

New DFG guidelines ask to number your references in Sec. 1.2.1. and 1.2.2 consecutively. For other references in the bibliography, it seems that one can arrange them alphabetically. Please suggest that how one should do this in your template?

Tissot11 commented 2 years ago

Please let me know if this can be fixed.

klb2 commented 2 years ago

Based on this Stackexchange post, you can use the bibenvironment from biblatex to achieve this.

For using it in the DFG template, you can find an implementation which uses this here.

Tissot11 commented 2 years ago

Based on this Stackexchange post, you can use the bibenvironment from biblatex to achieve this.

For using it in the DFG template, you can find an implementation which uses this here.

Many thanks for your suggestions and pointing to a new template! The new one works fine and I'll use it.

hoelzer commented 2 years ago

Hey @Tissot11 , thx for reporting this change in the DFG guidelines and thx @klb2 for the solution! I saw that your code is basically a fork of this repository so I will try to also update my repo to allow the numbering of references in Sec. 1.2.1. and 1.2.2 consecutively.

hoelzer commented 2 years ago

Implemented based on @klb2 code