changeset 582:f4c2dca86202

Add "mcfamily" and "gtfamily"
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 08 Feb 2020 18:31:52 +0900
parents 995282fc8bf5
children d4831b3672f8
files yatex.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/yatex.el	Sat Feb 08 18:22:59 2020 +0900
+++ b/yatex.el	Sat Feb 08 18:31:52 2020 +0900
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
 ;;; (c)1991-2020 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Sat Feb  8 18:22:02 2020 on firestorm
+;;; Last modified Sat Feb  8 18:31:09 2020 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; https://www.yatex.org/
@@ -425,7 +425,7 @@
 ; Set {\Large }-like completion
 (defvar fontsize-table
   '(("rm") ("em") ("bf") ("boldmath") ("it") ("sl") ("sf") ("sc") ("tt")
-    ("dg") ("dm")
+    ("dg") ("dm") ("mc") ("mcfamily") ("gt") ("gtfamily")
     ("tiny") ("scriptsize") ("footnotesize") ("small")("normalsize")
     ("large") ("Large") ("LARGE") ("huge") ("Huge")
     ("rmfamily") ("sffamily") ("ttfamily")
@@ -438,6 +438,8 @@
   '(("rm" . "rmfamily")
     ("sf" . "sffamily")
     ("tt" . "ttfamily")
+    ("mc" . "mcfamily")
+    ("gt" . "gtfamily")
     ("md" . "mdseries")
     ("bf" . "bfseries")
     ("up" . "upshape")

yatex.org