APL Font: Difference between revisions
From NARS2000
Jump to navigationJump to search
Line 3: | Line 3: | ||
The default APL font for the site is '''SImPL medium''', '''SImPL''', or '''APL385 Unicode'''. | The default APL font for the site is '''SImPL medium''', '''SImPL''', or '''APL385 Unicode'''. | ||
If the APL characters in the articles don't display correctly, you can obtain a copy of the '''SImPL medium''' font by downloading the current [http://www.nars2000.org/download/Download.html NARS2000 binary], or the '''SImPL''' font from [http:// | If the APL characters in the articles don't display correctly, you can obtain a copy of the '''SImPL medium''' font by downloading the current [http://www.nars2000.org/download/Download.html NARS2000 binary], or the '''SImPL''' font from [http://archive.vector.org.uk/resource/simpl02.zip here], or the '''APL385 Unicode''' font from [http://archive.vector.org.uk/resource/apl385.ttf here]. | ||
If they still don't display correctly, [http://www.getfirefox.com/ download] FireFox. | If they still don't display correctly, [http://www.getfirefox.com/ download] FireFox. |
Revision as of 15:34, 19 October 2012
Default Font
The default APL font for the site is SImPL medium, SImPL, or APL385 Unicode.
If the APL characters in the articles don't display correctly, you can obtain a copy of the SImPL medium font by downloading the current NARS2000 binary, or the SImPL font from here, or the APL385 Unicode font from here.
If they still don't display correctly, download FireFox.
Extra APL Glyphs
While any Unicode APL font will display all of the standard APL glyphs, NARS2000 uses (or has plans to use) some extra glyphs not found in all Unicode APL fonts such as
Name | Symbol | Unicode Code Point |
Keystroke | Description |
---|---|---|---|---|
Section | § | 0x00A7 | Alt-S | Multiset Symmetric Difference |
Pi | π | 0x03C0 | Alt-p | Prime Decomposition and Number-theoretic |
Root | √ | 0x221A | Alt-R | Square Root and Nth Root |
Infinity | ∞ | 0x221E | Alt-f | Infinity |
Mismatch | ≢ | 0x2262 | Alt-@ | Mismatch |
Left-shoe-underbar | ⊆ | 0x2286 | Alt-Z | Subset of |
Right-shoe-underbar | ⊇ | 0x2287 | Alt-X | Superset of |
Circle-middle-dot | ⊙ | 0x2299 | Alt-? | Null operator |
Dieresis-downtack | ⍡ | 0x2361 | Alt-N | Convolution operator† |
Dieresis-del | ⍢ | 0x2362 | Alt-G | Dual operator† |
Dieresis-star | ⍣ | 0x2363 | Alt-P | Power operator† |
Dieresis-jot | ⍤ | 0x2364 | Alt-J | Rank operator |
Dieresis-circle | ⍥ | 0x2365 | Alt-O | Composition operator |
Down-shoe-stile | ⍦ | 0x2366 | Alt-m | Multiset operator |
Dieresis-tilde | ⍨ | 0x2368 | Alt-T | Commute operator |
Zilde | ⍬ | 0x236C | Alt-} | Empty simple numeric vector |
Stile-tilde | ⍭ | 0x236D | Alt-M | Partition operator† |
† = Not currently implemented.
All of the above glyphs may be found in SImPL medium, all but the Infinity symbol in SImPL, and all but the Null operator in APL385 Unicode.