Page 1 of 1
How to do "lettered" list?
Posted: Wed Aug 09, 2023 10:53 am
by DAN SEA
Hi all!
How to do "lettered" list (maybe I didn't name it correctly):
a.
b.
c.
d.
etc...
Because in oXygen i only see "ordered" and "unordered" lists...
Thanks in advance!
Re: How to do "lettered" list?
Posted: Wed Aug 09, 2023 11:47 am
by Radu
Hi,
What XML vocabulary are you using? Is it DITA XML?
For what published output format are you interested in obtaining lettered lists?
The DITA XML vocabulary only has ordered and unordered lists. Ordered lists are numbered.
Using the DITA XML @outputclass attribute maybe you could set a custom value to the ordered list:
and then with a CSS publishing customization you could maybe match ordered lists with that particular outputclass and change their counter styling.
Regards,
Radu
Re: How to do "lettered" list?
Posted: Wed Aug 09, 2023 12:01 pm
by DAN SEA
Ok. Thank you, Radu!