org article; add glossaries and some snippets

This commit is contained in:
2022-04-18 15:21:48 +02:00
parent 3db70c17be
commit 163772942a
8 changed files with 288 additions and 107 deletions

View File

@@ -1,6 +1,6 @@
# -*- mode: snippet -*-
# name: Article
# group: templates
# group: Article Templates
# key: ?article
# --
#+TITLE: ${1:Title}
@@ -24,6 +24,7 @@
:VISIBILITY: folded
:END:
#+LATEX: \clearpage\thispagestyle{empty}
# uses keyword document_type
#+BEGIN_abstract
*{{{author}}}*
@@ -48,15 +49,14 @@
#+LATEX: \thispagestyle{plain}
# List of Figures (# `#+TOC: figures' is not working)
#+LATEX: \phantomsection\addcontentsline{toc}{section}{\listfigurename}\listoffigures
#+LATEX: \listoffigures
#+LATEX: \thispagestyle{plain}
# List of Tables
#+LATEX: \phantomsection\addcontentsline{toc}{section}{\listtablename}
#+TOC: tables
#+LATEX: \thispagestyle{plain}
# List of Listings
#+LATEX: \phantomsection\addcontentsline{toc}{section}{\lstlistlistingname}
#+TOC: listings
#+LATEX: \thispagestyle{plain}
@@ -117,3 +117,6 @@ $0
:UNNUMBERED: nil
:END:
# ! UNNUMBERED: nil !
* Index :ignore:
[[printindex:]]