Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. $ man tex
  2.  
  3. ...
  4. -interaction mode
  5. Sets the interaction mode. The mode can be either batchmode,
  6. nonstopmode, scrollmode, and errorstopmode. The meaning of these
  7. modes is the same as that of the corresponding commands.
  8. ...
  9.  
  10. texdoc texbytopic
  11.  
  12. batchmode nonstopmode scrollmode errorstopmode
  13.  
  14. tex -interaction=[batchmode|nonstopmode|scrollmode|errorstopmode]
  15.  
  16. interactionmode
  17.  
  18. interactionmode=<integer>
  19.  
  20. chardefpreviousinteractionmode=interactionmode
  21. batchmode
  22. <some code where we want not to stop for errors>
  23. interactionmode=previousinteractionmode
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement