From c02c5aaa4b4085797a76ba835ac0dac8ba6d9ddc Mon Sep 17 00:00:00 2001 From: "Dobbertin, Niclas" Date: Sun, 1 Dec 2024 16:07:33 +0100 Subject: add literate org --- docs/model2.org | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 docs/model2.org (limited to 'docs/model2.org') diff --git a/docs/model2.org b/docs/model2.org new file mode 100644 index 0000000..291e335 --- /dev/null +++ b/docs/model2.org @@ -0,0 +1,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: -- cgit v1.2.3