mailing-list for TeXmacs Users

Text archives Help


Re: TeXmacs: inserting an horizontal separator


Chronological Thread 
  • From: Ibrahima Fall <address@hidden>
  • To: Giovanni Piredda <address@hidden>
  • Cc: texmacs-users <address@hidden>
  • Subject: Re: TeXmacs: inserting an horizontal separator
  • Date: Fri, 12 Feb 2021 14:32:08 +0000

Hi;
Just type the "-" (minus sign or hyphen) four times.
"----" 

best regards

Le ven. 12 févr. 2021 à 14:02, Giovanni Piredda <address@hidden> a écrit :
Waiting that someone else gives a better answer, you can use this function

(lambda ()(stree->tree '(line (point "0par" "0par") (point "1par" "0par"))))

which you can conveniently put in an extern macro and assign to a
"separator" macro:

<assign|separator|<extern|(lambda ()(stree-\<gtr\>tree '(line (point "0par"
"0par") (point "1par" "0par"))))>>

G.


On 12.02.21 14:53, Frank wrote:
> Dear all,
>
> I wonder how to insert an horizontal separator. For example, when I
> prepare a set of problems, I want to put a separator so that the
> exercises in each group are closely related.
>
> Best,
> Frank



Archive powered by MHonArc 2.6.19.

Top of page