[NTG-context] Hyphenation in Natural Table

2011-12-28 Thread Vladimir Lomov
Hello,

I want to clarify the topic: is it possible to enable hyphenation in
Natural Table? Most of full-text examples in enattab.pdf are not
hyphenated as in my (not minimal) example.

example file=table-hyphenation-test.tex
\starttext

\input tufte

\bTABLE
\bTR
  \bTD Topic\eTD \bTD Text\eTD
\eTR
\bTR
  \bTD Foo\crlf Bar\eTD
  \bTD \input tufte \eTD
\eTR
\bTR
  \bTD BAR \crlf FOO\eTD
  \bTD
  \startitemize
  \item \input tufte
  \item \input tufte
  \stopitemize
  \eTD
\eTR
\eTABLE

\stoptext
/example

P.S. In my real document I use Russian (\mainlanguage[ru]) and
enumeration in table, with hyphenated text document would look more
fancy.

---
WBR, Vladimir Lomov

-- 
Your files are now being encrypted and thrown into the bit bucket.
EOF
___
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
___


Re: [NTG-context] Hyphenation in Natural Table

2011-12-28 Thread Andreas Harder
Hi,

try it with:

 \starttext
\bTABLE[align=normal]
 \bTR
  \bTD Topic\eTD \bTD Text\eTD
 \eTR
 \bTR
  \bTD Foo\crlf Bar\eTD
  \bTD \input tufte \eTD
 \eTR
 \bTR
  \bTD BAR \crlf FOO\eTD
  \bTD
  \startitemize
  \item \input tufte
  \item \input tufte
  \stopitemize
  \eTD
 \eTR
 \eTABLE
 
 \stoptext

Greeting
Andreas

___
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
___


Re: [NTG-context] Hyphenation in Natural Table

2011-12-28 Thread Vladimir Lomov
Hello,
** Andreas Harder [2011-12-29 02:29:26 +0100]:

 Hi,

 try it with:

 \starttext
 \bTABLE[align=normal]
 \bTR
  \bTD Topic\eTD \bTD Text\eTD
 \eTR
 \bTR
  \bTD Foo\crlf Bar\eTD
  \bTD \input tufte \eTD
 \eTR
 \bTR
  \bTD BAR \crlf FOO\eTD
  \bTD
  \startitemize
  \item \input tufte
  \item \input tufte
  \stopitemize
  \eTD
 \eTR
 \eTABLE

 \stoptext

 Greeting
   Andreas

Thank you Andreas.

(I have looked for something like 'hyphenation' on wiki and source w/o
luck, now I understand why :).

---
WBR, Vladimir Lomov

-- 
  Goes (Went) over like a lead balloon.
___
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
___