Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Is arbortext editor limited to either bulleted or numeric lists?
Hi Nicholas
It's worth having a look at the outspec.dtd for the fosi - counter styles are listed there, so these are the counters you could use for your lists. However it is also possible to specify custom list such as ndash for example by simply using 'usetext' and adding a character before your listitem. Anything is possible with fosi it's just hard to achieve somethings ^^
Thanks
Marcin
example dash list:
<att>
<specval attname="list-type" attloc="list" attval="dash">
<charsubset>
<usetext source="!–!,@2pi" placemnt="before"></usetext>
</charsubset>
</att>
outspec counter styles:
initial NUMBER -- an integer -- #IMPLIED
style (arabic | romanuc | romanlc | alphauc |
alphalc | userdef | kanada | jaeum |
circled-decimal | katakana | katakana-iroha |
hiragana | hiragana-iroha | simp-chinese-informal |
cjk-earthly-branch | cjk-heavenly-stem |
hangul | hangul-consonant | thai |
arabic-indic | urdu ) #IMPLIED
specstyl CDATA -- a string -- #IMPLIED
seq (1 | 2) #IMPLIED
except CDATA -- a string -- #IMPLIED
enumid ID -- an ID -- #REQUIRED
padlen NUMBER -- an integer -- #IMPLIED>