[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-devel] [PATCH 0/5] More TikZ features.
From: |
Matthew Leach |
Subject: |
[AUCTeX-devel] [PATCH 0/5] More TikZ features. |
Date: |
Sun, 27 Mar 2016 19:04:26 +0100 |
Hi All,
These patches add prompting support for TikZ's \node and \coordinate
macros. There are a couple of patches before that which clean up the
code a little.
Comments welcome!
Thanks,
Matt
Matthew Leach (5):
TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg.
TikZ: allow arg type prompt to be specified.
TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg.
TikZ: Add prompting for \coordinate macro.
TikZ: Add prompting for TikZ's \node macro.
style/tikz.el | 115 +++++++++++++++++++++++++++++++++++++++++++++-------------
1 file changed, 90 insertions(+), 25 deletions(-)
--
2.7.4
- [AUCTeX-devel] [PATCH 0/5] More TikZ features.,
Matthew Leach <=
- [AUCTeX-devel] [PATCH 3/5] TikZ: Extract the prompting of the next arg from TeX-TikZ-macro-arg., Matthew Leach, 2016/03/27
- [AUCTeX-devel] [PATCH 5/5] TikZ: Add prompting for TikZ's \node macro., Matthew Leach, 2016/03/27
- [AUCTeX-devel] [PATCH 2/5] TikZ: allow arg type prompt to be specified., Matthew Leach, 2016/03/27
- [AUCTeX-devel] [PATCH 1/5] TikZ: split out the prompts to TeX-TikZ-arg-node & TeX-TikZ-macro-arg., Matthew Leach, 2016/03/27
- [AUCTeX-devel] [PATCH 4/5] TikZ: Add prompting for \coordinate macro., Matthew Leach, 2016/03/27