ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* framing in TABLEs
@ 2009-09-05 16:15 Gerhard Kugler
  2009-09-06 19:37 ` Steffen Wolfrum
  2009-09-07 14:44 ` defineenumeration and LuaTeX Bernd Militzer
  0 siblings, 2 replies; 10+ messages in thread
From: Gerhard Kugler @ 2009-09-05 16:15 UTC (permalink / raw)
  To: Context-Liste

Hi,

I'm updating a book of 2007 with many tables with empty, but framed
cells. But if I see the new results, part of the cells are not framed
as in the following example:


\enableregime	[il1]
\mainlanguage	[de]

\starttext

\setupTABLE[row][each][align=lohi,height=0.08\textheight]

\bTABLE

\setupTABLE[textwidth=\textwidth]%
\setupTABLE[column][1][width=0.77\textwidth]%
\setupTABLE[column][2][width=0.23\textwidth]%

\switchtobodyfont[small]%

\bTR
	\bTD Schmerzliche und schwierige Dinge, die ich erlebe \eTD
	\bTD Wie lange ist das schon der Fall? \eTD
	\eTR
\bTR
	\bTD[m=2] \eTD
	\eTR
\bTR
	\bTD[m=2] \eTD
	\eTR
\bTR
	\bTD[m=2] \eTD
	\eTR
\bTR
	\bTD[m=2] \eTD
	\eTR
\bTR
	\bTD[m=2] \eTD
	\eTR
\bTR
	\bTD[m=2] \eTD
	\eTR
\bTR
	\bTD[m=2] \eTD
	\eTR
\bTR
	\bTD[m=2] \eTD
	\eTR
\eTABLE

\stoptext


I tried several setupTABLE ... framed=on, but without success.

Gerhard

-- 
Gerhard Kugler
Psychotherapeut
Bensheim (Germany)
http://www.psychotherapie-kugler.de
___________________________________________________________________________________
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] 10+ messages in thread

* Re: framing in TABLEs
  2009-09-05 16:15 framing in TABLEs Gerhard Kugler
@ 2009-09-06 19:37 ` Steffen Wolfrum
  2009-09-07  9:41   ` Gerhard Kugler
  2009-09-07 14:44 ` defineenumeration and LuaTeX Bernd Militzer
  1 sibling, 1 reply; 10+ messages in thread
From: Steffen Wolfrum @ 2009-09-06 19:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Reading the first line of your code I assume you are working with MkII.

On my machine your example renders fine – see http://werksatz.com/attachments/gerhard_1.pdf

I ran your file with ConTeXt  ver: 2008.02.07 01:09 MKII.

Using a more recent version on http://live.contextgarden.net/ gives  
the same result
(ConTeXt ver: 2009.08.30 12:25 MKII)


Steffen



Am 05.09.2009 um 18:15 schrieb Gerhard Kugler:

> Hi,
>
> I'm updating a book of 2007 with many tables with empty, but framed
> cells. But if I see the new results, part of the cells are not framed
> as in the following example:
>
>
> \enableregime	[il1]
> \mainlanguage	[de]
>
> \starttext
>
> \setupTABLE[row][each][align=lohi,height=0.08\textheight]
>
> \bTABLE
>
> \setupTABLE[textwidth=\textwidth]%
> \setupTABLE[column][1][width=0.77\textwidth]%
> \setupTABLE[column][2][width=0.23\textwidth]%
>
> \switchtobodyfont[small]%
>
> \bTR
> 	\bTD Schmerzliche und schwierige Dinge, die ich erlebe \eTD
> 	\bTD Wie lange ist das schon der Fall? \eTD
> 	\eTR
> \bTR
> 	\bTD[m=2] \eTD
> 	\eTR
> \bTR
> 	\bTD[m=2] \eTD
> 	\eTR
> \bTR
> 	\bTD[m=2] \eTD
> 	\eTR
> \bTR
> 	\bTD[m=2] \eTD
> 	\eTR
> \bTR
> 	\bTD[m=2] \eTD
> 	\eTR
> \bTR
> 	\bTD[m=2] \eTD
> 	\eTR
> \bTR
> 	\bTD[m=2] \eTD
> 	\eTR
> \bTR
> 	\bTD[m=2] \eTD
> 	\eTR
> \eTABLE
>
> \stoptext
>
>
> I tried several setupTABLE ... framed=on, but without success.
>
> Gerhard
>
> -- 
> Gerhard Kugler
> Psychotherapeut
> Bensheim (Germany)
> http://www.psychotherapie-kugler.de
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

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

* Re: framing in TABLEs
  2009-09-06 19:37 ` Steffen Wolfrum
@ 2009-09-07  9:41   ` Gerhard Kugler
  2009-09-07 12:28     ` Steffen Wolfrum
  0 siblings, 1 reply; 10+ messages in thread
From: Gerhard Kugler @ 2009-09-07  9:41 UTC (permalink / raw)
  To: ntg-context

On Sun, Sep 06, 2009 at 09:37:36PM +0200, Steffen Wolfrum wrote:
> Reading the first line of your code I assume you are working with MkII.
>
> On my machine your example renders fine ? see http://werksatz.com/attachments/gerhard_1.pdf
>

Hi Steffen,

the result is not satisfactory because I want the horizontal lines
stretching into the second column also. In the result this is the case
only for the first rows.

My context version (from log file):
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)

Gerhard

-- 
Gerhard Kugler
Psychotherapeut
Bensheim (Germany)
http://www.psychotherapie-kugler.de
___________________________________________________________________________________
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] 10+ messages in thread

* Re: framing in TABLEs
  2009-09-07  9:41   ` Gerhard Kugler
@ 2009-09-07 12:28     ` Steffen Wolfrum
  2009-09-07 13:21       ` Gerhard Kugler
  0 siblings, 1 reply; 10+ messages in thread
From: Steffen Wolfrum @ 2009-09-07 12:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 07.09.2009 um 11:41 schrieb Gerhard Kugler:

> On Sun, Sep 06, 2009 at 09:37:36PM +0200, Steffen Wolfrum wrote:
>> Reading the first line of your code I assume you are working with  
>> MkII.
>>
>> On my machine your example renders fine ? see http://werksatz.com/attachments/gerhard_1.pdf
>>
>
> Hi Steffen,
>
> the result is not satisfactory because I want the horizontal lines
> stretching into the second column also. In the result this is the case
> only for the first rows.




Like this?



\enableregime	[il1]
\mainlanguage	[de]

\starttext

\setupTABLE[row][each][align=lohi,height=0.08\textheight]

\bTABLE

\setupTABLE[textwidth=\textwidth]%
\setupTABLE[column][1][width=0.77\textwidth]%
\setupTABLE[column][2][width=0.23\textwidth]%

\switchtobodyfont[small]%

\bTR
	\bTD Schmerzliche und schwierige Dinge, die ich erlebe \eTD
	\bTD Wie lange ist das schon der Fall?? \eTD
	\eTR
\bTR
	\bTD \eTD
	\bTD \eTD
	\eTR
\bTR
	\bTD \eTD
	\bTD \eTD
	\eTR
\bTR
	\bTD \eTD
	\bTD \eTD
	\eTR
\bTR
	\bTD \eTD
	\bTD \eTD
	\eTR
\bTR
	\bTD \eTD
	\bTD \eTD
	\eTR
\bTR
	\bTD \eTD
	\bTD \eTD
	\eTR
\bTR
	\bTD \eTD
	\bTD \eTD
	\eTR
\bTR
	\bTD \eTD
	\bTD \eTD
	\eTR
\eTABLE

\stoptext



Steffen
___________________________________________________________________________________
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] 10+ messages in thread

* Re: framing in TABLEs
  2009-09-07 12:28     ` Steffen Wolfrum
@ 2009-09-07 13:21       ` Gerhard Kugler
  0 siblings, 0 replies; 10+ messages in thread
From: Gerhard Kugler @ 2009-09-07 13:21 UTC (permalink / raw)
  To: ntg-context

On Mon, Sep 07, 2009 at 02:28:46PM +0200, Steffen Wolfrum wrote:

> Like this?
>
>
>
> \enableregime	[il1]
> \mainlanguage	[de]
>
> \starttext
>
> \setupTABLE[row][each][align=lohi,height=0.08\textheight]
>
> \bTABLE
>
> \setupTABLE[textwidth=\textwidth]%
> \setupTABLE[column][1][width=0.77\textwidth]%
> \setupTABLE[column][2][width=0.23\textwidth]%
>
> \switchtobodyfont[small]%
>
> \bTR
> 	\bTD Schmerzliche und schwierige Dinge, die ich erlebe \eTD
> 	\bTD Wie lange ist das schon der Fall?? \eTD
> 	\eTR
> \bTR
> 	\bTD \eTD
> 	\bTD \eTD
> 	\eTR
> \bTR
> 	\bTD \eTD
> 	\bTD \eTD
> 	\eTR
> \bTR
> 	\bTD \eTD
> 	\bTD \eTD
> 	\eTR
> \bTR
> 	\bTD \eTD
> 	\bTD \eTD
> 	\eTR
> \bTR
> 	\bTD \eTD
> 	\bTD \eTD
> 	\eTR
> \bTR
> 	\bTD \eTD
> 	\bTD \eTD
> 	\eTR
> \bTR
> 	\bTD \eTD
> 	\bTD \eTD
> 	\eTR
> \bTR
> 	\bTD \eTD
> 	\bTD \eTD
> 	\eTR
> \eTABLE
>
> \stoptext
>

This will be sweat work (in German: Fleißarbeit), I guess. Why "m=  "
isn't effective in a _newer_ version than 2005-2007 when I wrote the
1st edition?

Thank you.

Gerhard

-- 
Gerhard Kugler
Psychotherapeut
Bensheim (Germany)
http://www.psychotherapie-kugler.de
___________________________________________________________________________________
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] 10+ messages in thread

* defineenumeration and  LuaTeX
  2009-09-05 16:15 framing in TABLEs Gerhard Kugler
  2009-09-06 19:37 ` Steffen Wolfrum
@ 2009-09-07 14:44 ` Bernd Militzer
  2009-09-07 14:50   ` luigi scarso
  1 sibling, 1 reply; 10+ messages in thread
From: Bernd Militzer @ 2009-09-07 14:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all,

\in[ref] does not work with
LuaTeX, Version beta-0.43.0-2009081911
ConTeXt  ver: 2009.08.30 12:25 MKIV  fmt: 2009.9.7  int: english/english

% ---> snip
%
\defineenumeration[frage][location=inleft,text=,stopper=.,headstyle=bold]
%
%
\starttext
%
Anzahl der Aufgaben: \in[last]

\blank
\startfrage[1]
\dorecurse{3}{text text text \dots}
\stopfrage
%
\startfrage[2]
\dorecurse{3}{text text text \dots}
\stopfrage
%
\startfrage[last]
\dorecurse{3}{text text text \dots}
\stopfrage
%
\stoptext
%
% <---- snip

with:
 pdfTeX, Version 3.1415926-1.40.10 (Web2C 2009)
ConTeXt  ver: 2009.08.30 12:25 MKII  fmt: 2009.9.7  int: english/english

\in[ref] works like accepted.


Thanks for help


Bernd
___________________________________________________________________________________
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] 10+ messages in thread

* Re: defineenumeration and LuaTeX
  2009-09-07 14:44 ` defineenumeration and LuaTeX Bernd Militzer
@ 2009-09-07 14:50   ` luigi scarso
  2009-09-07 15:16     ` Bernd Militzer
  0 siblings, 1 reply; 10+ messages in thread
From: luigi scarso @ 2009-09-07 14:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 1063 bytes --]

On Mon, Sep 7, 2009 at 4:44 PM, Bernd Militzer<bernd@militzer.net> wrote:
> Hi all,
>
> \in[ref] does not work with
> LuaTeX, Version beta-0.43.0-2009081911
> ConTeXt  ver: 2009.08.30 12:25 MKIV  fmt: 2009.9.7  int: english/english
>
> % ---> snip
> %
> \defineenumeration[frage][location=inleft,text=,stopper=.,headstyle=bold]
> %
> %
> \starttext
> %
> Anzahl der Aufgaben: \in[last]
>
> \blank
> \startfrage[1]
> \dorecurse{3}{text text text \dots}
> \stopfrage
> %
> \startfrage[2]
> \dorecurse{3}{text text text \dots}
> \stopfrage
> %
> \startfrage[last]
> \dorecurse{3}{text text text \dots}
> \stopfrage
> %
> \stoptext
> %
> % <---- snip
>
> with:
> pdfTeX, Version 3.1415926-1.40.10 (Web2C 2009)
> ConTeXt  ver: 2009.08.30 12:25 MKII  fmt: 2009.9.7  int: english/english
>
> \in[ref] works like accepted.

I see
"Anzahl der Aufgaben: 3"

(see att. it's small enough)

ConTeXt  ver: 2009.08.13 13:13 MKIV  fmt: 2009.8.19  int: english/english
This is LuaTeX, Version beta-0.43.0-2009081911
-- 
luigi

[-- Attachment #2: bernard.pdf --]
[-- Type: application/pdf, Size: 6746 bytes --]

[-- Attachment #3: Type: text/plain, Size: 487 bytes --]

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

* Re: defineenumeration and LuaTeX
  2009-09-07 14:50   ` luigi scarso
@ 2009-09-07 15:16     ` Bernd Militzer
  2009-09-07 15:26       ` luigi scarso
  0 siblings, 1 reply; 10+ messages in thread
From: Bernd Militzer @ 2009-09-07 15:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks luigi,


>> LuaTeX, Version beta-0.43.0-2009081911
>> ConTeXt  ver: 2009.08.30 12:25 MKIV  fmt: 2009.9.7  int: english/english
>>
>>     
> ConTeXt  ver: 2009.08.13 13:13 MKIV  fmt: 2009.8.19  int: english/english
> This is LuaTeX, Version beta-0.43.0-2009081911
>   
but I have no idea, what to do.


Regards,
Bernd

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

* Re: defineenumeration and LuaTeX
  2009-09-07 15:16     ` Bernd Militzer
@ 2009-09-07 15:26       ` luigi scarso
  2009-09-07 16:23         ` Bernd Militzer
  0 siblings, 1 reply; 10+ messages in thread
From: luigi scarso @ 2009-09-07 15:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Sep 7, 2009 at 5:16 PM, Bernd Militzer<bernd@militzer.net> wrote:
> Thanks luigi,
>
>
>>> LuaTeX, Version beta-0.43.0-2009081911
>>> ConTeXt  ver: 2009.08.30 12:25 MKIV  fmt: 2009.9.7  int: english/english
>>>
>>>
>>
>> ConTeXt  ver: 2009.08.13 13:13 MKIV  fmt: 2009.8.19  int: english/english
>> This is LuaTeX, Version beta-0.43.0-2009081911
>>
>
> but I have no idea, what to do.
If my pdf is ok, then you can try to update to last current, instead of beta;

ie, the last lines of first-setup.sh should be

# download or update the distribution
# you may remove the --context=beta switch
mtxrun --verbose --script ./bin/mtx-update.lua --update --make --force
--engine=all --texroot=$PWD/tex $@

It's better if you have minimals-current apart from minimals-beta

ASAP I shall check  latest beta

-- 
luigi
___________________________________________________________________________________
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] 10+ messages in thread

* Re: defineenumeration and LuaTeX
  2009-09-07 15:26       ` luigi scarso
@ 2009-09-07 16:23         ` Bernd Militzer
  0 siblings, 0 replies; 10+ messages in thread
From: Bernd Militzer @ 2009-09-07 16:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks Luigi,

the minimals-current works like accepted.

Regards,
Bernd






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

end of thread, other threads:[~2009-09-07 16:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-05 16:15 framing in TABLEs Gerhard Kugler
2009-09-06 19:37 ` Steffen Wolfrum
2009-09-07  9:41   ` Gerhard Kugler
2009-09-07 12:28     ` Steffen Wolfrum
2009-09-07 13:21       ` Gerhard Kugler
2009-09-07 14:44 ` defineenumeration and LuaTeX Bernd Militzer
2009-09-07 14:50   ` luigi scarso
2009-09-07 15:16     ` Bernd Militzer
2009-09-07 15:26       ` luigi scarso
2009-09-07 16:23         ` Bernd Militzer

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