![]() | ![]() | ![]() |
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
resource:sc_lab_info [2021/07/16 13:35] rim [BioIntelligence Lab / old Structural Complexity Lab Info] |
resource:sc_lab_info [2023/02/15 12:46] (current) |
||
---|---|---|---|
Line 20: | Line 20: | ||
Artificial Intelligence Journal, and probably other MIT journals, require use of the apa7 LaTeX class, but also require natbib macros. Not well documented anywhere I could find, but after a lot of experimentation, what worked was | Artificial Intelligence Journal, and probably other MIT journals, require use of the apa7 LaTeX class, but also require natbib macros. Not well documented anywhere I could find, but after a lot of experimentation, what worked was | ||
<code> | <code> | ||
- | \documentclass[man,floatsintext,draftall]{apa7} % for submission version | + | \documentclass[man,floatsintext,draftall]{apa7} % for submission version, remove 'draftall' for final publishable version |
\usepackage[style=apa,backend=biber,natbib=true]{biblatex} | \usepackage[style=apa,backend=biber,natbib=true]{biblatex} | ||
</code> | </code> |