[latex3-commits] [git/LaTeX3-latex3-latex3] master: Separate hook desc like msg/keys (56e073c)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Jun 7 10:05:31 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/56e073c6b1beaade472dbee71f7bb00051faa55f

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

commit 56e073c6b1beaade472dbee71f7bb00051faa55f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Jun 7 09:05:31 2019 +0100

    Separate hook desc like msg/keys


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

56e073c6b1beaade472dbee71f7bb00051faa55f
 l3trial/l3hooks/l3hooks.dtx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3trial/l3hooks/l3hooks.dtx b/l3trial/l3hooks/l3hooks.dtx
index bb94701..a57767d 100644
--- a/l3trial/l3hooks/l3hooks.dtx
+++ b/l3trial/l3hooks/l3hooks.dtx
@@ -178,9 +178,9 @@
 \cs_new_protected:Npn \hook_gadd_next:nnnn #1#2#3#4
   { \@@_gadd:nnnnn { next } {#1} {#2} {#3} {#4} }
 \cs_new_protected:Npn \hook_gadd_all:nnnnn #1#2#3#4#5
-  { \@@_gadd:nnnnn { all } {#1} {#2} { #3 - #4 } {#5} }
+  { \@@_gadd:nnnnn { all } {#1} {#2} { #3 / #4 } {#5} }
 \cs_new_protected:Npn \hook_gadd_next:nnnnn #1#2#3#4#5
-  { \@@_gadd:nnnnn { next } {#1} {#2} { #3 - #4 } {#5} }
+  { \@@_gadd:nnnnn { next } {#1} {#2} { #3 / #4 } {#5} }
 \cs_new_protected:Npn \@@_gadd:nnnnn #1#2#3#4#5
   {
     \seq_if_exist:cTF { g_@@_next_ #2 _ #3 _seq }
@@ -267,7 +267,7 @@
 \cs_new_protected:Npn \hook_document_gadd:nnn #1#2#3
   { \@@_document_gadd:nnn {#1} {#2} {#3} }
 \cs_new_protected:Npn \hook_document_gadd:nnnn #1#2#3#4
-  { \@@_document_gadd:nnn {#1} { #2 - #3 }  {#4} }
+  { \@@_document_gadd:nnn {#1} { #2 / #3 }  {#4} }
 \cs_new_protected:Npn \@@_document_gadd:nnn #1#2#3
   {
     \seq_if_exist:cTF { g_@@_document_ #1 _seq }





More information about the latex3-commits mailing list