From ac125e9aa9c052f11b7bf9a174ea6ba0c8203419 Mon Sep 17 00:00:00 2001 From: "S. Gilles" Date: Wed, 28 Nov 2018 12:22:20 +0000 Subject: [PATCH] \path is like \draw --- llfrc.lua | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/llfrc.lua b/llfrc.lua index bfe00e1..1dd9fb2 100755 --- a/llfrc.lua +++ b/llfrc.lua @@ -27,19 +27,19 @@ C.own_line_controlseqs = { C.start_line_controlseqs = { "addplot", "addplot3", "caption", "cfoot", "chead", "clip", "coordinate", "DeclarePairedDelimiter", "DeclarePairedDelimiterX", - "draw", "fill", "foreach", "node", "rfoot", "rhead", "State", - "tikzstyle", "tkzCircumCenter", "tkzClipCircle", "tkzCompass", - "tkzDefLine", "tkzDefMidPoint", "tkzDefPoint", "tkzDefPointBy", - "tkzDefPointWith", "tkzDrawArc", "tkzDrawCircle", "tkzDrawLine", - "tkzDrawLines", "tkzDrawPoints", "tkzDrawPolygon", - "tkzDrawSector", "tkzDrawSegment", "tkzDrawSegments", - "tkzFillCircle", "tkzFillSector", "tkzFindAngle", - "tkzFindSlopeAngle", "tkzGetPoint", "tkzGetPoints", - "tkzInterCC", "tkzInterLC", "tkzInterLL", "tkzLabelAngle", - "tkzLabelCircle", "tkzLabelPoints", "tkzLabelSegment", - "tkzMarkAngle", "tkzMarkRightAngle", "tkzMarkSegment", - "tkzMarkSegments", "tkzSetUpCompass", "tkzSetUpLine", - "tkzShowLine", "tkzVecLen", + "draw", "fill", "foreach", "node", "path", "rfoot", "rhead", + "State", "tikzstyle", "tkzCircumCenter", "tkzClipCircle", + "tkzCompass", "tkzDefLine", "tkzDefMidPoint", "tkzDefPoint", + "tkzDefPointBy", "tkzDefPointWith", "tkzDrawArc", + "tkzDrawCircle", "tkzDrawLine", "tkzDrawLines", "tkzDrawPoints", + "tkzDrawPolygon", "tkzDrawSector", "tkzDrawSegment", + "tkzDrawSegments", "tkzFillCircle", "tkzFillSector", + "tkzFindAngle", "tkzFindSlopeAngle", "tkzGetPoint", + "tkzGetPoints", "tkzInterCC", "tkzInterLC", "tkzInterLL", + "tkzLabelAngle", "tkzLabelCircle", "tkzLabelPoints", + "tkzLabelSegment", "tkzMarkAngle", "tkzMarkRightAngle", + "tkzMarkSegment", "tkzMarkSegments", "tkzSetUpCompass", + "tkzSetUpLine", "tkzShowLine", "tkzVecLen", } -- Environments in which newlines cannot be added haphazardly -- 2.11.4.GIT