Re: Novice: How to change the headings color of a document

2012-01-20 Thread nomnex
> On Fri, 20 Jan 2012 09:16:27 +0100 > Jürgen Spitzmüller wrote: > > nomnex wrote: > > a. Where can I find the font information for the > > Chapt/Section/Sub-sec... > > article.cls > > > b. Could you help with, say, the "Section" > > command, so that I have an idea of the complete syntax to pass

Re: Novice: How to change the headings color of a document

2012-01-20 Thread Jürgen Spitzmüller
nomnex wrote: > a. Where can I find the font information for the > Chapt/Section/Sub-sec... article.cls > b. Could you help with, say, the "Section" > command, so that I have an idea of the complete syntax to pass in the > preamble [size, font, etc.]. the original definition is \newcommand\sect

Re: Novice: How to change the headings color of a document

2012-01-19 Thread nomnex
> On Fri, 20 Jan 2012 07:18:24 +0100 > Jürgen Spitzmüller wrote: > > nomnex wrote: > > This fails and generates an error message when I view to DVI > > > > \usepackage{titlesec} > > \titleformat*{\section}{\color{blue}} > > Try > > \usepackage{color} > \usepackage{titlesec} > \titleformat*{\sec

Re: Novice: How to change the headings color of a document

2012-01-19 Thread Jürgen Spitzmüller
nomnex wrote: > This fails and generates an error message when I view to DVI > > \usepackage{titlesec} > \titleformat*{\section}{\color{blue}} Try \usepackage{color} \usepackage{titlesec} \titleformat*{\section}{\color{blue}} HTH Jürgen

Re: Novice: How to change the headings color of a document

2012-01-19 Thread nomnex
> On Fri, 20 Jan 2012 14:56:05 +0900 > nomnex wrote: > > > On Thu, 19 Jan 2012 22:04:52 -0500 > > Richard Heck wrote: > > > > On 01/19/2012 08:54 PM, nomnex wrote: > > > I do not know what package and what command to pass in a document > > > preamble to change the color of all the headings > >

Re: Novice: How to change the headings color of a document

2012-01-19 Thread nomnex
> On Thu, 19 Jan 2012 22:04:52 -0500 > Richard Heck wrote: > > On 01/19/2012 08:54 PM, nomnex wrote: > > I do not know what package and what command to pass in a document > > preamble to change the color of all the headings (Chapter, section, > > sub-sec, etc...), from the default black to another

Re: Novice: How to change the headings color of a document

2012-01-19 Thread Richard Heck
On 01/19/2012 08:54 PM, nomnex wrote: I do not know what package and what command to pass in a document preamble to change the color of all the headings (Chapter, section, sub-sec, etc...), from the default black to another color e.g. dark blue. I do not need to change the color of the header/foo

Novice: How to change the headings color of a document

2012-01-19 Thread nomnex
I do not know what package and what command to pass in a document preamble to change the color of all the headings (Chapter, section, sub-sec, etc...), from the default black to another color e.g. dark blue. I do not need to change the color of the header/footer, which probably request a different