From ba296cbe06d5d3edcb76b1b17ffc26ce2044b94b Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Fri, 2 Aug 2019 09:36:37 +0200 Subject: [PATCH] Add files via upload --- docs/documentation.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/documentation.html b/docs/documentation.html index f9b77bb..96505c1 100644 --- a/docs/documentation.html +++ b/docs/documentation.html @@ -284,7 +284,7 @@ t -> ţ t with cedilla T -> Ţ T with cedilla u -> ų u with ogonek U -> Ų U with ogonek -. -> ˛ ogonek +. (dot) -> ˛ ogonek (space) -> ¸ cedilla @@ -442,8 +442,8 @@ r -> ρ small rho R -> Ρ capital rho s -> σ small sigma S -> Σ capital sigma -ß -> ς small sigma, in word-final position -ẞ -> Σ capital sigma +ß (AltGr + s) -> ς small sigma, in word-final position +ẞ (AltGr + S) -> Σ capital sigma t -> τ small tau T -> Τ capital tau y -> υ small upsilon @@ -522,19 +522,19 @@ $ -> ∜ fourth root & -> № numero sign 8 -> · middle dot * -> · middle dot -` -> ≈ almost equal to -~ -> ≈ almost equal to -= -> ↔ left right arrow -+ -> ⇔ left right double arrow -, -> ≤ less-than or equal to -< -> ≤ less-than or equal to -. -> ≥ greater-than or equal to -> -> ≥ greater-than or equal to -- -> ± plus-minus sign -_ -> ± plus-minus sign -\ -> ⁞ vertical four dots -| -> ⁞ vertical four dots -(space) -> ⁿ superscript n +` (grave accent) -> ≈ almost equal to +~ (tilde) -> ≈ almost equal to += (equals sign) -> ↔ left right arrow ++ (plus) -> ⇔ left right double arrow +, (comma) -> ≤ less-than or equal to +< (less than) -> ≤ less-than or equal to +. (dot) -> ≥ greater-than or equal to +> (greater than) -> ≥ greater-than or equal to +- (hyphen) -> ± plus-minus sign +_ (underscore) -> ± plus-minus sign +\ (backslash) -> ⁞ vertical four dots +| (vertical slash) -> ⁞ vertical four dots +(space) -> ⁿ superscript n -- 2.47.3