From f81c068f810285f3e7ac5bcc48642a3c584b5844 Mon Sep 17 00:00:00 2001 From: Mark Shoulson Date: Thu, 21 May 2009 19:34:00 -0400 Subject: Add some math symbols that should have been there already. --- dotXCompose | 4 ++++ scan4dups.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dotXCompose b/dotXCompose index 73f0df2..7dfe31b 100644 --- a/dotXCompose +++ b/dotXCompose @@ -155,8 +155,12 @@ include "%L" : "∵" U2235 # BECAUSE : "‱" U2031 # PER TEN THOUSAND (basis points) # OK, absolutely cannot believe we made it this long without NABLA or INTEGRAL +# or PARTIAL DIFFERENTIAL : "∇" U2207 # NABLA : "∫" U222B # INTEGRAL +

: "∂" U2202 # PARTIAL DIFFERENTIAL + : "∂" U2202 # PARTIAL DIFFERENTIAL +# Would we prefer 20D1 COMBINING RIGHT HARPOON ABOVE? : "⃗" U20D7 # COMBINING RIGHT ARROW ABOVE (vector) # There's a whole passel of these guys starting at U+1D538 but I have no fonts for those. : "ℂ" U2102 # DOUBLE-STRUCK CAPITAL C (set of complex numbers) diff --git a/scan4dups.py b/scan4dups.py index 00aef78..e4ba418 100644 --- a/scan4dups.py +++ b/scan4dups.py @@ -1,4 +1,4 @@ -#!/bin/py +#!/usr/bin/env python import sys import re -- cgit v1.2.3