mailing-list for TeXmacs Users

Text archives Help


macro with table


Chronological Thread 
  • From: Julien Frontisi <address@hidden>
  • To: texmacs-users <address@hidden>
  • Subject: macro with table
  • Date: Thu, 19 May 2022 15:36:38 +0200

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