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
|
||||
:config
|
||||
(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)
|
||||
scheme-medium
|
||||
|
||||
apa7
|
||||
apacite
|
||||
biblatex
|
||||
biblatex-apa
|
||||
biblatex-chicago
|
||||
capt-of minted
|
||||
catchfile
|
||||
endfloat
|
||||
framed
|
||||
fvextra
|
||||
lipsum
|
||||
scalerel
|
||||
threeparttable
|
||||
upquote
|
||||
wrapfig
|
||||
xstring
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue