Menu

#118 Bibtex abbreviations

v0.2
open
7
2010-05-27
2010-05-14
Anonymous
No

When the bib file contains abbreviations in the form of @string{abc = "{At Best Compatible}"} I get the following error:

Traceback (most recent call last):
File "/home/XXX/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/util.py", line 151, in decorated_function
return function(*args, **kw)
File "/home/XXX/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/bibtex/editor.py", line 158, in __parse
self._document = self._parser.parse(content, self._file, self)
File "/home/XXX/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/bibtex/parser.py", line 416, in parse
callables[self._state].__call__(token, file, issue_handler)
TypeError: _on_quoted_string_value() takes exactly 2 arguments (4 given)

Discussion

  • Michael Zeising

    Michael Zeising - 2010-05-27
    • priority: 5 --> 7
     
  • Michael Zeising

    Michael Zeising - 2010-05-27

    Thanks for posting

     

Log in to post a comment.