blob: 291e3353132daa867bda3e98a5196eb1381b24e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
#+TITLE: Your title goes here
#+OPTIONS: toc:nil author:nil
#+LaTeX_CLASS: apa7
#+LaTeX_CLASS_OPTIONS: [man,a4paper,oneside,12pt,floatsintext]
#+LaTeX_HEADER: \author{Niclas Dobbertin}
#+LaTeX_HEADER: \affiliation{author affiliation}
#+LaTeX_HEADER: \leftheader{With the apa6 class, it is good idea to customize the left header here}
#+LaTeX_HEADER: \shorttitle{Your short title goes here}
#+LaTeX_HEADER: \DeclareLanguageMapping{english}{english-apa}
#+LaTeX_HEADER: \usepackage[english]{babel}
#+LaTeX_HEADER: \usepackage{csquotes}
#+cite_export: biblatex apa,backend=biber,sortcites=true,sorting=nyt
# some stuff for further formatting beyond the apa7 package
#+LaTeX_HEADER: \usepackage{setspace}
#+LaTeX_HEADER: \renewcommand{\baselinestretch}{1.1}
#+LaTeX_HEADER: \usepackage{subcaption}
#+LaTeX_HEADER: \abstract{Your abstract goes here}
#+LaTeX_HEADER: \keywords{Your keywords go here}
#+PROPERTY: header-args:python :session *pyactr-python*
* Introduction
And now just type away!
# Everything with a "# " (don't forget the space) before it is a comment and is ignored when exporting to pdf.
** This is a sub-heading!
Remember our lists?
- Here is a list entry
- Here is another one
#+print_bibliography:
|