Re: comment différencier les apparences de Paragraphe et SousSousSection ?

Jean-Pierre Chrétien <[email protected]>
Newsgroups gmane.editors.lyx.french
Message-ID <[email protected]>
Le 02/12/2015 12:03, Denis Prost a écrit :
> Bonjour à tous,
>
> j'aimerais pouvoir facilement différencier les paragraphes et SousSousSections
> qui, dans l'interface de LyX, apparaissent de la même manière (en gras, même
> taille de police).
> Est-ce qu'il y a un moyen de modifier leur apparence (par exemple de mettre les
> paragraphes en gras italique) ?
> Merci d'avance,
>
> Denis

Le style Paragraph est défini comme suit dans layouts/stdsections.inc

<cite>
Style Paragraph
	CopyStyle             Subsubsection
	LabelCounter          paragraph
	TocLevel              4
	LatexName             paragraph
	TopSep                0.4
	BottomSep             0
	HTMLTag               h5
End
</cite>

Il doit suffire de le rédéfinir comme ceci :

Style Paragraph
	CopyStyle             Subsubsection
	LabelCounter          paragraph
	TocLevel              4
	LatexName             paragraph
	TopSep                0.4
	BottomSep             0
	Font
	  Series              Italic
	  Size                Normal
	EndFont
	HTMLTag               h5
End

par exemple dans Documents->Paramètres->Format local, ou en créant
un module ad hoc.
On peut aussi modifier la couleur.

-- 
Jean-Pierre
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.