ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* lines in tabulate tables
@ 2003-10-01 18:01 Ed L Cashin
  2003-10-01 18:52 ` Patrick Gundlach
  0 siblings, 1 reply; 6+ messages in thread
From: Ed L Cashin @ 2003-10-01 18:01 UTC (permalink / raw)


Hi.  I have two questions, really.  I know that I can get a horizontal
line with \ML in a tabulate table.  \HL doesn't seem to work for me,
though.

  ecashin@marblerye tmp$ cat test.tex
  \starttext
  \starttabulate
  \NC hi \NC there \NC \NR
  \HL
  \NC yo \NC there \NC \NR
  \ML
  \NC whassup \NC there \NC \NR
  \stoptabulate
  \stoptext
  ecashin@marblerye tmp$ texexec --pdf test < /dev/null
  
   TeXExec 3.3 - ConTeXt / PRAGMA ADE 1997-2003
  
              executable : pdfetex
                  format : cont-en
               inputfile : test
                  output : pdftex
               interface : en
            current mode : none
                 TeX run : 1
  
  This is pdfeTeX, Version 3.14159-13d-2.1 (Web2C 7.3.1)
  entering extended mode
  (test.tex[/opt/teTeX-1.0.7/share/texmf/pdftex/config/pdftex.cfg]

  ConTeXt  ver: 2003.8.21  fmt: 2003.9.12  int: english  mes: english
...

The resulting test.pdf has only one horizontal line.  It's above
"whassup there".

My second question is how do I make vertical lines in tabulate tables? 

-- 
--Ed L Cashin            |   PGP public key:
  ecashin@uga.edu        |   http://noserose.net/e/pgp/

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

* Re: lines in tabulate tables
  2003-10-01 18:01 lines in tabulate tables Ed L Cashin
@ 2003-10-01 18:52 ` Patrick Gundlach
  2003-10-02 13:42   ` Ed L Cashin
  2003-10-02 18:02   ` Hans Hagen
  0 siblings, 2 replies; 6+ messages in thread
From: Patrick Gundlach @ 2003-10-01 18:52 UTC (permalink / raw)


Hi,


Ed L Cashin <ecashin@uga.edu> writes:

> Hi.  I have two questions, really.  I know that I can get a horizontal
> line with \ML in a tabulate table.  \HL doesn't seem to work for me,
> though.

your ConTeXt version is either too old or too new. Depends on how you
look at it. \HL was deactivated a few weeks ago (when?), and now
partly reintroduced, but not 100% compatible as before. There was a
discussion on this topic a couple days ago.

> My second question is how do I make vertical lines in tabulate tables? 

without thinking about it I'd say: you can't. 


Patrick
-- 
You are your own rainbow!

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

* Re: Re: lines in tabulate tables
  2003-10-01 18:52 ` Patrick Gundlach
@ 2003-10-02 13:42   ` Ed L Cashin
  2003-10-02 18:02   ` Hans Hagen
  1 sibling, 0 replies; 6+ messages in thread
From: Ed L Cashin @ 2003-10-02 13:42 UTC (permalink / raw)
  Cc: ntg-context

Patrick Gundlach <pg@levana.de> writes:

> Hi,
>
>
> Ed L Cashin <ecashin@uga.edu> writes:
>
>> Hi.  I have two questions, really.  I know that I can get a horizontal
>> line with \ML in a tabulate table.  \HL doesn't seem to work for me,
>> though.
>
> your ConTeXt version is either too old or too new. Depends on how you
> look at it. \HL was deactivated a few weeks ago (when?), and now
> partly reintroduced, but not 100% compatible as before. There was a
> discussion on this topic a couple days ago.

I bet it's too new.  The original post includes the exact version if
anyone wants to check.

>> My second question is how do I make vertical lines in tabulate tables? 
>
> without thinking about it I'd say: you can't. 

I hope it's supported.  Tabulate is a very sophisticated environment
with fancy features.  Vertical lines seem like a basic feature.

-- 
--Ed L Cashin            |   PGP public key:
  ecashin@uga.edu        |   http://noserose.net/e/pgp/

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

* Re: Re: lines in tabulate tables
  2003-10-01 18:52 ` Patrick Gundlach
  2003-10-02 13:42   ` Ed L Cashin
@ 2003-10-02 18:02   ` Hans Hagen
  2003-10-03 15:56     ` Ed L Cashin
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2003-10-02 18:02 UTC (permalink / raw)


At 20:52 01/10/2003, you wrote:

> > My second question is how do I make vertical lines in tabulate tables?
>
>without thinking about it I'd say: you can't.

indeed, it's on my to do list (i.e. when i need it); dirty trick (only non 
pars):

\starttabulate[|b{\vl\quad}a{\quad\vl}|b{\vl\quad}a{\quad\vl}|]
\NC test \NC test \NC \NR
\NC test \NC test \NC \NR
\stoptabulate 

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

* Re: Re: lines in tabulate tables
  2003-10-02 18:02   ` Hans Hagen
@ 2003-10-03 15:56     ` Ed L Cashin
  2003-10-03 19:12       ` Willi Egger
  0 siblings, 1 reply; 6+ messages in thread
From: Ed L Cashin @ 2003-10-03 15:56 UTC (permalink / raw)
  Cc: ntg-context

Hans Hagen <pragma@wxs.nl> writes:

> At 20:52 01/10/2003, you wrote:
>
>> > My second question is how do I make vertical lines in tabulate tables?
>>
>>without thinking about it I'd say: you can't.
>
> indeed, it's on my to do list (i.e. when i need it); dirty trick (only
> non pars):
>
> \starttabulate[|b{\vl\quad}a{\quad\vl}|b{\vl\quad}a{\quad\vl}|]
> \NC test \NC test \NC \NR
> \NC test \NC test \NC \NR
> \stoptabulate

Thanks for the dirty trick.  My major professor made fun of my use of
context when he found out that I couldn't easily put a vertical line
in a table.  :)  

-- 
--Ed L Cashin            |   PGP public key:
  ecashin@uga.edu        |   http://noserose.net/e/pgp/

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

* Re: Re: lines in tabulate tables
  2003-10-03 15:56     ` Ed L Cashin
@ 2003-10-03 19:12       ` Willi Egger
  0 siblings, 0 replies; 6+ messages in thread
From: Willi Egger @ 2003-10-03 19:12 UTC (permalink / raw)



Ed L Cashin wrote

> Hans Hagen <pragma@wxs.nl> writes:
>
> > At 20:52 01/10/2003, you wrote:
> >
> >> > My second question is how do I make vertical lines in tabulate
tables?
> >>
> >>without thinking about it I'd say: you can't.
> >
> > indeed, it's on my to do list (i.e. when i need it); dirty trick (only
> > non pars):
> >
> > \starttabulate[|b{\vl\quad}a{\quad\vl}|b{\vl\quad}a{\quad\vl}|]
> > \NC test \NC test \NC \NR
> > \NC test \NC test \NC \NR
> > \stoptabulate
>
> Thanks for the dirty trick.  My major professor made fun of my use of
> context when he found out that I couldn't easily put a vertical line
> in a table.  :)
>
There are of course other Context environments where you are definitely able
to prodce lines in whatever style.
\starttable{} .. \stoptable for simple tables may be you compile the
module-documentation form core-tab.tex
\bTABLE ... \eTABLE for difficult tables  there is a example file on
pragma-site!

Regards Willi

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

end of thread, other threads:[~2003-10-03 19:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-01 18:01 lines in tabulate tables Ed L Cashin
2003-10-01 18:52 ` Patrick Gundlach
2003-10-02 13:42   ` Ed L Cashin
2003-10-02 18:02   ` Hans Hagen
2003-10-03 15:56     ` Ed L Cashin
2003-10-03 19:12       ` Willi Egger

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