changeset 606:c11261c0960f draft 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 wrap: on
line diff
--- 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.")
 

yatex.org