<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 22 Dec 2021 at 12:23, Jerry Seibert <<a href="mailto:jerry@seibercom.net">jerry@seibercom.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue, 21 Dec 2021 22:54:14 +0000, David Carlisle stated:<br><br>
Thanks David, I had not considered that approach before. While I have<br>
your attention, I do have one other quick question. I have used the<br>
"soul" package to create text background colors. I can use the<br>
"\hl{text}" command inside an enumerate listing; however, it can only<br>
be used AFTER an "\item" command, ie<br>
<br>
\begin{enumerate}<br>
        \item \hl{This is text with a yellow background}<br>
\end{enumerate}<br>
<br>
If I try to place the "\hl" command before the "\item" an error<br>
message is issued.<br></blockquote><div><br></div><div><br></div><div>
you could use \ul in the label format (or rather a local command that 
you define to be \url or not) in a similar way to color, or simpler if 
you want a rectangular box around the whole list use \colorbox around a 
\parbox with the list. If you are using luatex you could look at using 
lua-ul instead of soul, as it attacks things at a different level and 
avoids many of the complications soul has to deal with.  <br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Again, I can do it in MS Word, so I figure that there has to be a<br>
relatively easy way to do it in LaTeX also. I am just not finding it.<br></blockquote><div><br></div><div>Your expectations are rather different to mine:-) The underlying models of TeX and Word are so fundamentally different I would find it natural that things that are easy in Word are harder in TeX and vice versa.</div><div><br></div><div>David</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
-- <br>
Thanks!<br>
<br>
Jerry<br>
</blockquote></div></div>