gi-ev / LNI

A LaTeX class for submissions to the “Lecture Notes in Informatics” (LNI) published by the German “Gesellschaft für Informatik” (GI)
https://www.ctan.org/pkg/lni
LaTeX Project Public License v1.3c
40 stars 33 forks source link

Sync Bibliography and Literaturverzeichnis with Word template (also the style) #103

Closed csware closed 1 year ago

csware commented 1 year ago

For some reason \refname (https://github.com/gi-ev/LNI/pull/103/files#diff-ae80ebe131a821ba5cd1a749bc40e873a09e9ae3719c48dec09032d1dc42da29L515) get overwritten and cannot be used.

koppor commented 1 year ago

This should IMHO be done in these files:

koppor commented 1 year ago

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).

koppor commented 1 year ago

@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?

koppor commented 1 year ago

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.

csware commented 1 year ago

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)

koppor commented 1 year ago

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