From 89adcba62f0c2dc89b65fd33e61ea74e0f1c0c59 Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Sat, 16 Apr 2022 20:25:58 +0200 Subject: [PATCH] update org article template --- snippets/org-mode/article | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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