Commit 7908dfd
🔧 Fix LaTeX minted package requirements
- Add python3-pygments system dependency for syntax highlighting
- Add -shell-escape flag to pdflatex commands for minted package
- Resolve LaTeX errors: 'Package minted Error: You must have pygmentize installed'
- Resolve LaTeX errors: 'You must invoke LaTeX with the -shell-escape flag'
- Fix both build-dev-docs.yml and build-deploy.yml workflows
- This should resolve PDF table of contents and navigation issues
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent d363236 commit 7908dfd
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
181 | | - | |
| 182 | + | |
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
144 | | - | |
145 | | - | |
| 145 | + | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
| |||
0 commit comments