I am using Rstudio to generate a document with bookdown. Unfortunately I have to use Windows and don't have xelatex.
How do I stop bookdown from trying to generate compile_main.tex?
I only want HTML
I just want to know what to put in the YAML header of the index.Rmd file to select only HTML as the output format. It seems list this should be in the output: part, but I did not find this issue addressed in Yihui's book.
Error: Failed to compile _main.tex.
In addition: Warning message:
running command '"xelatex" -halt-on-error -interaction=batchmode "_main.tex"' had status 127
Please delete _main.Rmd after you finish debugging the error.
Execution halted
Exited with status 1.