Skip to content

Commit 6e0615f

Browse files
Fix list of implicitly laoded packages
1 parent d0389bb commit 6e0615f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to
1212
- Add a hint on the usage of `scrreprt` as the base class if one wants to have
1313
numbered bibliography or appendices.
1414

15+
### Fixed
16+
17+
- Fix list of implicitly loaded packages.
18+
1519
## [v4.3.0] – 2024–07–23
1620

1721
### Fixed

se2thesis.dtx

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@
186186
% \pkg{expl3}, \pkg{l3keys2e} in case one uses a \LaTeX{} kernel from before
187187
% 2022--06--01, \pkg{graphicx}, \pkg{translations}, \KOMAScript, \pkg{xcolor},
188188
% \pkg{ifthen}, as well as \pkg{fontspec}, \pkg{unicode-math},
189-
% and \pkg{libertinus-otf} if one uses \LuaTeX{};
189+
% \pkg{inconsolata-nerd-font} and \pkg{libertinus-otf} if one uses \LuaTeX{};
190190
% for \pdfLaTeX{} we load \pkg{fontenc}, \pkg{libertinus-type1}, and
191-
% \pkg{AnonymousPro} instead of the latter three.
191+
% \pkg{inconsolata} instead of the latter three.
192192
% Furthermore, we load \pkg{microtype};
193193
% when using \LuaTeX{}, we also load \pkg{lua-widow-control} and \pkg{selnolig}.
194194
%

0 commit comments

Comments
 (0)