yatex

changeset 606:c11261c0960f dev

\displaystyle shortcut
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 16 Dec 2022 18:04:30 +0859
parents 38a414d755c1
children 157aa7974191
files yatexmth.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/yatexmth.el	Fri Dec 02 08:42:22 2022 +0859
     1.2 +++ b/yatexmth.el	Fri Dec 16 18:04:30 2022 +0859
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexmth.el --- YaTeX math-mode-specific functions -*- coding: sjis -*-
     1.5  ;;; 
     1.6  ;;; (c)1993-2018 by HIROSE Yuuji [yuuji@yatex.org]
     1.7 -;;; Last modified Tue Dec 25 20:02:12 2018 on firestorm
     1.8 +;;; Last modified Fri Dec 16 17:35:27 2022 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Commentary:
    1.12 @@ -326,6 +326,8 @@
    1.13     ("ms"	"mathsf"	"\\mathsf{}")
    1.14     ("mc"	"mathcal"	"\\mathcal{}")
    1.15     ("mn"	"mathnormal"	"\\mathnormal{}")
    1.16 +   ("di"	"displaystyle"	"\displaystyle")
    1.17 +   ("ds"	"displaystyle"	"\displaystyle")
    1.18     )
    1.19   "Default LaTeX-math-command alist.")
    1.20