diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-09-13 22:49:27 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-09-13 22:49:27 -0700 |
commit | c3875265ccdd1d72f06a16ab1ca725b7cb2ec35b (patch) | |
tree | e6b79624e36b4b632398f318bc4ec04034ec88ee /resources/snippets/org-mode/table | |
parent | cc5cd4196c306b176f8af0124dc3d73b525024b1 (diff) |
Consolidated resources and meta files.
Diffstat (limited to 'resources/snippets/org-mode/table')
-rw-r--r-- | resources/snippets/org-mode/table | 11 |
1 files changed, 11 insertions, 0 deletions
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 | | +| | | | |