sans serif in titles
Hello: I need help in this: I want that all titles, subjetcs, subsubjects, etc in Sans Serif but bodytext in serif font. IŽm near to find it, but itŽs not enough. :). Thankyou in advance. _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
On Wed, 2006-08-16 at 00:18 +0000, Horacio Suarez wrote:
Hello:
I need help in this:
I want that all titles, subjetcs, subsubjects, etc in Sans Serif but bodytext in serif font.
Im near to find it, but its not enough. :).
Do you mean like this:
\setuphead
[chapter,section,subsection]
[textstyle=\ss,numberstyle=\ss]
\starttext
\chapter{Foo}
\section{Bar}
\input knuth
\subsection{Baz}
\input zapf
\chapter{Qux}
\section{Quux}
\input douglas
\subsection{Corge}
\input hawking
\stoptext
--
Stuart Jansen
On Tue, 15 Aug 2006, Stuart Jansen wrote:
On Wed, 2006-08-16 at 00:18 +0000, Horacio Suarez wrote:
Hello:
I need help in this:
I want that all titles, subjetcs, subsubjects, etc in Sans Serif but bodytext in serif font.
Im near to find it, but its not enough. :).
Do you mean like this:
\setuphead [chapter,section,subsection] [textstyle=\ss,numberstyle=\ss]
One can also use [textstlye=sans, numberstyle=sans] or [style=sans]
\starttext \chapter{Foo} \section{Bar} \input knuth \subsection{Baz} \input zapf \chapter{Qux} \section{Quux} \input douglas \subsection{Corge} \input hawking \stoptext
-- Aditya Mahajan, EECS Systems, University of Michigan http://www.eecs.umich.edu/~adityam || Ph: 7342624008
participants (3)
-
Aditya Mahajan
-
Horacio Suarez
-
Stuart Jansen