APL editing conventions for this wiki

From NARS2000
Revision as of 21:13, 21 March 2008 by Sudleyplace (talk | contribs)
Jump to navigationJump to search

There are two ways to enter APL characters into an article:

  1. Paste the APL characters from a Unicode APL session, or
  2. Enclose each symbol name in braces, and surround the entire phrase with <apl>...</apl>.

For example, the phrase

(∪V)≡((V⍳V)=⍳⍴V)/V

can be encoded as

<apl size="large">({downshoe}V){match}((V{iota}V)={iota}{rho}V)/V</apl>

The arguments to the tag <apl> are font=, size=, and weight=, where each keyword takes as an argument the usual CSS values. For example, the tag

<apl font="SImPL" size="large" weight="bold">...</apl>

translates into

<span style="font-family: SImPL; font-size: large; font-weight: bold;">...</span>

The default font for the site is APL385 Unicode.