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

svn: r16584
This commit is contained in:
Jérôme Rapinat 2011-02-06 13:07:15 +00:00
parent a8aea11b07
commit 69f1ec0508

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)