diff --git a/snippets/org-mode/article b/snippets/org-mode/article index 8830d4ba..926e072f 100644 --- a/snippets/org-mode/article +++ b/snippets/org-mode/article @@ -9,7 +9,9 @@ #+AUTHOR: ${4:Daniel Weschke} #+EMAIL: ${5:daniel.weschke@gmail.com} #+KEYWORDS: +#+DESCRIPTION: #+LANGUAGE: +#+OPTIONS: draft:t * BOP :ignore: #+LATEX: \pagenumbering{roman}\setcounter{page}{1}\thispagestyle{empty} @@ -17,6 +19,24 @@ * Coverpage :ignore: # Some beginning notes. +* Abstract :ignore: +:PROPERTIES: +:VISIBILITY: folded +:END: +#+LATEX: \clearpage\thispagestyle{empty} +#+BEGIN_abstract +*{{{author}}}* + +*{{{title-name}}}*\\ +{{{title}}} + +*{{{keyword-name}}}*\\ +{{{keyword(keywords)}}} + +*{{{description-name}}}*\\ +{{{keyword(description)}}} +#+END_abstract + * TOC and other lists :ignore: :PROPERTIES: :VISIBILITY: folded