我即将完成博士学位,我需要在 R Markdown 文本中间的某个位置嵌入一些论文(pdf 格式)。
\n\n将 R Markdown 转换为 PDF 时,我希望将这些 PDF 论文嵌入到转换中。
\n\n但是,我希望这些 PDF 论文也根据 Markdown 文本的其余部分进行编号。
\n\n我该怎么做?
\n\n更新:新错误
\n\n通过使用\\includepdf,我收到此错误:
output file: Tesis_doctoral_-_TEXTO.knit.md\n\n! Undefined control sequence.\nl.695 \\includepdf\n [pages=1-10, angle=90, pagecommand={}]{PDF/Paper1.pdf} \nHere is how much of TeX\'s memory you used:\n 12157 strings out of 495028\n 174654 string characters out of 6181498\n 273892 words of memory out of 5000000\n 15100 multiletter control sequences out of 15000+600000\n 40930 words of font info for …Run Code Online (Sandbox Code Playgroud)