# HG changeset patch # User HIROSE Yuuji # Date 1671181497 -32373 # Node ID c11261c0960fe44c8664aa017924475dde9d7f71 # Parent 38a414d755c1b25097898224170d6ce6891dd863 \displaystyle shortcut diff -r 38a414d755c1 -r c11261c0960f yatexmth.el --- a/yatexmth.el Fri Dec 02 08:42:22 2022 +0859 +++ b/yatexmth.el Fri Dec 16 18:04:30 2022 +0859 @@ -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.")