axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] space in ++ description


From: Vanuxem Grégory
Subject: [Axiom-developer] space in ++ description
Date: Tue, 16 May 2006 19:36:25 +0200

Hi,

Can someone explain me why
 
      myfunc1: Z -> Boolean
      ++ myfunc1(z) computes a wonderful thing.
      ++                  SIDE = 'L'     SIDE = 'R'
      ++  TRANS = 'N':      Q * C          C * Q
      ++  TRANS = 'T':      Q**T * C       C * Q**T

is correctly displayed in hyperdoc but not

      myfunc2: Z -> Boolean
      ++ myfunc2(z) computes another wonderful thing.
      ++  A * P = Q * [ R11 R12 ]
      ++              [  0  R22 ]

?

So, how can I write the myfunc2 description such that it is correctly
displayed in an editor (and in verbatim environment) and in hyperdoc ?
Is there some special commands ?


Cheers,

Greg

PS : Attached is a test package if you want to experiment with this.
Description is available via "Browse"->`type the name of the operation`
->"Operations"

Attachment: mytest.spad
Description: Text document


reply via email to

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