Advertisement
diaaa

arara skip

Jan 6th, 2020
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. % arara: lualatex: { options: [ '-synctex=1', '-shell-escape','-interaction=nonstopmode' ]}
  2. % arara: --> if changed (toFile(currentFile().getName()))
  3. % arara: --> || changed (toFile('SourceFiles/NewPreamble.tex'))
  4. % arara: --> || changed (toFile('SourceFiles/LoComments.tex'))
  5. % arara: --> || changed (toFile('SourceFiles/LoCommentsPreamble.tex'))
  6. % arara: --> || missing ('log') || missing ('aux')
  7. % arara: --> || found ('log','(Undefined control sequence|Error)')
  8.  
  9. % arara: bibtex if changed (toFile('./SourceFiles/References.bib'))
  10. % arara: --> || found ('log', 'Please \\(re\\)run BibTeX')
  11. % arara: --> || missing('bbl') || found('log', 'Citation')
  12.  
  13.  
  14. % arara: makeglossaries if changed ('glo')
  15. % arara: --> || missing ('gls') || changed ('gls')
  16. % arara: --> || changed (toFile('SourceFiles/defns.tex'))
  17.  
  18.  
  19. % arara: lualatex: { options: [ '-synctex=1', '-shell-escape','-interaction=nonstopmode' ]}
  20. % arara: --> while found('log', '\\(?(R|r)e\\)?run (to get|LaTeX|required)')
  21. % arara: --> || found('log','Execute LaTeX again')
  22. % arara: --> || found('log', 'Citation')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement