1 Open Issue Need Help Last updated: Jul 18, 2025

Open Issues Need Help

View All on GitHub

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