[latex3-commits] [git/LaTeX3-latex3-latex3] master: Simplify mark up [ci skip] (6e6085c)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Sep 14 12:36:45 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/6e6085cf13344760d47106438c5d54bc5a282266

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

commit 6e6085cf13344760d47106438c5d54bc5a282266
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Sep 14 11:34:38 2018 +0100

    Simplify mark up [ci skip]


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

6e6085cf13344760d47106438c5d54bc5a282266
 l3experimental/xmarks/xmarks.dtx |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/l3experimental/xmarks/xmarks.dtx b/l3experimental/xmarks/xmarks.dtx
index 40df954..3274685 100644
--- a/l3experimental/xmarks/xmarks.dtx
+++ b/l3experimental/xmarks/xmarks.dtx
@@ -278,7 +278,7 @@
 % \end{variable}
 %
 % \begin{macro}{\marks_new:n}
-% \begin{macro}[aux]{\@@_new:n}
+% \begin{macro}{\@@_new:n}
 %   A mark type is created by initialising a number of data structures.
 %   First, the mark information itself (a token list variable) is set up
 %   with empty entries: this allows for the case where information retrieval
@@ -328,11 +328,11 @@
 %
 % \subsection{Adding and recovering mark information}
 %
-% \begin{macro}[int]{\@@_store:N}
-% \begin{macro}[aux, EXP]{\@@_store_aux:nn}
-% \begin{macro}[int]{\@@_read:N}
-% \begin{macro}[aux]{\@@_read_aux:nN}
-% \begin{macro}[aux]{\@@_read_aux:Nnnn}
+% \begin{macro}{\@@_store:N}
+% \begin{macro}[EXP]{\@@_store_aux:nn}
+% \begin{macro}{\@@_read:N}
+% \begin{macro}{\@@_read_aux:nN}
+% \begin{macro}{\@@_read_aux:Nnnn}
 %   The aim here is to provide a method for placing the property list
 %   information into the \TeX{} mark system and to recover it. This should not
 %   rely on the implementation of property lists (which has changed over the
@@ -397,7 +397,7 @@
 % \end{macro}
 %
 % \begin{macro}{\marks_update_structure:}
-% \begin{macro}[aux]
+% \begin{macro}
 %   {
 %     \@@_update_structure_aux:nn      ,
 %     \@@_update_structure_no_change:nn,
@@ -587,7 +587,7 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}[int]{\@@_restore_state:}
+% \begin{macro}{\@@_restore_state:}
 %   The reverse of \cs{marks_save_state:} is marked for internal use only
 %   as this can only be used correctly as part of a broader restore chain
 %   involving the output routine.
@@ -713,8 +713,8 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}[int, EXP]{\@@_trace_store:N}
-% \begin{macro}[aux, EXP]{\@@_trace_store_aux:nn}
+% \begin{macro}[EXP]{\@@_trace_store:N}
+% \begin{macro}[EXP]{\@@_trace_store_aux:nn}
 %   For pretty-printing marks when tracing.
 %    \begin{macrocode}
 %<*trace>





More information about the latex3-commits mailing list