ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \normalsize
@ 2005-03-25 16:34 Peter Münster
  2005-03-25 17:08 ` \normalsize Taco Hoekwater
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Münster @ 2005-03-25 16:34 UTC (permalink / raw)


Hello,
is there a command, that switches to the normal font size (body-font)?
I tried \tf, but it affects only the shape, not the size.
TIA for any hint, Peter

-- 
http://pmrb.free.fr/contact/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: \normalsize
  2005-03-25 16:34 \normalsize Peter Münster
@ 2005-03-25 17:08 ` Taco Hoekwater
  2005-03-25 17:19   ` \normalsize Adam Lindsay
  0 siblings, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 2005-03-25 17:08 UTC (permalink / raw)


Peter Münster wrote:
> Hello,
> is there a command, that switches to the normal font size (body-font)?
> I tried \tf, but it affects only the shape, not the size.

There is no 'normal font size'. Or rather, if you've switched using
\switchtobodyfont, then from now on, that is the 'normal font size'.
I'm afraid you need to be a bit clearer on what is wrong / what you
want to achieve if you want a better answer.

Greetings, Taco

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: \normalsize
  2005-03-25 17:08 ` \normalsize Taco Hoekwater
@ 2005-03-25 17:19   ` Adam Lindsay
  2005-03-25 17:39     ` \normalsize Hans Hagen
  2005-03-25 19:04     ` \normalsize Peter Münster
  0 siblings, 2 replies; 6+ messages in thread
From: Adam Lindsay @ 2005-03-25 17:19 UTC (permalink / raw)


Taco Hoekwater said this at Fri, 25 Mar 2005 18:08:18 +0100:

>> Hello,
>> is there a command, that switches to the normal font size (body-font)?
>> I tried \tf, but it affects only the shape, not the size.
>
>There is no 'normal font size'. Or rather, if you've switched using
>\switchtobodyfont, then from now on, that is the 'normal font size'.
>I'm afraid you need to be a bit clearer on what is wrong / what you
>want to achieve if you want a better answer.

I think Peter means something like this:

normal \tfa big \tfb bigger \tfc biggerer \tf now what?

...where he wants the final one to return to the bodyfontsize.

I would say the "proper" way of doing it is to use grouping, but that
doesn't really directly answer Peter's question.
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept.     atl@comp.lancs.ac.uk
 Lancaster University, InfoLab21        +44(0)1524/510.514
 Lancaster, LA1 4WA, UK             Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: \normalsize
  2005-03-25 17:19   ` \normalsize Adam Lindsay
@ 2005-03-25 17:39     ` Hans Hagen
  2005-03-25 19:07       ` \normalsize Peter Münster
  2005-03-25 19:04     ` \normalsize Peter Münster
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2005-03-25 17:39 UTC (permalink / raw)


Adam Lindsay wrote:
> Taco Hoekwater said this at Fri, 25 Mar 2005 18:08:18 +0100:
> 
> 
>>>Hello,
>>>is there a command, that switches to the normal font size (body-font)?
>>>I tried \tf, but it affects only the shape, not the size.
>>
>>There is no 'normal font size'. Or rather, if you've switched using
>>\switchtobodyfont, then from now on, that is the 'normal font size'.
>>I'm afraid you need to be a bit clearer on what is wrong / what you
>>want to achieve if you want a better answer.
> 
> 
> I think Peter means something like this:
> 
> normal \tfa big \tfb bigger \tfc biggerer \tf now what?
> 
> ...where he wants the final one to return to the bodyfontsize.
> 
> I would say the "proper" way of doing it is to use grouping, but that
> doesn't really directly answer Peter's question.

\restoreglobalbodyfont

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: \normalsize
  2005-03-25 17:19   ` \normalsize Adam Lindsay
  2005-03-25 17:39     ` \normalsize Hans Hagen
@ 2005-03-25 19:04     ` Peter Münster
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Münster @ 2005-03-25 19:04 UTC (permalink / raw)


On Fri, 25 Mar 2005, Adam Lindsay wrote:

> Taco Hoekwater said this at Fri, 25 Mar 2005 18:08:18 +0100:
> 
> >> Hello,
> >> is there a command, that switches to the normal font size (body-font)?
> >> I tried \tf, but it affects only the shape, not the size.
> >
> >There is no 'normal font size'. Or rather, if you've switched using
> >\switchtobodyfont, then from now on, that is the 'normal font size'.
> >I'm afraid you need to be a bit clearer on what is wrong / what you
> >want to achieve if you want a better answer.
> 
> I think Peter means something like this:
> 
> normal \tfa big \tfb bigger \tfc biggerer \tf now what?
> 
> ...where he wants the final one to return to the bodyfontsize.
> 
> I would say the "proper" way of doing it is to use grouping, but that
> doesn't really directly answer Peter's question.

Yes indeed, this is, what I'm looking for.
Excuse me, if my question wasn't clear enough.
Here an example:

\usemodule[pre-01]
\starttext
\StartTitlePage
Big Title\\
\tf % some command, that switches to normal size
Something in normal size
\StopTitlePage
Here, it's really the normal size.
\stoptext

Of course, it's not really important, since I can always construct my own
title-page command.

Cheers, Peter

-- 
http://pmrb.free.fr/contact/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: \normalsize
  2005-03-25 17:39     ` \normalsize Hans Hagen
@ 2005-03-25 19:07       ` Peter Münster
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Münster @ 2005-03-25 19:07 UTC (permalink / raw)


On Fri, 25 Mar 2005, Hans Hagen wrote:

> Adam Lindsay wrote:
> > Taco Hoekwater said this at Fri, 25 Mar 2005 18:08:18 +0100:
> > 
> > 
> >>>Hello,
> >>>is there a command, that switches to the normal font size (body-font)?
> >>>I tried \tf, but it affects only the shape, not the size.
> >>
> >>There is no 'normal font size'. Or rather, if you've switched using
> >>\switchtobodyfont, then from now on, that is the 'normal font size'.
> >>I'm afraid you need to be a bit clearer on what is wrong / what you
> >>want to achieve if you want a better answer.
> > 
> > 
> > I think Peter means something like this:
> > 
> > normal \tfa big \tfb bigger \tfc biggerer \tf now what?
> > 
> > ...where he wants the final one to return to the bodyfontsize.
> > 
> > I would say the "proper" way of doing it is to use grouping, but that
> > doesn't really directly answer Peter's question.
> 
> \restoreglobalbodyfont

Yes, that's it!
Thanks, Peter

-- 
http://pmrb.free.fr/contact/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-03-25 19:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-25 16:34 \normalsize Peter Münster
2005-03-25 17:08 ` \normalsize Taco Hoekwater
2005-03-25 17:19   ` \normalsize Adam Lindsay
2005-03-25 17:39     ` \normalsize Hans Hagen
2005-03-25 19:07       ` \normalsize Peter Münster
2005-03-25 19:04     ` \normalsize Peter Münster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).