branch: elpa
commit f0849b4029d818421672582bac8129e2c40971af
Author: Matthew Leach <[email protected]>
Commit: Matthew Leach <[email protected]>

    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