comparison yatexmth.el @ 305:53709ee88448 dev

Add \because and \therefore to math-image completion. (Also to amssymb list)
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 05 Jul 2013 23:31:20 +0900
parents 8d3156073892
children d69fd7b1ac4d
comparison
equal deleted inserted replaced
304:a57f4c74179a 305:53709ee88448
1 ;;; yatexmth.el --- YaTeX math-mode-specific functions 1 ;;; yatexmth.el --- YaTeX math-mode-specific functions
2 ;;; 2 ;;;
3 ;;; (c)1993-2013 by HIROSE Yuuji [yuuji@yatex.org] 3 ;;; (c)1993-2013 by HIROSE Yuuji [yuuji@yatex.org]
4 ;;; Last modified Mon Apr 1 22:44:22 2013 on firestorm 4 ;;; Last modified Fri Jul 5 23:28:28 2013 on firestorm
5 ;;; $Id$ 5 ;;; $Id$
6 6
7 ;;; Commentary: 7 ;;; Commentary:
8 ;;; [Customization guide] 8 ;;; [Customization guide]
9 ;;; 9 ;;;
308 ("partial" "partial" (" -+\n+-+\n+-+" YaTeX-image-partial)) 308 ("partial" "partial" (" -+\n+-+\n+-+" YaTeX-image-partial))
309 ("round" "partial" (" -+\n+-+\n+-+" YaTeX-image-partial)) 309 ("round" "partial" (" -+\n+-+\n+-+" YaTeX-image-partial))
310 ("[]" "Box" "[]") 310 ("[]" "Box" "[]")
311 ("no" "notag" "\\notag") 311 ("no" "notag" "\\notag")
312 (":" "colon" ":") 312 (":" "colon" ":")
313 (".'." "therefore" (".'." ""))
314 ("'.'" "because" ("'.'" ""))
313 ("Diamond" "Diamond" "/\\\n\\/") 315 ("Diamond" "Diamond" "/\\\n\\/")
314 ("3" "triangle" "/\\\n~~") 316 ("3" "triangle" "/\\\n~~")
315 ("C" "clubsuit" " o\no+o\n |") 317 ("C" "clubsuit" " o\no+o\n |")
316 ("D" "diamondsuit" "/\\\n\\/") 318 ("D" "diamondsuit" "/\\\n\\/")
317 ("H" "heartsuit" "<^^>\n \\/") 319 ("H" "heartsuit" "<^^>\n \\/")

yatex.org