I was using Rstudio Desktop to practice compiling a CV file to PDF, yet RStudio failed. The CV file was created in R Markdown, I checked the info in Render, the message below was the info:
! sh: pdflatex: command not found
錯誤(Error): LaTeX failed to compile CV-Example.tex. See The R package tinytex - Helper Functions to Manage TinyTeX, and Compile LaTeX Documents - Yihui Xie | 谢益辉 for debugging tips. See CV-Example.log for more info.
此外(Besides): 警告訊息(Warning):
於 system2(..., stdout = if (use_file_stdout()) f1 else FALSE, stderr = f2):
執行命令時發生錯誤
停止執行
Besides install 'tinytex' packages, what else I can do? Thank you!