Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically delete auxfiles and retry when needed #147

Open
chrisfenner opened this issue Apr 9, 2024 · 0 comments
Open

Automatically delete auxfiles and retry when needed #147

chrisfenner opened this issue Apr 9, 2024 · 0 comments

Comments

@chrisfenner
Copy link
Member

Sometimes the cached aux files need to be deleted in order for rendering to succeed:

Rendering PDF
Latexmk: Sometimes, the -f option can be used to get latexmk
  to try to force complete processing.
  But normally, you will need to correct the file(s) that caused the
  error, and then rerun latexmk.
  In some cases, it is best to clean out generated files before rerunning
  latexmk after you've corrected the files.
PDF output failed
Elapsed time: 4 seconds
! Undefined control sequence.
l.1 \xpginauxfiletrue
                     
? 
! Emergency stop.
l.1 

The workaround is to delete the caches from actions/caches and re-run the workflow, but this isn't very user-friendly.

Future versions of the tool should automatically recover from this state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant