More #1864 fix
This commit is contained in:
parent
a48d98c235
commit
f70ff9d60a
2 changed files with 22 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue