diff --git a/yatexmth.el b/yatexmth.el index e67c26d..6dbde80 100644 --- a/yatexmth.el +++ b/yatexmth.el @@ -1,7 +1,7 @@ ;;; yatexmth.el --- YaTeX math-mode-specific functions -*- coding: sjis -*- ;;; ;;; (c)1993-2018 by HIROSE Yuuji [yuuji@yatex.org] -;;; Last modified Tue Dec 25 20:02:12 2018 on firestorm +;;; Last modified Fri Dec 16 17:35:27 2022 on firestorm ;;; $Id$ ;;; Commentary: @@ -326,6 +326,8 @@ ("ms" "mathsf" "\\mathsf{}") ("mc" "mathcal" "\\mathcal{}") ("mn" "mathnormal" "\\mathnormal{}") + ("di" "displaystyle" "\displaystyle") + ("ds" "displaystyle" "\displaystyle") ) "Default LaTeX-math-command alist.")