From e594e9b96619e9def1bb676274977cb0d37fdd1b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 19 Mar 2009 20:43:13 +0000 Subject: Finished all symbols. --- ascii.in | 32 +++++++++++++++++++++++++++++ mdoc.7 | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 98 insertions(+), 6 deletions(-) diff --git a/ascii.in b/ascii.in index da74cc08..eb29a3d5 100644 --- a/ascii.in +++ b/ascii.in @@ -183,3 +183,35 @@ LINE("Fi", 2, "ffi", 3) LINE("Fl", 2, "ffl", 3) LINE("r!", 2, "i", 1) LINE("r?", 2, "c", 1) +LINE("dd", 2, "=", 1) +LINE("dg", 2, "-", 1) +LINE("ps", 2, "9|", 2) +LINE("sc", 2, "S", 1) +LINE("de", 2, "o", 1) +LINE("tf", 2, ".:.", 3) +LINE("~~", 2, "~~", 2) +LINE("~=", 2, "~=", 2) +LINE("=~", 2, "=~", 2) +LINE("AN", 2, "^", 1) +LINE("OR", 2, "v", 1) +LINE("no", 2, "~", 1) +LINE("fa", 2, "V", 1) +LINE("te", 2, "3", 1) +LINE("Ah", 2, "N", 1) +LINE("Im", 2, "I", 1) +LINE("Re", 2, "R", 1) +LINE("mo", 2, "E", 1) +LINE("nm", 2, "E", 1) +LINE("eq", 2, "=", 1) +LINE("pl", 2, "+", 1) +LINE("di", 2, "-:-", 3) +LINE("mu", 2, "x", 1) +LINE("(=", 2, "(=", 2) +LINE("=)", 2, "=)", 2) +LINE("ap", 2, "~", 1) +LINE("pd", 2, "a", 1) +LINE("gr", 2, "V", 1) +LINE("ca", 2, "(^)", 3) +LINE("cu", 2, "U", 1) +LINE("es", 2, "{}", 2) +LINE("st", 2, "-)", 2) diff --git a/mdoc.7 b/mdoc.7 index 044f8084..58b92443 100644 --- a/mdoc.7 +++ b/mdoc.7 @@ -130,16 +130,14 @@ Enclosures: .Pq left hand .It \\(rh .Pq right hand -.It \\(<< +.It \\(Fo .Pq left guillemet .It \\(Fc .Pq right guillemet -.It \\(Fo +.It \\(fo .Pq left guilsing .It \\(fc .Pq right guilsing -.It \\(fo -.Pq right guilsing .It \\(rC .Pq right brace .It \\(lC @@ -200,6 +198,60 @@ Indicatives: .Pp Mathematical: .Bl -tag -width 12n -offset "XXXX" -compact +.It \\(es +.Pq empty set +.It \\(ca +.Pq intersection +.It \\(cu +.Pq union +.It \\(gr +.Pq gradient +.It \\(pd +.Pq partial differential +.It \\(ap +.Pq similarity +.It \\(=) +.Pq proper superset +.It \\((= +.Pq proper subset +.It \\(eq +.Pq equals +.It \\(di +.Pq division +.It \\(mu +.Pq multiplication +.It \\(pl +.Pq addition +.It \\(nm +.Pq not element +.It \\(mo +.Pq element +.It \\(Im +.Pq imaginary +.It \\(Re +.Pq real +.It \\(Ah +.Pq aleph +.It \\(te +.Pq existential quantifier +.It \\(fa +.Pq universal quantifier +.It \\(AN +.Pq logical AND +.It \\(OR +.Pq logical OR +.It \\(no +.Pq logical NOT +.It \\(st +.Pq such that +.It \\(tf +.Pq therefore +.It \\(~~ +.Pq approximate +.It \\(~= +.Pq approximately equals +.It \\(=~ +.Pq congruent .It \\(Gt .Pq greater-than, deprecated .It \\(Lt @@ -428,8 +480,16 @@ Monetary: .Pp Special symbols: .Bl -tag -width 12n -offset "XXXX" -compact -.It \\(bu -.Pq bullet +.It \\(de +.Pq degree +.It \\(ps +.Pq paragraph +.It \\(sc +.Pq section +.It \\(dg +.Pq dagger +.It \\(dd +.Pq double dagger .It \\(ci .Pq circle .It \\(ba -- cgit