skribilo-users
[Top][All Lists]
Advanced

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

Re: [skribilo-users] Math in skribilo


From: Roger Mason
Subject: Re: [skribilo-users] Math in skribilo
Date: Tue, 24 Apr 2012 14:45:51 -0230
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111228 Thunderbird/9.0

Hi Ludo,

On 04/24/12 14:26, Ludovic Courtès wrote:
Hmm, the way it’s currently implemented, eq.scm has to be modified along these lines:

diff --git a/src/guile/skribilo/package/eq.scm b/src/guile/skribilo/package/eq.scm
index bc9980a..b763f7d 100644
--- a/src/guile/skribilo/package/eq.scm
+++ b/src/guile/skribilo/package/eq.scm
@@ -159,6 +159,12 @@ a symbol representing the mathematical operator denoted by @var{m} (e.g.,
   ;; Taken from http://en.wikipedia.org/wiki/Order_of_operations .
   '((expt . 2)
     (sqrt . 2)
+    (sin . 2)
+    (cos . 2)
+    (tan . 2)
+    (acos . 2)
+    (asin . 2)
+    (atan . 2)
 
     (* . 3)
     (/ . 3)


Can you confirm that it works for you?

Thanks,
Ludo’.
I applied the patch in my build directory then ran 'make install'.  Unfortunately I get the same result as before.

Cheers,
Roger

-- 
Roger Mason
Interim Head
Dept. of Earth Sciences
Memorial University of Newfoundland
St. John's, NL, Canada A1B 3X5
(709) 864-2334

This electronic communication is governed by the terms and conditions at http://www.mun.ca/cc/policies/electronic_communications_disclaimer_2012.php

reply via email to

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