org article preamble clean up

This commit is contained in:
2022-04-22 19:50:43 +02:00
parent 163772942a
commit 2ff6f7e396
4 changed files with 59 additions and 790 deletions

View File

@@ -0,0 +1,23 @@
# -*- mode: snippet -*-
# name: Article Abstract
# group: Article Templates
# key: ?article-abstract
# --
* Abstract :ignore:
:PROPERTIES:
:VISIBILITY: folded
:END:
#+LATEX: \clearpage\thispagestyle{empty}
# uses keyword document_type
#+BEGIN_abstract
*{{{author}}}*
*{{{title-name}}}*\\\\
{{{title}}}
*{{{keyword-name}}}*\\\\
{{{keyword(keywords)}}}
*{{{description-name}}}*\\\\
{{{keyword(description)}}}
#+END_abstract