Build PDF without ugly hyperref stuff
This commit is contained in:
parent
18f15a8468
commit
98409b7fcc
2 changed files with 23 additions and 0 deletions
|
@ -5,6 +5,18 @@
|
|||
("\\section{%s}" . "\\addsec{%s}")
|
||||
("\\subsection{%s}" . "\\subsection*{%s}")
|
||||
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))
|
||||
|
||||
(org-latex-default-packages-alist . (("AUTO" "inputenc" t ("pdflatex"))
|
||||
("T1" "fontenc" t ("pdflatex"))
|
||||
("" "graphicx" t)
|
||||
("" "longtable" nil)
|
||||
("" "wrapfig" nil)
|
||||
("" "rotating" nil)
|
||||
("normalem" "ulem" t)
|
||||
("" "amsmath" t)
|
||||
("" "amssymb" t)
|
||||
("" "capt-of" nil)
|
||||
("hidelinks" "hyperref" nil)))
|
||||
(org-latex-caption-above . nil)
|
||||
(org-latex-src-block-backend . minted)
|
||||
(org-latex-minted-options . (("linenos" . "true")))
|
||||
|
|
11
build.el
11
build.el
|
@ -14,6 +14,17 @@
|
|||
("\\section{%s}" . "\\addsec{%s}")
|
||||
("\\subsection{%s}" . "\\subsection*{%s}")
|
||||
("\\subsubsection{%s}" . "\\subsubsection*{%s}")))
|
||||
org-latex-default-packages-alist '(("AUTO" "inputenc" t ("pdflatex"))
|
||||
("T1" "fontenc" t ("pdflatex"))
|
||||
("" "graphicx" t)
|
||||
("" "longtable" nil)
|
||||
("" "wrapfig" nil)
|
||||
("" "rotating" nil)
|
||||
("normalem" "ulem" t)
|
||||
("" "amsmath" t)
|
||||
("" "amssymb" t)
|
||||
("" "capt-of" nil)
|
||||
("hidelinks" "hyperref" nil))
|
||||
org-latex-caption-above nil
|
||||
org-latex-src-block-backend 'minted
|
||||
org-latex-minted-options '(("linenos" . "true")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue