Skip to content

Commit a092058

Browse files
committed
fix missing literature key in table of contents, change german OC prefix to E
1 parent 09f6a2b commit a092058

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99
### Fixed
1010
- Fix missing logos for dissertation
11+
- Fix missing refernces in table of contents
12+
1113
### Updated
1214
- remove subchapter name and chapter number in header
15+
- change german literature prefix for own contribution to 'E'
1316

1417
## [1.3.0] - 2025-08-01
1518
### Updated

LEA_Thesis_Template/LEAthesis.cls

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -509,16 +509,16 @@ multi-part-units = repeat
509509
\ifdiss{
510510
\ifdeutsch
511511
\printbibheading[title={Literaturverzeichnis}]
512-
\newrefcontext[labelprefix=OC]
513-
\printbibliography[keyword=owncontribution, heading=subbibliography, title={Liste der begutachteten Publikationen mit eigenen Beiträgen (OC)}, resetnumbers=true]
512+
\newrefcontext[labelprefix=E]
513+
\printbibliography[keyword=owncontribution, heading=subbibintoc, title={Liste der begutachteten Publikationen mit eigenen Beiträgen (E)}, resetnumbers=true]
514514
\newrefcontext
515-
\printbibliography[notkeyword=owncontribution, heading=subbibliography, title={Referenzen}, resetnumbers=true]
515+
\printbibliography[notkeyword=owncontribution, heading=subbibintoc, title={Referenzen}, resetnumbers=true]
516516
\else
517517
\printbibheading[title={Bibliography}]
518518
\newrefcontext[labelprefix=OC]
519-
\printbibliography[keyword=owncontribution, heading=subbibliography, title={List of peer-reviewed publications with own contributions (OC)}, resetnumbers=true]
519+
\printbibliography[keyword=owncontribution, heading=subbibintoc, title={List of peer-reviewed publications with own contributions (OC)}, resetnumbers=true]
520520
\newrefcontext
521-
\printbibliography[notkeyword=owncontribution, heading=subbibliography, title={References}, resetnumbers=true]
521+
\printbibliography[notkeyword=owncontribution, heading=subbibintoc, title={References}, resetnumbers=true]
522522
\fi
523523
}
524524
\else{

0 commit comments

Comments
 (0)