Compare commits
1 Commits
49729c3ccf
...
3475ee0691
Author | SHA1 | Date |
---|---|---|
coolneng | 3475ee0691 |
13
+org.el
13
+org.el
|
@ -37,9 +37,10 @@
|
||||||
(setq org-startup-folded 'content)
|
(setq org-startup-folded 'content)
|
||||||
;; Add tufte-handout to LaTeX classes
|
;; Add tufte-handout to LaTeX classes
|
||||||
(after! ox-latex
|
(after! ox-latex
|
||||||
(add-to-list 'org-latex-classes
|
(add-to-list 'org-latex-classes
|
||||||
'("tufte-handout"
|
'("tufte-handout"
|
||||||
"\\documentclass{tufte-handout}"
|
"\\documentclass{tufte-handout}"
|
||||||
("\\section{%s}" . "\\section*{%s}")
|
("\\section{%s}" . "\\section*{%s}")
|
||||||
("\\subsection{%s}" . "\\subsection*{%s}")
|
("\\subsection{%s}" . "\\subsection*{%s}")
|
||||||
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))
|
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue