mailing-list for TeXmacs Users

Text archives Help


Re: macro with table


Chronological Thread 
  • From: Giovanni Piredda <address@hidden>
  • To: address@hidden
  • Subject: Re: macro with table
  • Date: Thu, 19 May 2022 14:14:35 +0000

I experimented with this a bit by writing a small package that inserts file contents as a table, and I think that you could write instead of a macro (that typesets) a command that inserts the table, assigned to either a keyboard shortcut or a menu item. If you are interested I could give you more details.


G.

On 19.05.22 15:36, Julien Frontisi wrote:
Hi all,
I would like to write a macro that creates a table (among other things), such
that each cell could be accessible after the table is created.
Do I need to add an argument to each of the cell, that is, if for example the
table is 5 by 5, make a macro with 25 arguments
or is there another way to make the content of these cells accessible ?
Thank you in advance for your answers
Julien

<assign|mytable|<macro|<block|<tformat|<table|<row|<cell|>>>>>>> <- no
args, cell not accessible

<assign|mytable|<macro|<arg|aa>|<block|<tformat|<table|<row|<cell|<arg|aa>>>>>>>>
<- with arg, cell accessible



Archive powered by MHonArc 2.6.24.

Top of page