Merge pull request #376 from WhatDothLife/master

Added \limits to bigcap and bigcup for latex-mode
This commit is contained in:
Andrea Crotti 2020-04-25 13:10:00 +01:00 committed by GitHub
commit 937cb7bb19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
# name: bigcap # name: bigcap
# key: bigcap # key: bigcap
# -- # --
\bigcap_{$1}^{$2}$0 \bigcap${1:\limits}_{$2}^{$3}$0

View File

@ -2,4 +2,4 @@
# name: bigcup # name: bigcup
# key: bigcup # key: bigcup
# -- # --
\bigcup_{$1}^{$2}$0 \bigcup${1:\limits}_{$2}^{$3}$0