How to do "lettered" list?

Having trouble installing Oxygen? Got a bug to report? Post it all here.
DAN SEA
Posts: 59
Joined: Tue Sep 13, 2022 4:13 pm

How to do "lettered" list?

Post 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!
Radu
Posts: 9431
Joined: Fri Jul 09, 2004 5:18 pm

Re: How to do "lettered" list?

Post 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:

Code: Select all

<ol outputclass="alpha"
and then with a CSS publishing customization you could maybe match ordered lists with that particular outputclass and change their counter styling.
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
DAN SEA
Posts: 59
Joined: Tue Sep 13, 2022 4:13 pm

Re: How to do "lettered" list?

Post by DAN SEA »

Ok. Thank you, Radu!
Post Reply