1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
|
# les références aux notes
__<s>(p_exposants)__
[¹²³⁴⁵⁶⁷⁸⁹⁰]+
<<- ~>> *
__[i](p_références_aux_notes)__
({w_2})+(\d+) @@0,$
<<- not morph(\0, ":") and morph(\1, ":") ~2>> *
!!!! Traits d’union !!
__[i]/tu(tu_trait_union_douteux)__
({w1})(?:--|—|–|−|⁃)({w1}) @@0,$
|
|
|
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
|
# les références aux notes
__<s>(p_exposants)__
[¹²³⁴⁵⁶⁷⁸⁹⁰]+
<<- ~>> *
__[i](p_références_aux_notes)__
({w_2})(\d+) @@0,$
<<- not morph(\0, ":") and morph(\1, ":") ~2>> *
!!!! Traits d’union !!
__[i]/tu(tu_trait_union_douteux)__
({w1})(?:--|—|–|−|⁃)({w1}) @@0,$
|