Closed csware closed 1 year ago
This should IMHO be done in these files:
I need some more time to port this to biblatex-lni, because I need to update the build process (https://github.com/gi-ev/biblatex-lni/issues/7), also switching from CircleCI to GitHub actions (as I did at https://github.com/gi-ev/LNI/pull/105).
@csware I ported the font size change at https://github.com/gi-ev/LNI/pull/114. I think, this should also go into biblatex-lni (as outlined at https://github.com/gi-ev/LNI/pull/114#issuecomment-1628422510). What's your take on this?
Heading ported at: https://github.com/gi-ev/biblatex-lni/pull/12
I am not sure about the font size comment in your PR. I assume (hope ^^) that the font size of the heading does not need to be adjusted.
In case there are not any blocking issues, I will release the next version of biblatex-lni the next days.
Yes, the font size needs to be adjusted, but only for the German version (cf. https://github.com/gi-ev/LNI/pull/103/files#diff-ae80ebe131a821ba5cd1a749bc40e873a09e9ae3719c48dec09032d1dc42da29R639)
For some reason
\refname
(#103 (files)) get overwritten and cannot be used.
Reason: bibtex (\refname
) works different than biblatex (which uses its own dictionary)
Note that biblliography
is dfferent from references
. Fixed at https://github.com/gi-ev/biblatex-lni/pull/24
For some reason
\refname
(https://github.com/gi-ev/LNI/pull/103/files#diff-ae80ebe131a821ba5cd1a749bc40e873a09e9ae3719c48dec09032d1dc42da29L515) get overwritten and cannot be used.