texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] Question about <action> tag in a macro


From: Felix Breuer
Subject: Re: [Texmacs-dev] Question about <action> tag in a macro
Date: 20 Oct 2002 22:28:42 +0200

Hello again.

Let me generalize my question. If I have


<assign|myenv|<macro|x|<argument|x>>>


x is correctly wrapped at the end of a line. However, as soon as I add
anything to the second argument of the macro such as


<assign|myenv|<macro|x|Hello <argument|x>>>


x is not wrapped anymore. This can be circumvented using surround, as in


<assign|myenv|<macro|x|<surround|Hello ||<argument|x>>>>


so that line wrapping works again. But: If my macro has two arguments,
as in

<assign|myenv|<macro|x|y|<argument|x> text in between <argument|y>>>


lines are not wrapped. So if I want my environment to put something
between its two arguments *and* if I want "<x> text in between <y>" to
be displayed in one correctly wrapped paragraph... how do I do it?


Thanks,
Felix

On Sun, 2002-10-20 at 21:46, Felix Breuer wrote:
> Hello!
> 
> I am experimenting with custom style files. Suppose I have something
> like
> 
> <assign|myenv|<macro|x|<argument|x> <action|here|(my-guile-command)>>>
> 
> in my custom.ts and the argument to myenv is a lot of text then this
> text is not wrapped at the end of a line. Why is this the case?
> 
> Thanks,
> Felix.
> 
> 
> 
> 
> 
> _______________________________________________
> Texmacs-dev mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/texmacs-dev






reply via email to

[Prev in Thread] Current Thread [Next in Thread]