Open Issues Need Help
View All on GitHub GitHub Actions Script Fails to compile .tex file with graphics about 2 months ago
AI Summary: The task is to debug and fix a GitHub Actions workflow that compiles LaTeX files. The current workflow fails to compile files containing graphics due to missing image files, despite the images being present in the correct relative directory. The solution involves either modifying the workflow to correctly locate the image assets or adjusting the LaTeX file paths. A secondary, simpler task is to create a reduced workflow that only compiles a specific .tex file, as a temporary workaround.
Complexity:
4/5
bug good first issue