Search found 2 matches

by congoblue
Tue Jun 15, 2021 2:19 pm
Forum: Text Formatting
Topic: Adding background colour to enumerated list with mdframed removes numbering
Replies: 1
Views: 3827

Adding background colour to enumerated list with mdframed removes numbering

OK, I have worked it out, the renewenvironment{enumerate} is overwriting the original definition for enumerate which contains the numbering magic, leaving me with just a plain list.

So I need to store the original definition and add it back into the renewenvironment command like this:

\let ...
by congoblue
Tue Jun 15, 2021 11:35 am
Forum: Text Formatting
Topic: Adding background colour to enumerated list with mdframed removes numbering
Replies: 1
Views: 3827

Adding background colour to enumerated list with mdframed removes numbering

Hi, I am new to LaTeX so could be missing something really obvious. I've managed to find several solutions to problems already from helpful replies on this forum, but have now got stuck.

I am working on a user manual which is originated in standard markdown format. From this we generate an online ...