View raw

1 # -*- mode: snippet -*- 2 # name: table 3 # key: $tab 4 # -- 5 #+NAME: ${1:table-title} 6 #+CAPTION[${2:Short caption}]: $2. ${3:Optional additional details} 7 #+ATTR_LATEX: :booktabs t 8 | *${4:Title of Entries}* | *${5:Column 2}* | *${6:Column 2}* | 9 |-------------------------+-----------------+-----------------| 10 | *${7:Entry 1}* | $0 | | 11 | | | | 12