tex-live

Tex Live Installation

假装没事ソ 提交于 2019-12-13 04:18:42
问题 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

Search all keywords with tlmgr

徘徊边缘 提交于 2019-12-10 17:52:17
问题 I want to know how to find all TeX Live keywords. I'm using Windows 10 and TeX Live 2019. I have tried this command tlmgr search ­­--list --keyword but I did not receive the except result. 回答1: This syntax is no longer possible. Looking at https://tug.org/texlive/tlmgr-news.html it says tlmgr revision 35841 (released 24dec14): remove taxonomy searching, since upstream data is no longer maintained. An archived version of the taxonomy list is available from https://web.archive.org/web

Knitting to PDF in R

白昼怎懂夜的黑 提交于 2019-12-05 00:47:23
问题 I am new to R and am trying to knit my R Markdown files into PDF format. I continually get the error message: pandoc: pdflatex not found. pdflatex is needed for pdf output. Error: pandoc document conversion failed with error 41 Execution halted No TeX installation detected (TeX is required to create PDF output). You should install a recommended TeX distribution for your platform: Windows: MiKTeX (Complete) - http://miktex.org/2.9/setup (NOTE: Be sure to download the Complete rather than Basic

What permissions should 'texlive' have?

别说谁变了你拦得住时间么 提交于 2019-12-02 13:26:37
问题 For years I have been using MacTeX which installs in /usr/local/texlive , and have recently started using Homebrew to manage some packages (though not — yet — TeX). As a consequence of the adoption of Homebrew, I've changed the owner of all of /usr/local to Me:admin (from root:wheel ). Is this change of ownership safe? Is there a reason that texlive needs to be owned by root ? 回答1: Normally usr/local is owned by root:wheel so that multiple usr's can access it, so by default everything