From 37df6a2466bbc7561ec7d95353bd52b05d76ea8b Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 8 Jun 2025 13:07:52 +0200 Subject: added some snippets --- snippets/org-mode/title | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 snippets/org-mode/title (limited to 'snippets/org-mode') diff --git a/snippets/org-mode/title b/snippets/org-mode/title new file mode 100644 index 0000000..ceccb21 --- /dev/null +++ b/snippets/org-mode/title @@ -0,0 +1,16 @@ +# -*- mode: snippet -*- +# name: title +# key: ,t +# -- + +#+TITLE: ${1:title} +#+AUTHOR: ${2:author} +#+STARTUP: overview +#+LANGUAGE: en +#+OPTIONS: ^:nil +#+LATEX_HEADER: \let\oldsection\section +#+LATEX_HEADER: \renewcommand{\section}{\clearpage\oldsection} +#+LATEX: \pagenumbering{arabic} +#+LATEX: \setlength\parindent{0pt} + +$0 -- cgit v1.2.3