[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
patch to support \qed (from AMS-TeX) in TeX input method
From: |
Edward O'Connor |
Subject: |
patch to support \qed (from AMS-TeX) in TeX input method |
Date: |
Thu, 18 Oct 2007 16:48:12 -0400 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) |
Hi,
Attached is a patch which makes \qed produce U+220E END OF PROOF in the
TeX input method.
? qed.diff
Index: leim/quail/latin-ltx.el
===================================================================
RCS file: /sources/emacs/emacs/leim/quail/latin-ltx.el,v
retrieving revision 1.28
diff -u -r1.28 latin-ltx.el
--- leim/quail/latin-ltx.el 26 Jul 2007 05:26:09 -0000 1.28
+++ leim/quail/latin-ltx.el 18 Oct 2007 20:44:55 -0000
@@ -786,6 +786,7 @@
("\\prod" ?∏)
("\\propto" ?∝)
("\\psi" ?ψ)
+ ("\\qed" ?∎)
("\\quad" ? )
("\\rangle" ?〉)
("\\rbrace" ?})
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- patch to support \qed (from AMS-TeX) in TeX input method,
Edward O'Connor <=