7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
|
|
# -*- mode: snippet -*-
|
||
|
|
# name: floor function
|
||
|
|
# key: floor
|
||
|
|
# condition: (and (texmathp) 'auto)
|
||
|
|
# group: math
|
||
|
|
# --
|
||
|
|
\\left\\lfloor $1 \\right\\rfloor $0
|