Convert tabs to space-tabs in LaTeXDoc.py

svn: r8436
This commit is contained in:
Brian Matherly 2007-05-05 04:01:35 +00:00
parent 2209fe1c57
commit e4a7045838
2 changed files with 225 additions and 222 deletions

View File

@ -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> 2007-05-03 Benny Malengier <bm@cage.ugent.be>
* src/plugins/rel_de.py: * src/plugins/rel_de.py:
issue #0000929 , rel_de.py issue #0000929 , rel_de.py

View File

@ -452,7 +452,7 @@ class LaTeXDoc(BaseDoc.BaseDoc,BaseDoc.TextDoc):
if self.bborder == 1: if self.bborder == 1:
self.doline = 1 self.doline = 1
elif self.curcol == 1: elif self.curcol == 1:
elf.skipfirst = 1 self.skipfirst = 1
if self.tborder != 0: if self.tborder != 0:
self.f.write('\\hline\n') self.f.write('\\hline\n')