-
Looks like it's because the tests rely on the dictionary to return the keys in the same order, which they are not guaranteed to. 2.6 must have introduced a few tweaks to the implementation. I'll try to write some decent tests instead of the current ones.
2009-01-06 12:33:21 UTC in Pybliographer
-
pybliographer expects standard LaTeX accented characters, like \'e for é. Out of curiosity, what tool do you use to format your bibtex file?.
2008-02-13 21:25:00 UTC in Pybliographer
-
thanks for pointing this out. It is now fixed and will be part of the next release.
2007-10-10 20:12:32 UTC in Pybliographer
-
Have you tried
python setup.py build_ext -I /path/to/recode/include -L /path/to/recode/lib
...as is mentioned in the README?.
2007-08-25 11:15:51 UTC in Pybliographer
-
Logged In: YES
user_id=27260
AFAIK, this is definitely an invalid BibTeX entry. Even in
""-enclosed fields, {} must be balanced.
...and I just noticed that the way pyblio escapes {} is not
correct either. I think the only way to insert a dangling
brace is to use the \char123.
2006-08-21 03:03:08 UTC in Pybliographer