[latex3-commits] [l3svn] branch master updated: Remaining <...> => \meta{...} [ci skip]

noreply at latex-project.org noreply at latex-project.org
Thu Apr 13 23:14:12 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  af79598   Remaining <...> => \meta{...} [ci skip]
af79598 is described below

commit af7959856f4e526558564f3ef058c6976a13c868
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Apr 13 22:13:43 2017 +0100

    Remaining <...> => \meta{...} [ci skip]
    
    Fulfil Will's prediction ...
---
 l3trial/l3auxdata/l3auxdata.dtx             |   16 ++++++++--------
 l3trial/l3kernel-extras/l3kernel-extras.dtx |    8 ++++----
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/l3trial/l3auxdata/l3auxdata.dtx b/l3trial/l3auxdata/l3auxdata.dtx
index 5750462..493fb96 100644
--- a/l3trial/l3auxdata/l3auxdata.dtx
+++ b/l3trial/l3auxdata/l3auxdata.dtx
@@ -139,8 +139,8 @@ Therefore, we provide an interface to define which catcode regimes we're expecti
   \begin{syntax}
     \cs{auxdata_register_store:nn} \Arg{store} \Arg{catcode changes}
   \end{syntax}
-  Creates a new data store named <store>, which will be saved in file "\jobname.aux"\texttt{.<store>}.
-  When data from this store is read, the code to implement the <catcode changes> will be executed.
+  Creates a new data store named \meta{store}, which will be saved in file "\jobname.aux"\texttt{.\meta{store}}.
+  When data from this store is read, the code to implement the \meta{catcode changes} will be executed.
 
   Any changes introduced by this second argument are not constrained to a group and therefore the contents of this argument must be very carefully controlled.
   Catcode changes \emph{must} be implemented with \verb|\char_set_catcode:nn| or similar \pkg{expl3} command to allow for resetting of catcodes once the processing is complete.
@@ -162,8 +162,8 @@ Always remember that \TeX\ has limited write registers.
   \begin{syntax}
     \cs{auxdata_new_tag:nn} \Arg{tag} \Arg{store}
   \end{syntax}
-  Every time data is written to the store, it uses an identifying <tag>, which this function allocates.
-  All data using this tag will be stored in the specified <store>.
+  Every time data is written to the store, it uses an identifying \meta{tag}, which this function allocates.
+  All data using this tag will be stored in the specified \meta{store}.
 \end{function}
 
 
@@ -171,7 +171,7 @@ Always remember that \TeX\ has limited write registers.
   \begin{syntax}
     \cs{auxdata_write:nn} \Arg{tag} \Arg{balanced text}
   \end{syntax}
-  Writes <balanced text> to the data store with specified <tag>.
+  Writes \meta{balanced text} to the data store with specified \meta{tag}.
   The |_write| variant does so immediately, |_shipout| puts down a whatsit node and only writes the data when shipped out, and |_shipout_x| is similar but the contents is fully expanded at shipout time (necessary to get, e.g., page numbers correct).
 \end{function}
 
@@ -179,7 +179,7 @@ Always remember that \TeX\ has limited write registers.
   \begin{syntax}
     \cs{auxdata_process_inline:nn} \Arg{tag} \Arg{inline function}
   \end{syntax}
-  Retrieves all data matching <tag> in the data store and applies <inline function> to each matching entry.
+  Retrieves all data matching \meta{tag} in the data store and applies \meta{inline function} to each matching entry.
 
   Note that this processing stage is not performed inside a group, and therefore can be used in a variety of places such as within tabular environments if necessary.
 \end{function}
@@ -189,7 +189,7 @@ Always remember that \TeX\ has limited write registers.
     \cs{auxdata_split:n} \Arg{basename}
     \cs{auxdata_split_return:}
   \end{syntax}
-  Splits the data stores to write into files with specified <basename> to facilitate `partial' document processing such as with \LaTeXe's \cs{include}.
+  Splits the data stores to write into files with specified \meta{basename} to facilitate `partial' document processing such as with \LaTeXe's \cs{include}.
 \end{function}
 
 \section{To do}
@@ -1037,7 +1037,7 @@ Don't~ look~ here:~ check~ your~ console~ output!
 % \begin{itemize}
 % \item |\g_@@_cc_prop| $\to$ [ccname/ccsetup]
 % \item |\g_@@_tags_prop| $\to$ [tag/ccname]
-% \item |{g_@@_cctags_ <ccname> _seq}| $\to$ tags
+% \item |{g_@@_cctags_ \meta{ccname} _seq}| $\to$ tags
 % \end{itemize}
 %
 %    \begin{macrocode}
diff --git a/l3trial/l3kernel-extras/l3kernel-extras.dtx b/l3trial/l3kernel-extras/l3kernel-extras.dtx
index 4e82b6a..0e2c400 100644
--- a/l3trial/l3kernel-extras/l3kernel-extras.dtx
+++ b/l3trial/l3kernel-extras/l3kernel-extras.dtx
@@ -142,10 +142,10 @@
 %
 % \begin{function}{\group_after_set:NNn}
 %   \begin{syntax}
-%     \cs{group_after_set:NNn} <`set' function> <variable> \Arg{value}
+%     \cs{group_after_set:NNn} \meta{`set' function} \meta{variable} \Arg{value}
 %   \end{syntax}
-%   Locally sets the <variable> to some <value> using the specified
-%   <`set' function>.  The variable is set up to be locally defined in
+%   Locally sets the \meta{variable} to some \meta{value} using the specified
+%   \meta{`set' function}.  The variable is set up to be locally defined in
 %   the group one level higher.  Used as:
 %   \begin{verbatim}
 %     \group_begin:
@@ -168,7 +168,7 @@
 %   \begin{syntax}
 %     \cs{int_mult_truncate:Nn} \Arg{intexpr} \Arg{value}
 %   \end{syntax}
-%   Multiples the <integer expression> by <value>, which may be any real
+%   Multiples the \meta{integer expression} by \meta{value}, which may be any real
 %   value.  The result is truncated and left in the input stream as an
 %   \meta{integer denotation} after two expansions.
 % \end{function}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list