[latex3-commits] [git/LaTeX3-latex3-latex3] master: More doc detail [ci skip] (23c4462)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Feb 24 10:20:56 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/23c4462d91045d40a1a5d6101aa3b931b7d8411e

>---------------------------------------------------------------

commit 23c4462d91045d40a1a5d6101aa3b931b7d8411e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Feb 24 09:20:56 2018 +0000

    More doc detail [ci skip]


>---------------------------------------------------------------

23c4462d91045d40a1a5d6101aa3b931b7d8411e
 l3experimental/l3draw/l3draw.dtx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3experimental/l3draw/l3draw.dtx b/l3experimental/l3draw/l3draw.dtx
index 369a057..106c08e 100644
--- a/l3experimental/l3draw/l3draw.dtx
+++ b/l3experimental/l3draw/l3draw.dtx
@@ -563,9 +563,9 @@
 %     \draw_begin:
 %       \draw_path_moveto:n { 0cm , 0cm }
 %       \draw_path_curveto:nnn
-%         { 1cm , 1cm }
-%         { 2cm , 1cm }
-%         { 3cm , 0cm }
+%         { 1cm , 1cm } % First control
+%         { 2cm , 1cm } % Second control
+%         { 3cm , 0cm } % End
 %       \draw_color_fill:n {  yellow!80!black }
 %       \draw_path_use_clear:n { fill , stroke }
 %     \draw_end:





More information about the latex3-commits mailing list