You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Docker container dependencies and improve LaTeX error reporting
Docker improvements:
- Add pkg-config, libcairo2-dev, libgirepository1.0-dev to system dependencies
- Add pycairo to Python dependencies in Docker image
- Replace runtime dependency installation with verification step
Build script improvements:
- Enhanced LaTeX error reporting with categorized error analysis
- Show critical errors, undefined control sequences, and missing files
- Provide clearer debugging information for LaTeX compilation failures
These changes should resolve:
- pycairo installation failures in CI
- Bikeshed warnings about missing pycairo
- Better debugging for LaTeX compilation issues
0 commit comments