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

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

[elpa] elpa f0849b4 10/51: TikZ: Add the 'sin' and 'cos' connectors.


From: Tassilo Horn
Subject: [elpa] elpa f0849b4 10/51: TikZ: Add the 'sin' and 'cos' connectors.
Date: Sun, 22 May 2016 07:22:48 +0000 (UTC)

branch: elpa
commit f0849b4029d818421672582bac8129e2c40971af
Author: Matthew Leach <address@hidden>
Commit: Matthew Leach <address@hidden>

    TikZ: Add the 'sin' and 'cos' connectors.
    
    * style/tikz.el (TeX-TikZ-path-connector-function-map): Add 'sin' and
      'cos' mapping to `identity'.
---
 style/tikz.el |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/style/tikz.el b/style/tikz.el
index 849d937..4becb12 100644
--- a/style/tikz.el
+++ b/style/tikz.el
@@ -232,7 +232,9 @@ A set of base point types along with variants that have 
\"+\" and
 (defconst TeX-TikZ-path-connector-function-map
   '(("--" identity)
     ("|-" identity)
-    ( "-|" identity))
+    ( "-|" identity)
+    ("sin" identity)
+    ("cos" identity))
   "An alist of path connectors.")
 
 (defconst TeX-TikZ-draw-arg-function-map



reply via email to

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