[latex3-commits] [git/LaTeX3-latex3-latex3] master: Move xmarks to l3trial (680e0db)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Sep 18 15:10:15 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/680e0dbb78b8dc0b15d732cccfc6d72f1a38b963

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

commit 680e0dbb78b8dc0b15d732cccfc6d72f1a38b963
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Sep 18 14:10:15 2018 +0100

    Move xmarks to l3trial


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

680e0dbb78b8dc0b15d732cccfc6d72f1a38b963
 l3experimental/README.md                      |   10 ----------
 {l3experimental => l3trial}/xmarks/build.lua  |    2 +-
 {l3experimental => l3trial}/xmarks/xmarks.dtx |    2 +-
 {l3experimental => l3trial}/xmarks/xmarks.ins |    2 +-
 4 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/l3experimental/README.md b/l3experimental/README.md
index 7ae91ba..5896c6b 100644
--- a/l3experimental/README.md
+++ b/l3experimental/README.md
@@ -80,16 +80,6 @@ there are ways to control or change its behaviour. The xgalley module
 provides a mechanism for filling galleys and controlling the spacing,
 hyphenation and justification within them.
 
-`xmarks`
---------
-
-Marks are used to communicate information about the content of a page to the
-output routine. Perhaps the clearest form of mark is that needed for sections.
-In order to construct running headers, the output routine needs information
-about which section names are present on a page, and this information is passed
-by the mark system. However, marks may also be used for other purposes. This
-module provides a generalised mechanism for marks of independent types.
-
 Discussion
 ----------
 
diff --git a/l3experimental/xmarks/build.lua b/l3trial/xmarks/build.lua
similarity index 95%
rename from l3experimental/xmarks/build.lua
rename to l3trial/xmarks/build.lua
index 77f7d56..08e4901 100644
--- a/l3experimental/xmarks/build.lua
+++ b/l3trial/xmarks/build.lua
@@ -4,7 +4,7 @@
 
 -- Identify the bundle and module: the module may be empty in the case where
 -- there is no subdivision
-bundle = "l3experimental"
+bundle = "l3trial"
 module = "xmarks"
 
 -- Location of main directory: use Unix-style path separators
diff --git a/l3experimental/xmarks/xmarks.dtx b/l3trial/xmarks/xmarks.dtx
similarity index 99%
rename from l3experimental/xmarks/xmarks.dtx
rename to l3trial/xmarks/xmarks.dtx
index 92aa82e..0f37d67 100644
--- a/l3experimental/xmarks/xmarks.dtx
+++ b/l3trial/xmarks/xmarks.dtx
@@ -10,7 +10,7 @@
 %
 %    https://www.latex-project.org/lppl.txt
 %
-% This file is part of the "l3experimental bundle" (The Work in LPPL)
+% This file is part of the "l3trial bundle" (The Work in LPPL)
 % and all files in that bundle must be distributed together.
 %
 % -----------------------------------------------------------------------
diff --git a/l3experimental/xmarks/xmarks.ins b/l3trial/xmarks/xmarks.ins
similarity index 95%
rename from l3experimental/xmarks/xmarks.ins
rename to l3trial/xmarks/xmarks.ins
index 4d1c5b1..00c1b87 100644
--- a/l3experimental/xmarks/xmarks.ins
+++ b/l3trial/xmarks/xmarks.ins
@@ -9,7 +9,7 @@ of this license is in the file
 
    http://www.latex-project.org/lppl.txt
 
-This file is part of the "l3experimental bundle" (The Work in LPPL)
+This file is part of the "l3trial bundle" (The Work in LPPL)
 and all files in that bundle must be distributed together.
 
 -----------------------------------------------------------------------





More information about the latex3-commits mailing list