How to Elegantly "Unbold" Description Label in LyX & Output?

Jean-Marc Lasgouttes lasgouttes at lyx.org
Tue Nov 5 19:06:15 UTC 2019


Le 05/11/2019 à 19:36, Richard Kimberly Heck a écrit :
> On 11/5/19 10:38 AM, Joel Kulesza wrote:
>> What is the recommended way to reconfigure the description environment
>> to not be bold in LyX and in the output.  For the output, I might use
>>
>> \renewcommand{\descriptionlabel}[1]{\hspace{\labelsep}\normalfont{#1}}
> 
> I'm guessing you are missing a "format" tag. But you don't need to copy
> the whole definition. Just:
> 
> Format 66
> 
> Style Description
>      LabelFont
>          Series Medium
>      EndFont
> End
> 

You can even stick your renewcommand in there, like:
Preamble
   \renewcommand{\descriptionlabel}[1]{\hspace{\labelsep}\normalfont{#1}}
EndPreamble

JMarc


More information about the lyx-users mailing list