ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \starttable ... \stoptable
@ 2010-11-24 11:20 Herbert Voss
  2010-11-24 17:27 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Herbert Voss @ 2010-11-24 11:20 UTC (permalink / raw)
  To: Context User Group

what is wrong with the \em? With \bf or {\em ...} it is fine

! Misplaced \omit.
<recently read> \omit

\normalTABLEquote ->\unskip \!ttRightGlue &\omit
                                                 \tablepos &
l.5 \NC \em Spalte 1 \NC
                         \em Spalte 2 \NC \FR \HL   % didn't work
?


\starttext

\starttable[|l|r|]\HL
\NC \bf Spalte 1 \NC \bf Spalte 2 \NC \FR \HL    % works
%\NC \em Spalte 1 \NC \em Spalte 2 \NC \FR \HL   % didn't work
\NC $alfa$       \NC $beta$       \NC \MR
\NC Links        \NC Rechts       \NC \LR \HL
\stoptable

\stoptext


Herbert
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: \starttable ... \stoptable
  2010-11-24 11:20 \starttable ... \stoptable Herbert Voss
@ 2010-11-24 17:27 ` Hans Hagen
  2010-11-24 17:42   ` Herbert Voss
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2010-11-24 17:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Herbert Voss

On 24-11-2010 12:20, Herbert Voss wrote:
> what is wrong with the \em? With \bf or {\em ...} it is fine
>
> ! Misplaced \omit.
> <recently read>  \omit
>
> \normalTABLEquote ->\unskip \!ttRightGlue&\omit
>                                                   \tablepos&
> l.5 \NC \em Spalte 1 \NC
>                           \em Spalte 2 \NC \FR \HL   % didn't work
> ?
>
>
> \starttext
>
> \starttable[|l|r|]\HL
> \NC \bf Spalte 1 \NC \bf Spalte 2 \NC \FR \HL    % works
> %\NC \em Spalte 1 \NC \em Spalte 2 \NC \FR \HL   % didn't work
> \NC $alfa$       \NC $beta$       \NC \MR
> \NC Links        \NC Rechts       \NC \LR \HL
> \stoptable
>
> \stoptext

in font-ini.mkiv:

\def\emphasiscorrection
   {\ifhmode\ifnum\currentgrouptype=\@@aligngroup\else
      \expandafter\expandafter\expandafter\emphasislook
    \fi\fi}


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: \starttable ... \stoptable
  2010-11-24 17:27 ` Hans Hagen
@ 2010-11-24 17:42   ` Herbert Voss
  0 siblings, 0 replies; 3+ messages in thread
From: Herbert Voss @ 2010-11-24 17:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 24.11.2010 18:27, schrieb Hans Hagen:
> On 24-11-2010 12:20, Herbert Voss wrote:
>> what is wrong with the \em? With \bf or {\em ...} it is fine

>> \starttext
>>
>> \starttable[|l|r|]\HL
>> \NC \bf Spalte 1 \NC \bf Spalte 2 \NC \FR \HL    % works
>> %\NC \em Spalte 1 \NC \em Spalte 2 \NC \FR \HL   % didn't work
>> \NC $alfa$       \NC $beta$       \NC \MR
>> \NC Links        \NC Rechts       \NC \LR \HL
>> \stoptable
>>
>> \stoptext
> 
> in font-ini.mkiv:
> 
> \def\emphasiscorrection
>   {\ifhmode\ifnum\currentgrouptype=\@@aligngroup\else
>      \expandafter\expandafter\expandafter\emphasislook
>    \fi\fi}


thanks Hans,
works now.

Herbert
___________________________________________________________________________________
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
___________________________________________________________________________________


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

end of thread, other threads:[~2010-11-24 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-24 11:20 \starttable ... \stoptable Herbert Voss
2010-11-24 17:27 ` Hans Hagen
2010-11-24 17:42   ` Herbert Voss

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