ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* tabulate and combination
@ 2008-11-13 10:55 Wolfgang Schuster
  2008-11-13 15:12 ` Aditya Mahajan
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2008-11-13 10:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

is there a better way to place two tables (with the tabulate environment)
side by side, I wrap them now in a vbox but this destroyes the spacing
before and after them. I know floatcombination but I don't want to use it
at the moment.

\starttext

\startcombination[2*1]
  {\vbox\bgroup
   \starttabulate[|cm|l|]
   \NC   \NC Materialkosten je ME    \NC\NR
   \NC + \NC Fertigungskosten je ME  \NC\NR
   \HR
   \NC = \NC Herstellkosten je ME    \NC\NR
   \NC + \NC Verwaltungskosten je ME \NC\NR
   \NC + \NC Vertriebskosten je Me   \NC\NR
   \HR
   \NC = \NC Selbstkosten je ME      \NC\NR
   \stoptabulate
   \egroup}
  {Progressive Kalkulation}
  {\vbox\bgroup
   \starttabulate[|cm|l|]
   \NC   \NC Bruttoerlös je ME       \NC\NR
   \NC - \NC Erlösminderung je Me    \NC\NR
   \HR
   \NC = \NC Nettoerlös je ME        \NC\NR
   \NC - \NC variable Kosten je Me   \NC\NR
   \NC   \NC                         \NC\NR
   \HR
   \NC = \NC Deckungsbeitrag je ME   \NC\NR
   \stoptabulate
   \egroup}
  {Retrograde Kalkulation}
\stopcombination

\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] 3+ messages in thread

* Re: tabulate and combination
  2008-11-13 10:55 tabulate and combination Wolfgang Schuster
@ 2008-11-13 15:12 ` Aditya Mahajan
  2008-11-13 19:19   ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Aditya Mahajan @ 2008-11-13 15:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, 13 Nov 2008, Wolfgang Schuster wrote:

> Hi,
>
> is there a better way to place two tables (with the tabulate environment)
> side by side, I wrap them now in a vbox but this destroyes the spacing
> before and after them. I know floatcombination but I don't want to use it
> at the moment.

\framed[align=normal] seems to behave better than a \vbox.

Aditya
___________________________________________________________________________________
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] 3+ messages in thread

* Re: tabulate and combination
  2008-11-13 15:12 ` Aditya Mahajan
@ 2008-11-13 19:19   ` Wolfgang Schuster
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2008-11-13 19:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 13.11.2008 um 16:12 schrieb Aditya Mahajan:

> On Thu, 13 Nov 2008, Wolfgang Schuster wrote:
>
>> Hi,
>>
>> is there a better way to place two tables (with the tabulate  
>> environment)
>> side by side, I wrap them now in a vbox but this destroyes the  
>> spacing
>> before and after them. I know floatcombination but I don't want to  
>> use it
>> at the moment.
>
> \framed[align=normal] seems to behave better than a \vbox.

The difference is not very big but it gives me more control,
I will make my final decision at the end after the text is finished.

Thanks and regards,
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] 3+ messages in thread

end of thread, other threads:[~2008-11-13 19:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-13 10:55 tabulate and combination Wolfgang Schuster
2008-11-13 15:12 ` Aditya Mahajan
2008-11-13 19:19   ` 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).