From c7ee5c02117c6386395ba6624c96f6e9dede929f Mon Sep 17 00:00:00 2001 From: George Danezis Date: Fri, 29 Aug 2008 10:25:56 +0000 Subject: Added 2 papers from Gergely Toth, and corrected a parsing bug in BibTex.py svn:r293 --- BibTeX.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BibTeX.py b/BibTeX.py index 3aa9615..05b2dc6 100644 --- a/BibTeX.py +++ b/BibTeX.py @@ -619,7 +619,7 @@ def TeXescapeURL(s): RE_LONE_AMP = re.compile(r'&([^a-z0-9])') RE_LONE_I = re.compile(r'\\i([^a-z0-9])') RE_ACCENT = re.compile(r'\\([\'`~^"c])([^{]|{.})') -RE_LIGATURE = re.compile(r'\\(AE|ae|OE|oe|AA|aa|O|o|ss|)([^a-z0-9])') +RE_LIGATURE = re.compile(r'\\(AE|ae|OE|oe|AA|aa|O|o|ss)([^a-z0-9])') ACCENT_MAP = { "'" : 'acute', "`" : 'grave', "~" : 'tilde', -- cgit v1.2.3-70-g09d2