Re: [NTG-context] Heading Font Size and Figures in Headings

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 12:13 PM, H. Hodges  wrote:
> What is the \setuphead option to set font size?
textstyles
http://wiki.contextgarden.net/Titles

>
> I have some small icons that I would like to place on the same line as some of
> my section titles. I would also like these icons to appear in the table of
> contents.The code I'm using:
>
> \section{\placefigure[force]{none}{\externalfigure[timers]}Timers}.
>
> I cannot get the placement correct. Instead of being aligned with and to the
> left of the section title, the figure appears centered on the page a couple of
> lines above it, in both the text body and the table of contents. I've tried
> other options besides [force]: [left], [here], [line], the result is always 
> the
> same.
what about
\section{\hbox{\externalfigure[timers]}Timers}}.
?

-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Heading Font Size and Figures in Headings

2011-07-06 Thread H. Hodges
Thanks. That worked great.

luigi scarso  gmail.com> writes:

> On Wed, Jul 6, 2011 at 12:13 PM, H. Hodges  gmail.com>
wrote:
> > What is the \setuphead option to set font size?
> textstyles
> http://wiki.contextgarden.net/Titles
> 
> what about
> \section{\hbox{\externalfigure[timers]}Timers}}.




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Heading Font Size and Figures in Headings

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 12:27 PM, H. Hodges  wrote:
> Thanks. That worked great.
See also "Aligned boxes" in ConTeXt the manual
-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___