Skip to Content.
Sympa Menu

texmacs-users - File name of an image in a macro

Subject: mailing-list for TeXmacs Users

List archive

File name of an image in a macro


Chronological Thread 
  • From: Nicolas Girard <address@hidden>
  • To: address@hidden
  • Subject: File name of an image in a macro
  • Date: Mon, 13 Nov 2006 21:42:08 +0100

Hi,
I've come to this broken macro:

<assign|mymacro|
<\macro|img|body>
<tabular|<tformat|
<twith|table-width|1par>|
<twith|table-hmode|max>|
<cwith|1|1|2|2|cell-hyphen|t>|
<cwith|1|1|2|2|cell-valign|t>|
<cwith|1|1|1|1|cell-valign|t>|
<cwith|1|1|1|1|cell-lsep|0>|
<table|<row|
<cell|<postscript|<arg|img>|2cm||0pt|||>|
<\cell>
<arg|body>
</cell>>>>>>

which I'd like to expand as a table containing one row; the 1st cell of the
row should contain a link to the image file "img" and the 2nd cell should
contain "body".

I couldn't make it work correctly with "img" and <postscript>.

Could someone give me a hand ?

Thanks in advance,
Nicolas



Archive powered by MHonArc 2.6.19.

Top of Page