7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: ceiling function
|
|
# key: ceil
|
|
# condition: (and (texmathp) 'auto)
|
|
# group: math
|
|
# --
|
|
\\left\\lceil $1 \\right\\rceil $0 |