Convert tabs to space-tabs in LaTeXDoc.py
svn: r8436
This commit is contained in:
parent
2209fe1c57
commit
e4a7045838
@ -1,3 +1,6 @@
|
||||
2007-05-04 Brian Matherly <brian@gramps-project.org>
|
||||
* src/docgen/LaTeXDoc.py: convert tabs to space-tabs
|
||||
|
||||
2007-05-03 Benny Malengier <bm@cage.ugent.be>
|
||||
* src/plugins/rel_de.py:
|
||||
issue #0000929 , rel_de.py
|
||||
|
@ -452,7 +452,7 @@ class LaTeXDoc(BaseDoc.BaseDoc,BaseDoc.TextDoc):
|
||||
if self.bborder == 1:
|
||||
self.doline = 1
|
||||
elif self.curcol == 1:
|
||||
elf.skipfirst = 1
|
||||
self.skipfirst = 1
|
||||
|
||||
if self.tborder != 0:
|
||||
self.f.write('\\hline\n')
|
||||
|
Loading…
x
Reference in New Issue
Block a user