mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -182,7 +182,7 @@ brew install gnuplot
|
|||||||
|
|
||||||
** Arch Linux
|
** Arch Linux
|
||||||
#+begin_src sh
|
#+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 gnuplot
|
||||||
pacman -S jupyter # required by +jupyter
|
pacman -S jupyter # required by +jupyter
|
||||||
#+end_src
|
#+end_src
|
||||||
|
Reference in New Issue
Block a user