mailing-list for TeXmacs Users

Text archives Help


important but invisible differences with texmacs preamble macros


Chronological Thread 
  • From: Sam Liddicott <address@hidden>
  • To: TeXmacs user list <address@hidden>
  • Subject: important but invisible differences with texmacs preamble macros
  • Date: Fri, 9 Feb 2024 20:13:14 +0000

I had a macro that didn't work until I re-typed it from scratch leading me to discover the issue that different macros can look identical

In the preamble I have:

    <\assign|sj-info-list>
      <\macro|items>
        <\itemize-sj-info-i>
          <map-args|sj-item|document|items>
        </itemize-sj-info-i>
      </macro>
    </assign>

    <assign|sj-info-list-good|<\macro|items>
      <\itemize-sj-info-i>
        <map-args|sj-item|document|items>
      </itemize-sj-info-i>
    </macro>>

They look different, but in the editor they look the same.

image.png
Only the -good one works.

The other one renders as:
image.png
What's broken here, and why is it not possible to see the error in the source view of the editor?

Sam

PNG image

PNG image



  • important but invisible differences with texmacs preamble macros, Sam Liddicott, 02/09/2024

Archive powered by MHonArc 2.6.24.

Top of page