APL editing conventions for this wiki: Difference between revisions

From NARS2000
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
is encoded as
is encoded as


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


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

Revision as of 13:52, 18 May 2007

When editing an article with APL characters, enclose each symbol name in braces, and surround the entire phrase with <apl>...</apl>. For example, the phrase

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

is encoded as

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

The arguments to <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>