[NTG-context] tabulate and combination

2008-11-13 Thread Wolfgang Schuster
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
___


Re: [NTG-context] tabulate and combination

2008-11-13 Thread 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.

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
___


Re: [NTG-context] tabulate and combination

2008-11-13 Thread Wolfgang Schuster

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
___