mailing-list for TeXmacs Users

Text archives Help


Re: How to "Frame" a remark


Chronological Thread 
  • From: Giovanni Piredda <address@hidden>
  • To: address@hidden
  • Subject: Re: How to "Frame" a remark
  • Date: Sat, 27 May 2023 21:05:49 +0000

I think that you have to modify the macro render-remark

The default definition is

<assign|render-remark|<\macro|which|body>
<\with|render-enunciation|<value|unframed-render-enunciation>>
    <\unframed-render-remark|<arg|which>>
      <arg|body>
    </unframed-render-remark>
  </with>
</macro>>

You can replace it with

<assign|render-remark|<\macro|which|body>
  <\unframed-render-remark|<arg|which>>
    <arg|body>
  </unframed-render-remark>
</macro>>

which, despite invoking the macro unframed-render-remark, yields framed remark environments.

On 27/05/23 18:08, Michael Shea wrote:
Is there a way to frame a Remark just like you can do with Theorems etc?



Archive powered by MHonArc 2.6.24.

Top of page