From c3875265ccdd1d72f06a16ab1ca725b7cb2ec35b Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 13 Sep 2021 22:49:27 -0700 Subject: Consolidated resources and meta files. --- resources/snippets/org-mode/table | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 resources/snippets/org-mode/table (limited to 'resources/snippets/org-mode/table') diff --git a/resources/snippets/org-mode/table b/resources/snippets/org-mode/table new file mode 100644 index 0000000..9e40d92 --- /dev/null +++ b/resources/snippets/org-mode/table @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: table +# key: $tab +# -- +#+NAME: ${1:table-title} +#+CAPTION[${2:Short caption}]: $2. ${3:Optional additional details} +#+ATTR_LATEX: :booktabs t +| *${4:Title of Entries}* | *${5:Column 2}* | *${6:Column 2}* | +|-------------------------+-----------------+-----------------| +| *${7:Entry 1}* | $0 | | +| | | | -- cgit v1.2.3