ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Why I needed \parbox and why does \framed not work here?
@ 2005-03-13  9:08 Gerben Wierda
  2005-03-13 10:57 ` Willi Egger
  2005-03-14 14:27 ` Taco Hoekwater
  0 siblings, 2 replies; 11+ messages in thread
From: Gerben Wierda @ 2005-03-13  9:08 UTC (permalink / raw)


I am trying to convert to ConTeXt and I have a text with a lot of truth 
tables using a \ttable and \xttable command I defined. I ported these 
to ConTeXt but I can't get the \parbox -> \framed to work.

% Example document with truth tables starts here

\usemodule[bib] % defines \newcommand
\newcommand{\operand}[1]{{\sc #1}}
\newcommand{\ttvalue}[1]{{\sc #1}}
\newcommand{\xttable}[7]{\starttable[|c|c|c|]\HL %
#1 \NC #2 \NC #1 \operand{#3} #2 \SR\HL
\ttvalue{false} \NC \ttvalue{false} \NC \ttvalue{#4} \FR %
\ttvalue{false} \NC \ttvalue{true} \NC \ttvalue{#5} \MR %
\ttvalue{true} \NC \ttvalue{false} \NC \ttvalue{#6} \MR %
\ttvalue{true} \NC \ttvalue{true} \NC \ttvalue{#7} \LR\HL %
\stoptable}
\newcommand{\ttable}[5]{\xttable{a}{b}{#1}{#2}{#3}{#4}{#5}}
\starttext
Looks fine:\blank
\midaligned{%
\xttable{Statement X}{Statement Y}{$\Rightarrow$}%
{unknown}{unknown}{invalid (false)}{valid (true)}
}

This doesn't work:\blank
\midaligned{%
\xttable{Some sort of longer statement}{Another sort of longer 
statement}%
{$\Rightarrow$}%
{unknown}{unknown}{invalid (false)}{valid (true)}
}

This doesn't work either:\blank
\midaligned{%
\xttable{\framed[width=2cm,frame=off]{Some sort of longer
statement\par}}{\framed[width=2cm,frame=off]{Another sort of longer
statement\par}}{$\Rightarrow$}%
{unknown}{unknown}{invalid (false)}{valid (true)}
}
\stoptext

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

end of thread, other threads:[~2005-03-14 14:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-13  9:08 Why I needed \parbox and why does \framed not work here? Gerben Wierda
2005-03-13 10:57 ` Willi Egger
2005-03-13 13:42   ` Gerben Wierda
2005-03-13 14:06   ` Gerben Wierda
2005-03-13 15:05     ` Willi Egger
2005-03-13 15:59       ` Gerben Wierda
2005-03-13 17:34         ` Willi Egger
2005-03-13 15:12     ` Willi Egger
2005-03-13 16:57     ` Patrick Gundlach
2005-03-13 20:47     ` mickle
2005-03-14 14:27 ` Taco Hoekwater

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