mailing-list for TeXmacs Users

Text archives Help


Re: aaa....bbb


Chronological Thread 
  • From: Giovanni Piredda <address@hidden>
  • To: address@hidden
  • Subject: Re: aaa....bbb
  • Date: Sat, 23 Jan 2021 01:48:36 +0100


Am 23.01.2021 um 01:04 schrieb Vincent Douce Mathoscope:
Here is a possibility.


<assign|d-entry|<\macro|word|translation>
<\wide-tabular>
<tformat|<table|<row|<\cell>
<hspace|5mm><em|<arg|word>>.
</cell>|<\cell>
<arg|translation>
</cell>>>>
</wide-tabular>
</macro>>

I
I tried but i dont knowif i have to press return after <\wide-tabular
if i do it, i can not edit inside the "wide-tabular" block
if i dont, i dont know how to type "table" it changes it automatically to
big-table

Vincent

You can paste the code into the preamble, you do not have to type it. To paste it so that TeXmacs recognizes it as a macro, use the menu: Edit->Paste from->TeXmacs

For your convenience, another macro here that should be closer to what you want:

    <assign|d-entry|<\macro|word|translation>
      <\wide-tabular>
<tformat|<cwith|1|1|2|2|cell-halign|r>|<table|<row|<\cell>
          <space|5mm><em|<arg|word>>.
        </cell>|<\cell>
          <arg|translation>
        </cell>>>>
      </wide-tabular>
    </macro>>




Archive powered by MHonArc 2.6.19.

Top of page