The tocstyle package was never meant for production use, and was removed completely in KOMA-script 3.31 (released on 2020-07-26), so building the license report fails to find tocstyle.sty. Remove the package from the license report header; however, removing it doesn't seem to make any difference to the rendered license report.
Link: https://ctan.org/ctan-ann/id/[email protected] Signed-off-by: Roland Hieber <[email protected]> --- scripts/lib/ptxd_make_license_report.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/lib/ptxd_make_license_report.sh b/scripts/lib/ptxd_make_license_report.sh index e04cb4a4b134..905fee9cf56f 100644 --- a/scripts/lib/ptxd_make_license_report.sh +++ b/scripts/lib/ptxd_make_license_report.sh @@ -19,8 +19,6 @@ ptxd_make_license_report_header() { \usepackage{adjustbox} \usepackage{spverbatim} \hypersetup{colorlinks=true,linkcolor=blue,urlcolor=blue} - \usepackage{tocstyle} - \usetocstyle{KOMAlike} %% Something like this may be needed depending on the package list %\usepackage[CJK]{ucharclasses} -- 2.28.0 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
