27 lines
888 B
Plaintext
27 lines
888 B
Plaintext
|
# -*- 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:
|