Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. "latex-workshop.latex.recipes": [
  3. {
  4. "name": "platex*2+dvipdfmx",
  5. "tools": [
  6. "platex",
  7. "platex",
  8. "dvipdfmx"
  9. ]
  10. }
  11. ],
  12. "latex-workshop.latex.tools": [
  13. {
  14. "name": "platex",
  15. "command": "platex",
  16. "args": [
  17. "-interaction=nonstopmode",
  18. "%DOC%"
  19. ]
  20. },
  21. {
  22. "name": "dvipdfmx",
  23. "command": "dvipdfmx",
  24. "args": [
  25. "%DOC%"
  26. ]
  27. }
  28. ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement