Re: Customising LaTeX packages in org-latex-default-packages-alist

2024-09-09 Thread Joost Kremers
On Sun, Sep 08 2024, Ihor Radchenko wrote: > Joost Kremers writes: > >> So that made me wonder; is there a different (better) way of configuring >> the packages in `org-latex-default-packages-alist`? > > https://orgmode.org/worg/org-tutorials/org-latex-export.html#org67ae7f0 Thanks, I hadn't thou

Re: Customising LaTeX packages in org-latex-default-packages-alist

2024-09-09 Thread Joost Kremers
On Sat, Sep 07 2024, Pedro Andres Aranda Gutierrez wrote: > I' m on Emacs 30.0.90 and using use-package for org (9.7) and other emacs > stock packages. > I add the following in my :custom section [...] > instead of touching org-latex-default.packages-alist. Did that before for > specific packages a

Re: Customising LaTeX packages in org-latex-default-packages-alist

2024-09-08 Thread Ihor Radchenko
Joost Kremers writes: > So that made me wonder; is there a different (better) way of configuring > the packages in `org-latex-default-packages-alist`? https://orgmode.org/worg/org-tutorials/org-latex-export.html#org67ae7f0 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about O

Re: Customising LaTeX packages in org-latex-default-packages-alist

2024-09-06 Thread Pedro Andres Aranda Gutierrez
Hi I' m on Emacs 30.0.90 and using use-package for org (9.7) and other emacs stock packages. I add the following in my :custom section (org-latex-hyperref-template "\\hypersetup{ colorlinks=true,linkcolor=black,citecolor=black,pagecolor=black,urlcolor=blue, pdfborder={0 0 0}, pdfauthor={%a},

Customising LaTeX packages in org-latex-default-packages-alist

2024-09-06 Thread Joost Kremers
Hi all, I've long had this snippet in my Org config: ``` ;; Add "colorlinks=true" to hyperref: (setq org-latex-default-packages-alist '(("AUTO" "inputenc" t ("pdflatex")) ("T1" "fontenc" t