\restoreglobalbodyfont messes up superscripts
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
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
participants (2)
-
Michael Bynum
-
Wolfgang Schuster