mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 18:18:42 -05:00
[GH-ISSUE #372] Slowdown after changing "header-includes.tex" #4012
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BravoBaldo on GitHub (Aug 22, 2024).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/372
Since it was changed
...\tex\header-includes.texThe build slowed down a lot and xelatex runs 10 times (instead of usual 3 times) ending with the message:
"WARN: maximum number of runs (9) reached"
The problem seems to be "\usepackage{titlesec}" and the following "\titleformat..."
I don't know how to fix it :(
Note: you don't need "\usepackage{xcolor}" in row 80: it is already in row 17
Baldo
@BravoBaldo commented on GitHub (Aug 22, 2024):
With today's update there are 5 executions instead of 3 but there is no longer the warning message.
I think you can close this.
@profvjreddi commented on GitHub (Aug 22, 2024):
Thanks for letting me know! I used the titlesec to fix an issue with spacing. I will clean up the package, and remove lot and lof which should help.