add pdfa to hyperref options for org latex export

This commit is contained in:
xfnw 2022-10-09 18:29:57 -04:00
parent 5719f6e42e
commit 6aadb7582c
1 changed files with 14 additions and 0 deletions

14
.emacs
View File

@ -49,6 +49,20 @@
'(org-agenda-start-on-weekday 0)
'(org-default-notes-file "~/org/notes.org")
'(org-footnote-define-inline t)
'(org-latex-default-packages-alist
'(("AUTO" "inputenc" t
("pdflatex"))
("T1" "fontenc" t
("pdflatex"))
("" "graphicx" t nil)
("" "longtable" nil nil)
("" "wrapfig" nil nil)
("" "rotating" nil nil)
("normalem" "ulem" t nil)
("" "amsmath" t nil)
("" "amssymb" t nil)
("" "capt-of" nil nil)
("pdfa" "hyperref" nil nil)))
'(org-latex-image-default-width "\\linewidth")
'(org-src-preserve-indentation t)
'(org-structure-template-alist