[texhax] Problems with LaTeX
E. Krishnan
ekmath at md5.vsnl.net.in
Mon Nov 10 19:41:16 CET 2003
On Sun, 9 Nov 2003, Seebacher Siegfried wrote:
> I want to make a chapter label (section, subsection,.....) that should
> be look like the following picture.
Please try
\documentclass{report}
\usepackage{color}
\usepackage{sectsty}
\allsectionsfont{\noindent\colorbox{yellow}}
\begin{document}
\chapter{The first chapter}
\section{The first section}
\end{document}
--
Krishnan
More information about the texhax
mailing list