4612: 'elf' instead of 'self' (fixed by Harald Rosemann)

svn: r16585
This commit is contained in:
Jérôme Rapinat 2011-02-06 13:08:45 +00:00
parent bfc6e84e07
commit 7028619387

View File

@ -449,7 +449,7 @@ class LaTeXDoc(BaseDoc, TextDoc):
self._backend.write(' \\renewcommand\\theenumi{\\arabic{enumi}}')
else:
# roman, set the case correctly
elf._backend.write(' \\renewcommand\\theenumi{\\%soman{enumi}}'
self._backend.write(' \\renewcommand\\theenumi{\\%soman{enumi}}'
% ('r' if leader_1.islower() else 'R'))
self._backend.write(' \\setcounter{enumi}{%d} ' % num)