From 213bad95540a35bfbc8ec92458583acf41572648 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 3 May 2013 13:00:49 -0400 Subject: [PATCH] .XCompose: Add codes for check marks and ballot xs. Now I can have more fun when grading ;). --- src/.XCompose | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/.XCompose b/src/.XCompose index c374901..0a8f62b 100644 --- a/src/.XCompose +++ b/src/.XCompose @@ -19,6 +19,9 @@ include "%L" : "⁺" U207A # SUPERSCRIPT PLUS : "⁻" U207B # SUPERSCRIPT MINUS + : "✓" U2713 # CHECK MARK + : "✗" U2717 # BALLOT X + : "∀" U2200 # FOR ALL : "∂" U2202 # PARTIAL DIFFERENTIAL : "∃" U2202 # THERE EXISTS -- 2.26.2