Commit 5609149
FIX: Add Pygments verification and minted directory permissions for Docker
- Verify Pygments availability (pygmentize command or python3 module) before LaTeX compilation
- Create _minted cache directory with proper 755 permissions for Docker containers
- Ensure minted can write syntax highlighting files in containerized environments
- Maintain compatibility with both local (TeX Live 2025) and Docker (TeX Live 2021) environments
Tested locally - build completes successfully with Pygments verification and permissions setup
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 234246a commit 5609149
1 file changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
245 | 250 | | |
246 | 251 | | |
247 | 252 | | |
| |||
320 | 325 | | |
321 | 326 | | |
322 | 327 | | |
323 | | - | |
| 328 | + | |
324 | 329 | | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
325 | 344 | | |
326 | 345 | | |
327 | 346 | | |
| |||
0 commit comments