Files
.emacs.d/snippets/latex-mode/ceiling function
Zelong Kuang 753ea5ea48 Update
2025-12-14 09:04:11 +11:00

7 lines
150 B
Plaintext

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