My pleasure!

On Fri, 27 Mar 2026 at 12:51, A-Imam Al-Sammak <[email protected]>
wrote:

> Dear Shay
> Thank you sooooo much for your quick and effective response.
>
> Best regards.
>
> A-Imam
>
> On Fri, Mar 27, 2026 at 3:36 PM Shay Riggs <[email protected]> wrote:
>
>> Hi A-Imam,
>>
>> Here is one possible solution, if I understand your problem correctly.
>>
>> As you are using *enumitem* in your preamble, try changing
>>
>> \setlist[enumerate]{label=\thechapter.\arabic{*},resume}
>>
>>
>> to
>>
>> \setlist[enumerate,1]{label=\thechapter.\arabic{*},resume}
>> \setlist[enumerate,2]{label=(\alph{*}),resume}
>>
>>
>> Adjust the parenthesis to suit 😀. If you need more than just “(a)”, such
>> as “1.(a)”, etc., you’ll need to consult the fine enumitem documentation.
>>
>> According to those enumitem docs, \setlist[enumerate] sets the same
>> numbering scheme for all levels.
>>
>> By specifying a level with, for example, \setlist[enumerate*,1*]{...},
>> you get to choose how each level gets formatted.
>>
>> You might also check out the *enumitem* LyX module.
>>
>> Hope this helps!
>>
>> Shay
>>
>> On Fri, 27 Mar 2026 at 07:42, A-Imam Al-Sammak via lyx-users <
>> [email protected]> wrote:
>>
>>> Dear all
>>> I am writing the end of chapter problem set for my book. I need to have
>>> alphabetic numbering within each question, but I am getting 'numeric' list
>>> numbering. What shall I do? It shows alphabet in the LyX file, but the pdf
>>> output shows numeric!
>>>
>>> Best regards.
>>>
>>> A-Imam
>>> --
>>> lyx-users mailing list
>>> [email protected]
>>> https://lists.lyx.org/mailman/listinfo/lyx-users
>>>
>>
-- 
lyx-users mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-users

Reply via email to