4612: 'elf' instead of 'self' (fixed by Harald Rosemann)
svn: r16585
This commit is contained in:
parent
bfc6e84e07
commit
7028619387
@ -449,7 +449,7 @@ class LaTeXDoc(BaseDoc, TextDoc):
|
|||||||
self._backend.write(' \\renewcommand\\theenumi{\\arabic{enumi}}')
|
self._backend.write(' \\renewcommand\\theenumi{\\arabic{enumi}}')
|
||||||
else:
|
else:
|
||||||
# roman, set the case correctly
|
# 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'))
|
% ('r' if leader_1.islower() else 'R'))
|
||||||
|
|
||||||
self._backend.write(' \\setcounter{enumi}{%d} ' % num)
|
self._backend.write(' \\setcounter{enumi}{%d} ' % num)
|
||||||
|
Loading…
Reference in New Issue
Block a user