[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: image cookies in columns and line breaking
From: |
Alper Ersoy |
Subject: |
Re: image cookies in columns and line breaking |
Date: |
Mon, 1 Mar 2004 16:05:01 +0200 |
User-agent: |
Mutt/1.4.1i |
Jan Nieuwenhuizen:
> > Currently there's a catch though. If you insert a text only column
> > in between two image columns, there's no easy way we can get proper
> > columniation. Suggestions welcome.
> What is is that goes wrong?
Input:
\input texinfo
@setfilename images-in-multitable.info
@macro myimg {}
@image{image-with-a-very-long-name,,,,png}
@end macro
@node Top
@top Using @@image in @@multitable
@multitable @columnfractions .3 .3 .3
@item @myimg{}
@tab foo
@tab @myimg{}
@item Caption 1
@tab foo
@tab Caption 2
@end multitable
@bye
Output (with the magic cookie in ASCII representation):
Using @image in @multitable
***************************
address@hidden src="image-with-a-very-long-name.png"
text="image-with-a-very-long-name"address@hidden
address@hidden src="image-with-a-very-long-name.png"
text="image-with-a-very-long-name"address@hidden
Caption 1 foo Caption 2
--
Alper Ersoy