docs(latex): add texlive-latexextra dependency for pdflatex exports
Exporting an org file to pdf via LaTeX (org-export-dispatch or 'SPC m e', then 'l p') requires texlive-latexextra (Arch package name) to be installed on the system. For reference, the error raised when texlive-latexextra was missing was that the file 'wrapfig.sty' was not found. The specific error likely depends on the contents of the exported file. Internet searches reveal that pdflatex may also complain about 'utf8x.def' being missing; this file is also provided by texlive-latexextra.
This commit is contained in:
parent
8d8ec41c5c
commit
b21de24311
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ brew install gnuplot
|
|||
|
||||
** Arch Linux
|
||||
#+begin_src sh
|
||||
pacman -S texlive-core texlive-bin texlive-science
|
||||
pacman -S texlive-core texlive-bin texlive-science texlive-latexextra
|
||||
pacman -S gnuplot
|
||||
pacman -S jupyter # required by +jupyter
|
||||
#+end_src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue