comparison yatexmth.el @ 606:c11261c0960f draft dev

\displaystyle shortcut
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 16 Dec 2022 18:04:30 +0859
parents a2ef47ba407f
children 157aa7974191
comparison
equal deleted inserted replaced
605:38a414d755c1 606:c11261c0960f
1 ;;; yatexmth.el --- YaTeX math-mode-specific functions -*- coding: sjis -*- 1 ;;; yatexmth.el --- YaTeX math-mode-specific functions -*- coding: sjis -*-
2 ;;; 2 ;;;
3 ;;; (c)1993-2018 by HIROSE Yuuji [yuuji@yatex.org] 3 ;;; (c)1993-2018 by HIROSE Yuuji [yuuji@yatex.org]
4 ;;; Last modified Tue Dec 25 20:02:12 2018 on firestorm 4 ;;; Last modified Fri Dec 16 17:35:27 2022 on firestorm
5 ;;; $Id$ 5 ;;; $Id$
6 6
7 ;;; Commentary: 7 ;;; Commentary:
8 ;;; [Customization guide] 8 ;;; [Customization guide]
9 ;;; 9 ;;;
324 ("mB" "mathbb" "\\mathbb{}") 324 ("mB" "mathbb" "\\mathbb{}")
325 ("mt" "mathtt" "\\mathtt{}") 325 ("mt" "mathtt" "\\mathtt{}")
326 ("ms" "mathsf" "\\mathsf{}") 326 ("ms" "mathsf" "\\mathsf{}")
327 ("mc" "mathcal" "\\mathcal{}") 327 ("mc" "mathcal" "\\mathcal{}")
328 ("mn" "mathnormal" "\\mathnormal{}") 328 ("mn" "mathnormal" "\\mathnormal{}")
329 ("di" "displaystyle" "\displaystyle")
330 ("ds" "displaystyle" "\displaystyle")
329 ) 331 )
330 "Default LaTeX-math-command alist.") 332 "Default LaTeX-math-command alist.")
331 333
332 (defvar YaTeX-math-sign-alist-private nil 334 (defvar YaTeX-math-sign-alist-private nil
333 "*User definable key vs LaTeX-math-command alist.") 335 "*User definable key vs LaTeX-math-command alist.")

yatex.org