[latex3-commits] [l3svn] branch master updated: typo [ci skip]
noreply at latex-project.org
noreply at latex-project.org
Wed Oct 11 08:06:03 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new d8cbfac typo [ci skip]
d8cbfac is described below
commit d8cbfac5baaccedc7442180775eee257133a508e
Author: Qing Lee <sobenlee at gmail.com>
Date: Wed Oct 11 14:00:26 2017 +0800
typo [ci skip]
---
l3kernel/l3drivers.dtx | 64 +++++++++++++++++++++++++-----------------------
l3kernel/l3fp-aux.dtx | 2 +-
l3kernel/l3str.dtx | 2 +-
3 files changed, 35 insertions(+), 33 deletions(-)
diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index 5407d0a..78723e6 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -528,7 +528,7 @@
\tl_set:Nx \l__color_current_tl
{
spot ~
- \exp_args:wN \use:n \current at color \c_space_tl 1
+ \exp_args:wN \use:n \current at color \c_space_tl 1
}
}
{ \exp_args:wN \@@_color_pickup_aux:w \current at color \q_stop }
@@ -707,6 +707,7 @@
% \end{macro}
% \end{macro}
% \end{macro}
+% \end{macro}
%
% \begin{macrocode}
%</pdfmode>
@@ -819,6 +820,7 @@
\box_use:N #1
\@@_scope_end:
}
+% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@@_box_use_scale:Nnn}
@@ -866,7 +868,7 @@
% Literals with no positioning (using |ps:| each one is positioned but
% cut off from everything else, so no good for the stepwise approach needed
% here).
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_literal:n #1
{ \tex_special:D { ps:: ~ #1 } }
\cs_generate_variant:Nn \@@_draw_literal:n { x }
@@ -880,7 +882,7 @@
% |@beginspecial|/|@endspecial| pair are from |special.pro| and correct the
% scale and $y$-axis direction. The reference point at the start of the box
% is saved (as |l3x|/|l3y|) as it is needed when inserting various items.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_begin:
{
\tex_special:D { ps::[begin] }
@@ -900,7 +902,7 @@
% \begin{macro}[int]{\@@_draw_scope_begin:, \@@_draw_scope_end:}
% Scope here may need to contain saved definitions, so the entire memory
% rather than just the graphic state has to be sent to the stack.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_scope_begin:
{ \@@_draw_literal:n { save } }
\cs_new_protected:Npn \@@_draw_scope_end:
@@ -917,7 +919,7 @@
% values are forced to literals before any possible caching. There is
% no native rectangular path command (without also clipping, filling or
% stroking), so that task is done using a small amount of PostScript.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_moveto:nn #1#2
{
\@@_draw_literal:x
@@ -955,7 +957,7 @@
% \begin{macro}[int]{\@@_draw_evenodd_rule:, \@@_draw_nonzero_rule:}
% \begin{variable}[aux]{\g_@@_draw_eor_bool}
% The even-odd rule here can be implemented as a simply switch.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_evenodd_rule:
{ \bool_gset_true:N \g_@@_draw_eor_bool }
\cs_new_protected:Npn \@@_draw_nonzero_rule:
@@ -985,7 +987,7 @@
% the color set up functions. For clipping, the required ordering is achieved
% using a \TeX{} switch. All of the operations end with a new path instruction
% as they do not terminate (again in contrast to PDF).
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_closepath:
{ \@@_draw_literal:n { closepath } }
\cs_new_protected:Npn \@@_draw_stroke:
@@ -1083,7 +1085,7 @@
% }
% Converting paths to output is again a case of mapping directly to
% PostScript operations.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_dash:nn #1#2
{
\@@_draw_literal:x
@@ -1145,7 +1147,7 @@
% respect scoping, the data needs to be stored at the PostScript level.
% We cannot undefine (local) fill/stroke colors once set up but we can
% set them blank to improve performance slightly.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_color_reset:
{
\@@_draw_literal:n { currentdic~/l3fc~known~{ /l3fc~ { } ~def }~if }
@@ -1239,7 +1241,7 @@
% The first four arguments here are floats (the affine matrix), the last
% two are a displacement vector. Once again, force evaluation to allow for
% caching.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_transformcm:nnnnnn #1#2#3#4#5#6
{
\@@_draw_literal:x
@@ -1264,7 +1266,7 @@
% at the start of the picture. Transformation here is relative to the
% drawing origin so has to be done purely in driver code not using \TeX{}
% offsets.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_hbox:Nnnnnnn #1#2#3#4#5#6#7
{
\@@_scope_begin:
@@ -1931,7 +1933,7 @@
%
% \begin{macro}[aux]{\@@_draw_literal:n, \@@_draw_literal:x}
% Pass data through using a dedicated interface.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_eq:NN \@@_draw_literal:n \@@_literal:n
\cs_generate_variant:Nn \@@_draw_literal:n { x }
% \end{macrocode}
@@ -1939,7 +1941,7 @@
%
% \begin{macro}[int]{\@@_draw_begin:, \@@_draw_end:}
% No special requirements here, so simply set up a drawing scope.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_begin:
{ \@@_draw_scope_begin: }
\cs_new_protected:Npn \@@_draw_end:
@@ -1950,7 +1952,7 @@
% \begin{macro}[int]{\@@_draw_scope_begin:, \@@_draw_scope_end:}
% In contrast to a general scope, a drawing scope is always done using
% the PDF operators so is the same for all relevant drivers.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_scope_begin:
{ \@@_draw_literal:n { q } }
\cs_new_protected:Npn \@@_draw_scope_end:
@@ -1965,7 +1967,7 @@
% only the need to convert to \texttt{bp}. Notice that \texttt{x}-type
% expansion is included here to ensure that any variable values are
% forced to literals before any possible caching.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_moveto:nn #1#2
{
\@@_draw_literal:x
@@ -2003,7 +2005,7 @@
% \begin{macro}[int]{\@@_draw_evenodd_rule:, \@@_draw_nonzero_rule:}
% \begin{variable}[int]{\g_@@_draw_eor_bool}
% The even-odd rule here can be implemented as a simply switch.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_evenodd_rule:
{ \bool_gset_true:N \g_@@_draw_eor_bool }
\cs_new_protected:Npn \@@_draw_nonzero_rule:
@@ -2025,7 +2027,7 @@
% }
% Converting paths to output is again a case of mapping directly to
% PDF operations.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_closepath:
{ \@@_draw_literal:n { h } }
\cs_new_protected:Npn \@@_draw_stroke:
@@ -2063,7 +2065,7 @@
% }
% Converting paths to output is again a case of mapping directly to
% PDF operations.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_dash:nn #1#2
{
\@@_draw_literal:x
@@ -2125,7 +2127,7 @@
% \begin{macro}[aux]{\@@_draw_color_rgb_aux:nnn}
% Yet more fast conversion, all using the FPU to allow for expressions
% in numerical input.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_color_cmyk:nnnn #1#2#3#4
{
\use:x
@@ -2210,7 +2212,7 @@
% The first four arguments here are floats (the affine matrix), the last
% two are a displacement vector. Once again, force evaluation to allow for
% caching.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_transformcm:nnnnnn #1#2#3#4#5#6
{
\@@_draw_literal:x
@@ -2232,7 +2234,7 @@
% skew/scaling component needs to be done using the matrix operation. As this
% operation can never be cached, the scope is set directly not using the
% \texttt{draw} version.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_hbox:Nnnnnnn #1#2#3#4#5#6#7
{
\hbox_set:Nn \l_@@_tmp_box
@@ -2466,7 +2468,7 @@
%
% \begin{macro}[aux]{\@@_draw_literal:n, \@@_draw_literal:x}
% The same as the more general literal call.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_eq:NN \@@_draw_literal:n \@@_literal:n
\cs_generate_variant:Nn \@@_draw_literal:n { x }
% \end{macrocode}
@@ -2475,7 +2477,7 @@
% \begin{macro}[int]{\@@_draw_begin:, \@@_draw_end:}
% A drawing needs to be set up such that the co-ordinate system is
% translated. That is done inside a scope, which as described below
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_begin:
{
\@@_draw_scope_begin:
@@ -2496,7 +2498,7 @@
% each graphics scope we use a global variable to do the work, with a group
% used to save the value between scopes. The result is that no direct action
% is needed when creating a scope.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_scope_begin:
{
\int_set_eq:NN
@@ -2539,7 +2541,7 @@
% storage routine, which adds spaces as required. Since paths should
% be fully expanded there is no need to worry about the internal
% \texttt{x}-type expansion.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_moveto:nn #1#2
{
\@@_draw_add_to_path:n
@@ -2590,7 +2592,7 @@
%
% \begin{macro}[int]{\@@_draw_evenodd_rule:, \@@_draw_nonzero_rule:}
% The fill rules here have to be handled as scopes.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_evenodd_rule:
{ \@@_draw_scope:n { fill-rule="evenodd" } }
\cs_new_protected:Npn \@@_draw_nonzero_rule:
@@ -2616,7 +2618,7 @@
% auxiliary which deals with the bits and pieces. Clipping paths are reused
% for path drawing: not essential but avoids constructing them twice.
% Discarding a path needs a separate function as it's not quite the same.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_closepath:
{ \@@_draw_add_to_path:n { Z } }
\cs_new_protected:Npn \@@_draw_path:n #1
@@ -2704,7 +2706,7 @@
% All of these ideas are properties of scopes in SVG. The only slight
% complexity is converting the dash array properly (doing any required
% maths).
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_dash:nn #1#2
{
\use:x
@@ -2774,7 +2776,7 @@
% SVG only works with RGB colors, so there is some conversion to
% do. The values also need to be given as percentages, which means a
% little more maths.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_color_cmyk_aux:NNnnnnn #1#2#3#4#5#6
{
\use:x
@@ -2867,7 +2869,7 @@
% The first four arguments here are floats (the affine matrix), the last
% two are a displacement vector. Once again, force evaluation to allow for
% caching.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_transformcm:nnnnnn #1#2#3#4#5#6
{
\@@_draw_scope:x
@@ -2890,7 +2892,7 @@
% No special savings can be made here: simply displace the box inside
% a scope. As there is nothing to re-box, just make the box passed of
% zero size.
-% \begin{macrocode}
+% \begin{macrocode}
\cs_new_protected:Npn \@@_draw_hbox:Nnnnnnn #1#2#3#4#5#6#7
{
\@@_scope_begin:
diff --git a/l3kernel/l3fp-aux.dtx b/l3kernel/l3fp-aux.dtx
index 2ea5e64..0c069b2 100644
--- a/l3kernel/l3fp-aux.dtx
+++ b/l3kernel/l3fp-aux.dtx
@@ -764,7 +764,7 @@
% \@@_decimate_auxxv:Nnnnn, \@@_decimate_auxxvi:Nnnnn
% }
% \begin{syntax}
-% \cs{\@@_decimate_auxi:Nnnnn} \meta{f_1} \Arg{X_1} \Arg{X_2} \Arg{X_3} \Arg{X_4}
+% \cs{@@_decimate_auxi:Nnnnn} \meta{f_1} \Arg{X_1} \Arg{X_2} \Arg{X_3} \Arg{X_4}
% \end{syntax}
% Shifting happens in two steps: compute the \meta{rounding} digit,
% and repack digits into two blocks of $8$. The sixteen functions
diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index bb2d7cb..4682ee0 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -1288,7 +1288,7 @@
%
% \subsection{Mapping to strings}
%
-% \begin{macro}[rsEXP]{\str_map_function:NN, \str_map_function:cN}
+% \begin{macro}[rEXP]{\str_map_function:NN, \str_map_function:cN}
% \begin{macro}{\str_map_inline:Nn, \str_map_inline:cn}
% \begin{macro}{\str_map_variable:NNn, \str_map_variable:cNn}
% \begin{macro}{\str_map_break:}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list