[latex3-commits] [latex3/latex3] main: Correct l3draw docs (fixes #1401) (027b6c785)
github at latex-project.org
github at latex-project.org
Sun Dec 31 18:17:31 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/027b6c785b293955a15ee6449f3c664eb81f625e
>---------------------------------------------------------------
commit 027b6c785b293955a15ee6449f3c664eb81f625e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Dec 31 17:17:31 2023 +0000
Correct l3draw docs (fixes #1401)
>---------------------------------------------------------------
027b6c785b293955a15ee6449f3c664eb81f625e
l3experimental/l3draw/l3draw.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3experimental/l3draw/l3draw.dtx b/l3experimental/l3draw/l3draw.dtx
index 030266636..021010179 100644
--- a/l3experimental/l3draw/l3draw.dtx
+++ b/l3experimental/l3draw/l3draw.dtx
@@ -259,7 +259,7 @@
% will appear. Note that these all apply \emph{globally}, though some are
% rest at the start of each drawing (\cs{draw_begin:}).
%
-% \begin{variable}{\g_draw_linewidth_default_dim}
+% \begin{variable}{\l_draw_default_linewidth_dim}
% The default value of the linewidth for stokes, set at the start
% of every drawing (\cs{draw_begin:}).
% \end{variable}
@@ -369,7 +369,7 @@
% \end{syntax}
% Creates a scope for localisation of state settings within a drawing.
% A scope forms a \TeX{} group but will also localise global state
-% variables (such as \cs{g_draw_linewidth_default_dim}), and driver-level
+% variables (such as \cs{l_draw_default_linewidth_dim}), and driver-level
% concepts such as the termination of lines.
% \begin{demo}
% \draw_begin:
More information about the latex3-commits
mailing list.