Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {
  2. "version": "2.0.0",
  3. "tasks": [
  4. {
  5. "label": "Run lualatex",
  6. "type": "shell",
  7. "group": {
  8. "kind": "build",
  9. "isDefault": true
  10. },
  11. "command": "lualatex",
  12. "args": [
  13. "-interaction=nonstopmode",
  14. "-file-line-error",
  15. "%DOC%.tex"
  16. ]
  17. },
  18. ]
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement