1// Various special / math symbols, matching LaTeX names. 2// The pass:[+ ] notation avoids asciidoctor EOL treatment of the attribute. 3 4// Special symbols - not used in [eq] spans 5:sym1: ✓ 6:sym2: † 7:reg: ® 8:trade: ™ 9 10// Math operators and logic symbols 11:times: × 12:cdot: ⋅ 13:plus: pass:[+ ] 14:geq: ≥ 15:leq: ≤ 16:neq: ≠ 17:leftarrow: ← 18:uparrow: ↑ 19:rightarrow: → 20:downarrow: ↓ 21:elem: ∈ 22:lnot: ¬ 23:land: ∧ 24:lor: ∨ 25:oplus: ⊕ 26:lceil: ⌈ 27:rceil: ⌉ 28:lfloor: ⌊ 29:rfloor: ⌋ 30:vert: | 31:partial: ∂ 32:onehalf: ½ 33:onequarter: ¼ 34:ldots: … 35:forall: ∀ 36:sqrt: √ 37:inf: ∞ 38:plusmn: ± 39 40// Greek letters 41:alpha: α 42:beta: β 43:gamma: γ 44:DeltaUpper: Δ 45:delta: δ 46:epsilon: ε 47:eta: η 48:theta: θ 49:lambda: λ 50:pi: π 51:rho: ρ 52:sigma: σ 53:tau: τ 54:phi: ϕ 55 56