Modifying \section{} to make it colorful with LaTeX -


How can I change the \ section {} style? Especially I want to change the color of the section title.

Let me tell you Edward R. There is some neat style in the pursuit of Tofe (), and I am trying to find a way to modify section color.

Added

The color package works fine, but the thing is that the color chapter number is not changed.

 \ section {\ color {red} ELPA} 

Use the package.

Keep it in the LaTeX header ( \ start {document} )

  \ usepackage {titlelesec} \ titleformat {\ section} { \ Color {red} \ normalfont \ large \ bfseries} {\ Color {red} \ inction} {1em} {}  

Comments