ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* useexternalfigure
@ 2006-10-12  9:22 Hans van der Meer
  2006-10-12 10:56 ` useexternalfigure Hans Hagen
  0 siblings, 1 reply; 10+ messages in thread
From: Hans van der Meer @ 2006-10-12  9:22 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 212 bytes --]

I see in the code that \useexternalfigure has got a parameter #4 not  
mentioned in the manual.
Being unable to find its meaning in the comments, will someone tell  
me what it is used for?

Hans van der Meer




[-- Attachment #1.2: Type: text/html, Size: 967 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: useexternalfigure
  2006-10-12  9:22 useexternalfigure Hans van der Meer
@ 2006-10-12 10:56 ` Hans Hagen
  2006-10-27 19:11   ` long paragraph in a table cell Horacio Suarez
  0 siblings, 1 reply; 10+ messages in thread
From: Hans Hagen @ 2006-10-12 10:56 UTC (permalink / raw)


Hans van der Meer wrote:
> I see in the code that \useexternalfigure has got a parameter #4 not 
> mentioned in the manual.
> Being unable to find its meaning in the comments, will someone tell me 
> what it is used for?
#1 = symbolic name
#2 = filename 
#3 = symbolic name of figure to inherit settings from 
#4 = parameters 

so, it permits you to clone dimensions from other ones 

(unless i broke things) 

Hans 


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

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

* long paragraph in a table cell
  2006-10-12 10:56 ` useexternalfigure Hans Hagen
@ 2006-10-27 19:11   ` Horacio Suarez
  2006-10-28 10:55     ` Hans Hagen
  0 siblings, 1 reply; 10+ messages in thread
From: Horacio Suarez @ 2006-10-27 19:11 UTC (permalink / raw)


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

helo:

I have a long paragraph in a cell in the fisrt column of a table. I need the 
paragraph uses 2 or 3 lines and the column get narrower, because the table 
is too wide.

Can I force the column width and -at the same time- force the paragraph to 
use 2 o 3 lines?

I use \crlf but it seems that does´n work inside a table.

Thankyou in advance.

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: long paragraph in a table cell
  2006-10-27 19:11   ` long paragraph in a table cell Horacio Suarez
@ 2006-10-28 10:55     ` Hans Hagen
  2006-10-30  0:44       ` tables Horacio Suarez
  0 siblings, 1 reply; 10+ messages in thread
From: Hans Hagen @ 2006-10-28 10:55 UTC (permalink / raw)


Horacio Suarez wrote:
> helo:
>
> I have a long paragraph in a cell in the fisrt column of a table. I 
> need the paragraph uses 2 or 3 lines and the column get narrower, 
> because the table is too wide.
>
> Can I force the column width and -at the same time- force the 
> paragraph to use 2 o 3 lines?
>
> I use \crlf but it seems that does�n work inside a table.
\bTABLE
\bTR \bTD[width=4cm,lines=3] test test test test \eTD \eTR
\eTABLE

\bTABLE
\bTR \bTD[width=4cm,lines=3] test \par test test \par test \eTD \eTR
\eTABLE



-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

* tables
  2006-10-28 10:55     ` Hans Hagen
@ 2006-10-30  0:44       ` Horacio Suarez
  2006-10-30 12:15         ` tables Wolfgang Schuster
  2006-10-30 21:48         ` tables Patrick Gundlach
  0 siblings, 2 replies; 10+ messages in thread
From: Horacio Suarez @ 2006-10-30  0:44 UTC (permalink / raw)


helo:

whe I can get help about

\bTABLE
.....
\eTABLE

?

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.com/

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

* Re: tables
  2006-10-30  0:44       ` tables Horacio Suarez
@ 2006-10-30 12:15         ` Wolfgang Schuster
  2006-10-30 12:50           ` tables Horacio Suarez
  2006-10-30 21:48         ` tables Patrick Gundlach
  1 sibling, 1 reply; 10+ messages in thread
From: Wolfgang Schuster @ 2006-10-30 12:15 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 421 bytes --]

2006/10/30, Horacio Suarez <horaciosuarez@hotmail.com>:
>
> helo:
>
> whe I can get help about
>
> \bTABLE
> .....
> \eTABLE
>
> ?


Hi Horacio,

look at the following links for information about natural tables:

http://wiki.contextgarden.net/TABLE
http://www.pragma-ade.com/general/manuals/enattab.pdf
http://dl.contextgarden.net/myway/NaturalTables.pdf


You can also ask more precise questions on this list.

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 1007 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: tables
  2006-10-30 12:15         ` tables Wolfgang Schuster
@ 2006-10-30 12:50           ` Horacio Suarez
  0 siblings, 0 replies; 10+ messages in thread
From: Horacio Suarez @ 2006-10-30 12:50 UTC (permalink / raw)


thankyou very much.

>Hi Horacio,
>
>look at the following links for information about natural tables:
>
>http://wiki.contextgarden.net/TABLE
>http://www.pragma-ade.com/general/manuals/enattab.pdf
>http://dl.contextgarden.net/myway/NaturalTables.pdf
>
>
>You can also ask more precise questions on this list.
>
>Wolfgang


>_______________________________________________
>ntg-context mailing list
>ntg-context@ntg.nl
>http://www.ntg.nl/mailman/listinfo/ntg-context

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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

* Re: tables
  2006-10-30  0:44       ` tables Horacio Suarez
  2006-10-30 12:15         ` tables Wolfgang Schuster
@ 2006-10-30 21:48         ` Patrick Gundlach
  2006-10-30 21:56           ` tables Aditya Mahajan
  1 sibling, 1 reply; 10+ messages in thread
From: Patrick Gundlach @ 2006-10-30 21:48 UTC (permalink / raw)


Hello,

> whe I can get help about
>
> \bTABLE
> .....
> \eTABLE
>
> ?

You can go to

http://articles.contextgarden.net/

and search for 'btable' there.

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net

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

* Re: tables
  2006-10-30 21:48         ` tables Patrick Gundlach
@ 2006-10-30 21:56           ` Aditya Mahajan
  2006-10-30 22:19             ` tables Patrick Gundlach
  0 siblings, 1 reply; 10+ messages in thread
From: Aditya Mahajan @ 2006-10-30 21:56 UTC (permalink / raw)
  Cc: ntg-context

Hi Patrick,

On Mon, 30 Oct 2006, Patrick Gundlach wrote:

>> whe I can get help about
>>
>> \bTABLE
>> .....
>> \eTABLE
>>
>> ?
>
> You can go to
>
> http://articles.contextgarden.net/
>
> and search for 'btable' there.

Can this search box also be added to the main wiki page, between the 
search in wiki and search with google search boxes.

Aditya

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

* Re: tables
  2006-10-30 21:56           ` tables Aditya Mahajan
@ 2006-10-30 22:19             ` Patrick Gundlach
  0 siblings, 0 replies; 10+ messages in thread
From: Patrick Gundlach @ 2006-10-30 22:19 UTC (permalink / raw)


Hello Aditya,

>> You can go to
>>
>> http://articles.contextgarden.net/
>>
>> and search for 'btable' there.
>
> Can this search box also be added to the main wiki page, between the
> search in wiki and search with google search boxes.

Yes. (Done) Could anybody send me a more clever (then 'articles/full
text') title for this box? 


Patrick

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

end of thread, other threads:[~2006-10-30 22:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-12  9:22 useexternalfigure Hans van der Meer
2006-10-12 10:56 ` useexternalfigure Hans Hagen
2006-10-27 19:11   ` long paragraph in a table cell Horacio Suarez
2006-10-28 10:55     ` Hans Hagen
2006-10-30  0:44       ` tables Horacio Suarez
2006-10-30 12:15         ` tables Wolfgang Schuster
2006-10-30 12:50           ` tables Horacio Suarez
2006-10-30 21:48         ` tables Patrick Gundlach
2006-10-30 21:56           ` tables Aditya Mahajan
2006-10-30 22:19             ` tables Patrick Gundlach

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