Commit f9bd293
committed
fix(vol1): two CI-surfaced PDF build errors
1. nn_architectures: remove \renewcommand{\arraystretch}{1.1} from
5 instances inside $$...$$ math blocks (display math). Pandoc
was macro-expanding \arraystretch (set to 1.25 by earlier chapter
ml_systems' raw-LaTeX \begingroup blocks), producing the broken
\renewcommand{1.25}{1.1} in the rendered LaTeX. The 6th
\renewcommand in this file (inside a {=latex} block at line 5042)
is safe and untouched.
2. header-includes.tex: add \providecommand{\tcbbreak}{} fallback.
PR #1789 (callout-audit) introduced \tcbbreak in 3 chapter QMDs
to force tcolorbox page-breaks, but the macro isn't defined by
the local foldbox extension. The fallback no-ops cleanly when
tcolorbox doesn't provide it.
Surfaced by CI Linux Vol I PDF build (run 26151749093, job
76922049346). Both errors reproduce locally and are fixed by these
two changes. Vol I PDF builds cleanly post-fix.1 parent af45aee commit f9bd293
2 files changed
Lines changed: 10 additions & 5 deletions
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1640 | 1640 | | |
1641 | 1641 | | |
1642 | 1642 | | |
1643 | | - | |
| 1643 | + | |
1644 | 1644 | | |
1645 | 1645 | | |
1646 | 1646 | | |
| |||
1653 | 1653 | | |
1654 | 1654 | | |
1655 | 1655 | | |
1656 | | - | |
| 1656 | + | |
1657 | 1657 | | |
1658 | 1658 | | |
1659 | 1659 | | |
| |||
1664 | 1664 | | |
1665 | 1665 | | |
1666 | 1666 | | |
1667 | | - | |
| 1667 | + | |
1668 | 1668 | | |
1669 | 1669 | | |
1670 | 1670 | | |
| |||
1675 | 1675 | | |
1676 | 1676 | | |
1677 | 1677 | | |
1678 | | - | |
| 1678 | + | |
1679 | 1679 | | |
1680 | 1680 | | |
1681 | 1681 | | |
| |||
1688 | 1688 | | |
1689 | 1689 | | |
1690 | 1690 | | |
1691 | | - | |
| 1691 | + | |
1692 | 1692 | | |
1693 | 1693 | | |
1694 | 1694 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2052 | 2052 | | |
2053 | 2053 | | |
2054 | 2054 | | |
| 2055 | + | |
| 2056 | + | |
| 2057 | + | |
| 2058 | + | |
| 2059 | + | |
0 commit comments