emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/tempel 49dbdb6895 1/2: README: Add calc example (See #2


From: ELPA Syncer
Subject: [elpa] externals/tempel 49dbdb6895 1/2: README: Add calc example (See #25)
Date: Sun, 16 Jan 2022 17:57:51 -0500 (EST)

branch: externals/tempel
commit 49dbdb6895c7a9b650f2a653be099e3e781e8388
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    README: Add calc example (See #25)
---
 README.org | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.org b/README.org
index 82ca1e7cec..05958bd3ed 100644
--- a/README.org
+++ b/README.org
@@ -141,6 +141,7 @@ the template. Behind the name, the Tempo syntax elements 
follow.
             "| " (s str)                       " |" n
             "+-" (make-string (length str) ?-) "-+" n)
   (rot13 (p "plain text" text) n "----" n (rot13 text))
+  (calc (p "taylor(sin(x),x=0,3)" formula) n "----" n (format "%s" (calc-eval 
formula)))
 
   rst-mode
 



reply via email to

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