Guest User

Untitled

a guest
Nov 15th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. tools::texi2pdf('test.tex')
  2.  
  3. Error in system(paste(shQuote(texi2dvi), if (quiet) "--quiet" else "", :
  4. (converted from warning) running command '"C:CTEXMiKTeXmiktexbintexi2dvi.exe" --quiet --pdf "test.tex" --max-iterations=20 -I "C:/Program Files/R/R-3.5.1/share/texmf/tex/latex" -I "C:/Program Files/R/R-3.5.1/share/texmf/bibtex/bst"' had status 1
  5. 1: tools::texi2pdf("test.tex")
  6. 2: texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, texi2dvi = texi2dvi, texinputs = texinputs, index = index)
  7. 3: system(paste(shQuote(texi2dvi), if (quiet) "--quiet" else "", if (pdf) "--pdf" else "", shQuote(file), extra), intern = TRUE, ignore.stderr = TRUE)
  8. 4: .signalSimpleWarning("running command '"C:\CTEX\MiKTeX\miktex\bin\texi2dvi.exe" --quiet --pdf "test.tex" --max-iterations=20 -I "C:/Program Files/R/R-3.5.1/share/texmf/tex/latex" -I "C:/Program Files/R/R
  9. 5: withRestarts({
  10. .Internal(.signalCondition(simpleWarning(msg, call), msg, call))
  11. .Internal(.dfltWarn(msg, call))
  12. }, muffleWarning = function() NULL)
  13. 6: withOneRestart(expr, restarts[[1]])
  14. 7: doWithOneRestart(return(expr), restart)
Add Comment
Please, Sign In to add comment