ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: table alignment
       [not found] <mailman.517.1267172078.26807.ntg-context@ntg.nl>
  2010-02-26 21:55 ` table alignment Wolfgang Werners-Lucchini
@ 2010-02-26 21:55 ` Wolfgang Werners-Lucchini
  2010-02-26 22:00   ` Aditya Mahajan
  1 sibling, 1 reply; 10+ messages in thread
From: Wolfgang Werners-Lucchini @ 2010-02-26 21:55 UTC (permalink / raw)
  To: ntg-context

Thank you Taco,

> > I want some space on the left of \start\stoptables. What I get is
> > SOME space, but not that what I wanted!
> > 
> > --------------------------- 
> > \starttext vorher 
> > \setupnarrower[left=3cm] 
> > \startnarrower[left] 
> > \starttables[|l|] 
> > 
> > Where is that little space from? How can I get a left space of,
> say 3cm? 
> 
>   \starttables[s0|l|]
> 

I see. So, there is no space anymore. 
But how can I get my 3cm?

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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: table alignment
       [not found] <mailman.517.1267172078.26807.ntg-context@ntg.nl>
@ 2010-02-26 21:55 ` Wolfgang Werners-Lucchini
  2010-02-26 21:55 ` Wolfgang Werners-Lucchini
  1 sibling, 0 replies; 10+ messages in thread
From: Wolfgang Werners-Lucchini @ 2010-02-26 21:55 UTC (permalink / raw)
  To: ntg-context

Hallo,

> > I want some space on the left of \start\stoptables. What I get
> is
> > SOME space, but not that what I wanted!
> >    
> \starttabulate[|l|]
> \NC hmm \NC\NR
> \stoptabulate
> 
> Wolfgang

Does this mean, that there is no solution with \start\stoptables?

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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: table alignment
  2010-02-26 21:55 ` Wolfgang Werners-Lucchini
@ 2010-02-26 22:00   ` Aditya Mahajan
  0 siblings, 0 replies; 10+ messages in thread
From: Aditya Mahajan @ 2010-02-26 22:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, 26 Feb 2010, Wolfgang Werners-Lucchini wrote:

> Thank you Taco,
>
>>> I want some space on the left of \start\stoptables. What I get is
>>> SOME space, but not that what I wanted!
>>>
>>> ---------------------------
>>> \starttext vorher
>>> \setupnarrower[left=3cm]
>>> \startnarrower[left]
>>> \starttables[|l|]
>>>
>>> Where is that little space from? How can I get a left space of,
>> say 3cm?
>>
>>   \starttables[s0|l|]
>>
>
> I see. So, there is no space anymore.
> But how can I get my 3cm?

If you do not use horizontal lines....

\starttable[o(3cm)|l|]

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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: table alignment
       [not found] <mailman.1.1267354801.26224.ntg-context@ntg.nl>
@ 2010-03-01 22:26 ` Wolfgang Werners-Lucchini
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Werners-Lucchini @ 2010-03-01 22:26 UTC (permalink / raw)
  To: ntg-context

Thank you Aditya and Wolfgang,

I will try it both:

> No page breaks possible:
> 
> \defineframedtext[tablebox][frame=off,width=\hsize,offset=0pt,before
> =,after=]
> 
> \starttext
> 
> vorher
> 
> \startnarrower
> 
> text
> 
> \starttablebox
> \starttable[s0|l|]
> \NC table entry \NC\AR
> \stoptable
> \stoptablebox
> 
> \stopnarrower
> 
> text
> 
> \startnarrower
> 
> text
> 
> \startlinecorrection \dontleavehmode
> \startTABLE[frame=off,offset=0pt,loffset=0.25ex,roffset=0.25ex]
> \NC table entry \NC\NR
> \stopTABLE
> \stoplinecorrection
> 
> \stopnarrower
> 
> text
> 
> \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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: table alignment
  2010-02-27 19:40 ` Wolfgang Werners-Lucchini
  2010-02-27 20:18   ` Aditya Mahajan
@ 2010-02-28  9:10   ` Wolfgang Schuster
  1 sibling, 0 replies; 10+ messages in thread
From: Wolfgang Schuster @ 2010-02-28  9:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 27.02.10 20:40, schrieb Wolfgang Werners-Lucchini:
> If there is really no solution, I will make something with an empty 
> first column.
No page breaks possible:

\defineframedtext[tablebox][frame=off,width=\hsize,offset=0pt,before=,after=]

\starttext

vorher

\startnarrower

text

\starttablebox
\starttable[s0|l|]
\NC table entry \NC\AR
\stoptable
\stoptablebox

\stopnarrower

text

\startnarrower

text

\startlinecorrection \dontleavehmode
\startTABLE[frame=off,offset=0pt,loffset=0.25ex,roffset=0.25ex]
\NC table entry \NC\NR
\stopTABLE
\stoplinecorrection

\stopnarrower

text

\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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: table alignment
  2010-02-27 19:40 ` Wolfgang Werners-Lucchini
@ 2010-02-27 20:18   ` Aditya Mahajan
  2010-02-28  9:10   ` Wolfgang Schuster
  1 sibling, 0 replies; 10+ messages in thread
From: Aditya Mahajan @ 2010-02-27 20:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, 27 Feb 2010, Wolfgang Werners-Lucchini wrote:

> Hallo,
>
>>> But how can I get my 3cm?
>>
>> If you do not use horizontal lines....
>>
>> \starttable[o(3cm)|l|]
>>
>> Aditya
>>
>
> Not horizontal lines, but a gray header:
>
> \starttable[o(3cm)|l|]
> \RL\SR
> \NC hmm \NC\AR
> \stoptable
>
> Thank you Aditya for this workaround.
> If there is really no solution, I will make something with an empty
> first column.

You can also use bTABLE .. eTABLE macros. They now support the \NC .. \NR 
syntax.

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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: table alignment
       [not found] <mailman.1.1267268401.14725.ntg-context@ntg.nl>
@ 2010-02-27 19:40 ` Wolfgang Werners-Lucchini
  2010-02-27 20:18   ` Aditya Mahajan
  2010-02-28  9:10   ` Wolfgang Schuster
  0 siblings, 2 replies; 10+ messages in thread
From: Wolfgang Werners-Lucchini @ 2010-02-27 19:40 UTC (permalink / raw)
  To: ntg-context

Hallo,

> > But how can I get my 3cm?
> 
> If you do not use horizontal lines....
> 
> \starttable[o(3cm)|l|]
> 
> Aditya
> 

Not horizontal lines, but a gray header:

\starttable[o(3cm)|l|]
\RL\SR
\NC hmm \NC\AR
\stoptable

Thank you Aditya for this workaround.
If there is really no solution, I will make something with an empty 
first column. 

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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: table alignment
  2010-02-25 22:24 Wolfgang Werners-Lucchini
  2010-02-26  7:11 ` Taco Hoekwater
@ 2010-02-26  8:14 ` Wolfgang Schuster
  1 sibling, 0 replies; 10+ messages in thread
From: Wolfgang Schuster @ 2010-02-26  8:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 25.02.10 23:24, schrieb Wolfgang Werners-Lucchini:
> Hallo,
>
> I asked this question some times before
> but I can't remember if I got some answers. Sorry!
>
> I want some space on the left of \start\stoptables. What I get is
> SOME space, but not that what I wanted!
>    
\starttabulate[|l|]
\NC hmm \NC\NR
\stoptabulate

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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: table alignment
  2010-02-25 22:24 Wolfgang Werners-Lucchini
@ 2010-02-26  7:11 ` Taco Hoekwater
  2010-02-26  8:14 ` Wolfgang Schuster
  1 sibling, 0 replies; 10+ messages in thread
From: Taco Hoekwater @ 2010-02-26  7:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Werners-Lucchini wrote:
> Hallo,
> 
> I asked this question some times before
> but I can't remember if I got some answers. Sorry!
> 
> I want some space on the left of \start\stoptables. What I get is 
> SOME space, but not that what I wanted!
> 
> --------------------------- 
> \starttext vorher 
> \setupnarrower[left=3cm] 
> \startnarrower[left] 
> \starttables[|l|] 
> 
> Where is that little space from? How can I get a left space of, say 
> 3cm? 

  \starttables[s0|l|]

?

Best wishes,
Taco


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

* table alignment
@ 2010-02-25 22:24 Wolfgang Werners-Lucchini
  2010-02-26  7:11 ` Taco Hoekwater
  2010-02-26  8:14 ` Wolfgang Schuster
  0 siblings, 2 replies; 10+ messages in thread
From: Wolfgang Werners-Lucchini @ 2010-02-25 22:24 UTC (permalink / raw)
  To: ntg-context

Hallo,

I asked this question some times before
but I can't remember if I got some answers. Sorry!

I want some space on the left of \start\stoptables. What I get is 
SOME space, but not that what I wanted!

--------------------------- 
\starttext vorher 
\setupnarrower[left=3cm] 
\startnarrower[left] 
\starttables[|l|] 
\NC hmm \NC\MR 
\stoptables 
\stopnarrower 
nachher 
\stoptext
---------------------------

Where is that little space from? How can I get a left space of, say 
3cm? 

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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2010-03-01 22:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.517.1267172078.26807.ntg-context@ntg.nl>
2010-02-26 21:55 ` table alignment Wolfgang Werners-Lucchini
2010-02-26 21:55 ` Wolfgang Werners-Lucchini
2010-02-26 22:00   ` Aditya Mahajan
     [not found] <mailman.1.1267354801.26224.ntg-context@ntg.nl>
2010-03-01 22:26 ` Wolfgang Werners-Lucchini
     [not found] <mailman.1.1267268401.14725.ntg-context@ntg.nl>
2010-02-27 19:40 ` Wolfgang Werners-Lucchini
2010-02-27 20:18   ` Aditya Mahajan
2010-02-28  9:10   ` Wolfgang Schuster
2010-02-25 22:24 Wolfgang Werners-Lucchini
2010-02-26  7:11 ` Taco Hoekwater
2010-02-26  8:14 ` 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).