emacs.d/etc/yasnippet/snippets/org-mode/org-mode-article
2022-08-21 17:58:08 +02:00

27 lines
888 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# -*- coding: utf-8 -*-
# name: org-mode-article
# key: oma
# expand-env: ((yas-indent-line 'fixed))
# --
#+options: ^:{} d:nil date:t num:t tags:nil title:t toc:t
#+title: ${1:Catchy Title}
#+author: ${2:Gerard Vermeulen}
#+babel: :cache no
#+property: header-args:python :eval no-export
#+property: header-args:python+ :tangle ${3:`(file-name-sans-extension (file-name-nondirectory (buffer-file-name)))`}.py
#+startup: showeverything
#+cite_export: biblatex phys,biblabel=brackets,doi=true
#+latex_class: article
#+latex_class_options: [10pt,english,svgnames,table]
$0
* Local variables :noexport:
# Emacs looks for "Local variables:" after the last "newline-formfeed".
# Local Variables:
# compile-command: "latexmk -interaction=nonstopmode -lualatex -pvc $3.tex"
# eval: (org-eval-emacs-lisp-setup-blocks)
# fill-column: 80
# End: