Re: [NTG-context] Incorrect font size in captions

2010-03-24 Thread Tom
Sorry for being so thick. I misread your previous message.

Thank you for your kind assistance to a newbie.

Tom Benjey
717-258-9733 voice
717-243-0074 fax
Twitter: @TomBenjey




-Original Message-
From: ntg-context-boun...@ntg.nl [mailto:ntg-context-boun...@ntg.nl] On
Behalf Of Wolfgang Schuster
Sent: Tuesday, March 23, 2010 11:43 AM
To: mailing list for ConTeXt users
Subject: Re: [NTG-context] Incorrect font size in captions

Am 23.03.10 15:37, schrieb Tom:
 \setupcaptions[style={\switchtobodyfont[9pt]},
 location=bottom,number=no,align=raggedcenter]

'align' in \setupcaptions has nothing to do with the alignment
of the captiontext, as i wrote in my other mail you need

   style={\switchtobodyfont[9pt]\raggedcenter}

Wolfgang


___
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

___


___
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
___


[NTG-context] Incorrect font size in captions

2010-03-23 Thread Tom
Captions for individual figures display in the proper (9 pt) font but those
for combinations do not. See example:

\definepapersize[6X9][width=6.14in, height=9.21in]
\setuppapersize[6X9][6X9]

\setuplayout[
 width=middle,
 height=middle,
 backspace=.75 in,
 topspace=.5 in,
 header=.25 in,
 footer=0 in,
 headerdistance=.25 in,
 footerdistance=0 in,
 bottomspace=0.9 in,
 cutspace=.875 in,
]
\setupcaptions[style={\switchtobodyfont[9pt]},
location=bottom,number=no,align=raggedcenter]

\starttext

\placefigure
[here]{none}
\startcombination[2*1]
  {\externalfigure[s033-1b][width=.481\textwidth]} 
{Martin Wheelock\\{\it Cumberland County Historical Society}\\
{\it Carlisle, PA}}
  {\externalfigure[041-1b][width=.459\textwidth]} 
{Antonio Lubo\\{\it U. S. Army Military History Institute}}
\stopcombination

Some text for comparison of font size with captions.

\stoptext

Tom Benjey
717-258-9733 voice
717-243-0074 fax
Twitter: @TomBenjey






___
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] Incorrect font size in captions

2010-03-23 Thread Aditya Mahajan

On Tue, 23 Mar 2010, Tom wrote:


Captions for individual figures display in the proper (9 pt) font but those
for combinations do not. See example:


\setupcombinations[style={\switchtobodyfont[9pt]}]

Aditya
___
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] Incorrect font size in captions

2010-03-23 Thread Wolfgang Schuster

Am 23.03.10 15:37, schrieb Tom:

\setupcaptions[style={\switchtobodyfont[9pt]},
location=bottom,number=no,align=raggedcenter]
   

'align' in \setupcaptions has nothing to do with the alignment
of the captiontext, as i wrote in my other mail you need

  style={\switchtobodyfont[9pt]\raggedcenter}

Wolfgang

___
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
___