global/emacs: support apa7 style
This commit is contained in:
parent
8c9d637da1
commit
04d0b3fec4
2 changed files with 17 additions and 0 deletions
|
@ -90,3 +90,14 @@
|
||||||
(use-package! ox-extra
|
(use-package! ox-extra
|
||||||
:config
|
:config
|
||||||
(ox-extras-activate '(ignore-headlines)))
|
(ox-extras-activate '(ignore-headlines)))
|
||||||
|
|
||||||
|
(add-to-list 'org-latex-classes
|
||||||
|
'("apa7"
|
||||||
|
"\\documentclass{apa7}"
|
||||||
|
("\\section{%s}" . "\\section*{%s}")
|
||||||
|
("\\subsection{%s}" . "\\subsection*{%s}")
|
||||||
|
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
|
||||||
|
("\\paragraph{%s}" . "\\paragraph*{%s}")
|
||||||
|
("\\subparagraph{%s}" . "\\subparagraph*{%s}")
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
|
@ -71,13 +71,19 @@ lib.mkIf main.info.graphical {
|
||||||
inherit (texlive)
|
inherit (texlive)
|
||||||
scheme-medium
|
scheme-medium
|
||||||
|
|
||||||
|
apa7
|
||||||
|
apacite
|
||||||
biblatex
|
biblatex
|
||||||
|
biblatex-apa
|
||||||
biblatex-chicago
|
biblatex-chicago
|
||||||
capt-of minted
|
capt-of minted
|
||||||
catchfile
|
catchfile
|
||||||
|
endfloat
|
||||||
framed
|
framed
|
||||||
fvextra
|
fvextra
|
||||||
lipsum
|
lipsum
|
||||||
|
scalerel
|
||||||
|
threeparttable
|
||||||
upquote
|
upquote
|
||||||
wrapfig
|
wrapfig
|
||||||
xstring
|
xstring
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue