From 10469d57aa3b2a7c8bb556b3db2970f4820049b4 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:38:50 -0500 Subject: physics lab template --- tempel-snippets.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tempel-snippets.el') diff --git a/tempel-snippets.el b/tempel-snippets.el index dcf127b..86cc07c 100644 --- a/tempel-snippets.el +++ b/tempel-snippets.el @@ -19,7 +19,10 @@ org-mode (time (format-time-string "\[%Y-%0m-%0d %a %H:%0M\]")) (hat1 "$\\hat{\\texbg{"p q"}}$") (hat2 "\\hat{\\texbg{"p q"}}") - +(physics-lab "#+options: toc:nil num:1" n + "#+setupfile: setup.org" n + "#+LATEX_CLASS: article" n + "#+export_file_name: Daniel Pinkston - " (car denote-title-history)) emacs-lisp-mode -- cgit v1.2.3