mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
*** empty log message ***
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2789 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1981eeb134
commit
1b6f3b67d3
@ -107,5 +107,13 @@ for x in exceptions:
|
||||
if xsymbols.has_key(x[0]):
|
||||
del xsymbols[x[0]]
|
||||
|
||||
print """
|
||||
lyxbar cmsy 161 0 mathord
|
||||
lyxeq cmr 61 0 mathord
|
||||
lyxdabar msa 57 0 mathord
|
||||
lyxright msa 75 0 mathord
|
||||
lyxleft msa 76 0 mathord
|
||||
"""
|
||||
|
||||
for symbol in xsymbols.keys():
|
||||
sys.stderr.write(symbol+"\n")
|
||||
|
Loading…
Reference in New Issue
Block a user