Tidy snippets, make template for work LaTeX export
This commit is contained in:
parent
49fbc8e7dc
commit
5f3bfbef59
35 changed files with 47 additions and 330 deletions
10
snippets/org-mode/article
Normal file
10
snippets/org-mode/article
Normal file
|
@ -0,0 +1,10 @@
|
|||
# name: article
|
||||
# key: article
|
||||
# --
|
||||
#+TITLE: ${1}
|
||||
#+LATEX_HEADER: \input{\$HOME/Documents/drive/admin/emacs/latexbib.tex} %\$
|
||||
|
||||
$0
|
||||
|
||||
@@latex:\printbibliography[title=References]@@
|
||||
|
8
snippets/org-mode/artsec
Normal file
8
snippets/org-mode/artsec
Normal file
|
@ -0,0 +1,8 @@
|
|||
# name: artsec
|
||||
# key: artsec
|
||||
# --
|
||||
|
||||
* ${1:Section title}
|
||||
** plan :noexport:
|
||||
$0
|
||||
** text :ignore:
|
|
@ -1,4 +0,0 @@
|
|||
# name: fanfiction-link
|
||||
# key: ficlink
|
||||
# --
|
||||
@@html:<a href="$1">$2</a>$3 <code>$4</code>@@$0
|
Loading…
Add table
Add a link
Reference in a new issue