This commit is contained in:
be5invis 2023-07-23 11:46:49 -07:00
parent a48d98c235
commit f70ff9d60a
2 changed files with 22 additions and 4 deletions

View file

@ -452,9 +452,9 @@ define [buildLigationsImpl sink para $LigGroup$] : begin
define heads {}
define rods {}
define doLT : [not ltgt] || [hasLG 'arrow-l'] && ![hasLG 'lteq']
define doLTAlt : [not ltgt] || [hasLG 'counter-arrow-l'] && ![hasLG 'eqlt']
define doRT : [not ltgt] || [hasLG 'counter-arrow-r'] && ![hasLG 'gteq']
define doLT : [not ltgt] || [hasLG 'arrow-l'] && ![hasLG 'lteq'] && ![hasLG 'lteq-separate']
define doLTAlt : [not ltgt] || [hasLG 'counter-arrow-l'] && ![hasLG 'eqlt'] && ![hasLG 'eqlt-separate']
define doRT : [not ltgt] || [hasLG 'counter-arrow-r'] && ![hasLG 'gteq'] && ![hasLG 'gteq-separate']
# Disable regular expression lookaheads
heads.push : chain-rule