ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \restoreglobalbodyfont messes up superscripts
@ 2009-04-03 18:13 Michael Bynum
  2009-04-04  6:31 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Bynum @ 2009-04-03 18:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I was originally trying to make the font inside a table smaller, and
when I was trying things out, I ran into a problem with
\restoreglobalbodyfont changing the font size of my superscripts from
what it was before the command was issued.  I really just want to make
the font inside my table smaller, but I don't know how to "turn off" a
formating command like \tfxx.  I originally thought that was what \par
was for, but it doesn't seem to do anything.  I then tried
\restoreglobalbodyfont, but started running into my issues.  Can
anyone give me any help with this issue?

Mike

------------------------------------------------------------  test.tex
 --------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------
\starttext
Sample Text\high{TEST}

\tfxx
\placetable[here]{}
\starttable{|c|c|}
     \HL
     \NC test \NC test \NC\FR
     \NC test \NC test \NC\LR
     \HL
\stoptable
\par

Sample Text\high{TEST}
\restoreglobalbodyfont \par
Sample Text\high{TEST}
\stoptext
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: \restoreglobalbodyfont messes up superscripts
  2009-04-03 18:13 \restoreglobalbodyfont messes up superscripts Michael Bynum
@ 2009-04-04  6:31 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2009-04-04  6:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 03.04.2009 um 20:13 schrieb Michael Bynum:

> I was originally trying to make the font inside a table smaller, and
> when I was trying things out, I ran into a problem with
> \restoreglobalbodyfont changing the font size of my superscripts from
> what it was before the command was issued.  I really just want to make
> the font inside my table smaller, but I don't know how to "turn off" a
> formating command like \tfxx.  I originally thought that was what \par
> was for, but it doesn't seem to do anything.  I then tried
> \restoreglobalbodyfont, but started running into my issues.  Can
> anyone give me any help with this issue?


\starttext

Sample Text\high{TEST}

\placetable[here]
   {none}
   {\setuptables[bodyfont=xx]
    \starttable{|c|f{\ss}c|}
    \HL
    \NC test \NC test \NC\AR
    \NC test \NC test \NC\AR
    \HL
    \stoptable}

{\txx Sample Text\high{TEST}}

Sample Text\high{TEST}

\stoptext

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2009-04-04  6:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-03 18:13 \restoreglobalbodyfont messes up superscripts Michael Bynum
2009-04-04  6:31 ` Wolfgang Schuster

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).