Tex Live Installation
问题 I want to generate a pdf file from a Rmd script (r markdown), so I installed Pandoc, in the installation guide, it said: For PDF output, you’ll need LaTeX. We recommend installing TeX Live . So I downloaded Tex Live from their website. (I must install it in a specific directory so that I can load it with a environment modules system) Then i did this: $: tar xf texlive-20190408-source.tar.xz $: cd texlive-20190408-source $: sudo ./configure --prefix=$path --enable-build-in-source-tree $: make