mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 05:43:46 +01:00
Apply fix for QUEST#3
This commit is contained in:
parent
1a398bbb50
commit
7f8d2612cc
@ -47,7 +47,7 @@ class dataFileBase(object):
|
|||||||
mathsoup=TexSoup(mystr)
|
mathsoup=TexSoup(mystr)
|
||||||
newCommand.runAll(mathsoup,commands)
|
newCommand.runAll(mathsoup,commands)
|
||||||
st=str(mathsoup)
|
st=str(mathsoup)
|
||||||
m=re.match(r"^\^(?P<multiplicity>\d)(?P<symm>[^\s\[(]*)\s*(?:\[(?:\\mathrm{)?(?P<special>\w)(?:})\])?\s*\((?P<type>[^\)]*)\)",st)
|
m=re.match(r"^\^(?P<multiplicity>\d)(?P<symm>[^\s\[(]*)\s*(?:\[(?:\\mathrm{)?(?P<special>\w)(?:})\])?\s*(:?\((?P<type>[^\)]*)\))?",st)
|
||||||
seq=m.group("multiplicity","symm")
|
seq=m.group("multiplicity","symm")
|
||||||
spgrp=m.group("special")
|
spgrp=m.group("special")
|
||||||
if spgrp is not None and spgrp=="F":
|
if spgrp is not None and spgrp=="F":
|
||||||
|
Loading…
Reference in New Issue
Block a user