From 769d5ac4d4138ce05a2a50e34233bd4d2d03d8af Mon Sep 17 00:00:00 2001 From: Philipp Glatza Date: Thu, 6 Jan 2022 10:58:12 +0100 Subject: [PATCH] mode identifiers: add orderlist-text1 exclusion #2 --- xsl/evolve-hub.xsl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/xsl/evolve-hub.xsl b/xsl/evolve-hub.xsl index 6191765..1c68618 100644 --- a/xsl/evolve-hub.xsl +++ b/xsl/evolve-hub.xsl @@ -2724,12 +2724,11 @@ and ( (: GI 2018-09-06: [A-Za-z] → \p{L} so that in 'o.ä.' 'o.' won’t be marked up as hub:identifier :) matches($context, concat($hub:orderedlist-mark-at-start-regex, '\p{L}')) - or - (: exclude simple letter+space variant, example: 'zu 2.4:' :) - matches($context, '^\p{L}+\s') ) or $hub:already-identified - or $no-identifier-but-simple-equation-starts"> + or $no-identifier-but-simple-equation-starts + or (: exclude simple letter+space variant, example: 'zu 2.4:' :) + matches($context, '^\p{L}+\s')">