*** 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:
Dekel Tsur 2001-09-21 18:23:02 +00:00
parent 1981eeb134
commit 1b6f3b67d3

View File

@ -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")